use go modules, tweak docker image
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- Dockerfile 16 additions, 11 deletionsDockerfile
- Gopkg.lock 0 additions, 39 deletionsGopkg.lock
- Gopkg.toml 0 additions, 42 deletionsGopkg.toml
- build.sh 2 additions, 2 deletionsbuild.sh
- entrypoint.sh 3 additions, 0 deletionsentrypoint.sh
- go.mod 11 additions, 0 deletionsgo.mod
- go.sum 9 additions, 0 deletionsgo.sum
Gopkg.lock
deleted
100644 → 0
Gopkg.toml
deleted
100644 → 0
entrypoint.sh
0 → 100755
go.mod
0 → 100644
module gitlab.ssec.wisc.edu/brucef/chart-server | ||
go 1.12 | ||
require ( | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/handlers v1.4.0 | ||
github.com/gorilla/mux v1.6.2 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/spf13/pflag v1.0.2 | ||
) |
go.sum
0 → 100644
Please register or sign in to comment