only open dev/null once to try to fix "too many open files"
... | ... | @@ -3,9 +3,8 @@ module gitlab.ssec.wisc.edu/brucef/chart-server |
go 1.12 | ||
require ( | ||
github.com/gorilla/context v1.1.1 | ||
github.com/gorilla/context v1.1.1 // indirect | ||
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 | ||
) |
Please register or sign in to comment