summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/spf13/viper/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/go.mod')
-rw-r--r--vendor/github.com/spf13/viper/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/viper/go.mod b/vendor/github.com/spf13/viper/go.mod
index d7d702f3b..0e358cbef 100644
--- a/vendor/github.com/spf13/viper/go.mod
+++ b/vendor/github.com/spf13/viper/go.mod
@@ -24,6 +24,7 @@ require (
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.2.0
github.com/prometheus/client_golang v0.9.3 // indirect
+ github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/soheilhy/cmux v0.1.4 // indirect
github.com/spf13/afero v1.1.2
github.com/spf13/cast v1.3.0
@@ -42,5 +43,6 @@ require (
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.21.0 // indirect
+ gopkg.in/ini.v1 v1.51.0
gopkg.in/yaml.v2 v2.2.4
)