jlelse
/
kis3
Archived
1
Fork 0

Change go module name to github.com/kis3/kis3

This commit is contained in:
Jan-Lukas Else 2019-05-05 10:08:11 +02:00
parent d6a03997ed
commit 691c813350
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ ADD . /app
WORKDIR /app
RUN GO111MODULE=on packr2
RUN go test
RUN go build kis3.dev/kis3
RUN go build github.com/kis3/kis3
FROM alpine:3.9
RUN apk add --no-cache tzdata ca-certificates && update-ca-certificates

2
go.mod
View File

@ -1,4 +1,4 @@
module kis3.dev/kis3
module github.com/kis3/kis3
go 1.12

View File

@ -6,8 +6,8 @@ import (
"github.com/gobuffalo/packr/v2"
"github.com/gorilla/handlers"
"github.com/gorilla/mux"
"github.com/kis3/kis3/helpers"
"html/template"
"kis3.dev/kis3/helpers"
"log"
"net/http"
"strconv"