Files
podinfo/Gopkg.toml
2018-08-20 11:20:56 +03:00

28 lines
485 B
TOML

[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "v1.6.2"
[[constraint]]
name = "go.uber.org/zap"
version = "v1.9.1"
[[override]]
name = "github.com/fsnotify/fsnotify"
version = "1.2.9"
[[constraint]]
name = "github.com/spf13/pflag"
version = "v1.0.2"
[[constraint]]
name = "github.com/spf13/viper"
version = "v1.1.0"
[prune]
go-tests = true
unused-packages = true