use go modules, tweak docker image
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