9
0
Fork 0

Move package to other organization

This commit is contained in:
Lauri Võsandi 2021-06-17 16:43:50 +03:00
parent 1aa230df17
commit ebdc6e5c23
2 changed files with 2 additions and 2 deletions

View File

@ -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 .

2
go.mod
View File

@ -1,4 +1,4 @@
module git.k-space.ee/pinecrypt/goredirect
module git.k-space.ee/k-space/goredirect
go 1.15