diff --git a/Dockerfile b/Dockerfile index 5499cfd..a2339e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:1.16-alpine RUN apk add libcap git -WORKDIR $GOPATH/src/git.k-space.ee/pinecrypt/goredirect +WORKDIR $GOPATH/src/git.k-space.ee/k-space/goredirect COPY go.mod . RUN go mod download COPY main.go . diff --git a/go.mod b/go.mod index 23518ac..ccab1ab 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.k-space.ee/pinecrypt/goredirect +module git.k-space.ee/k-space/goredirect go 1.15