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.mod18
1 files changed, 13 insertions, 5 deletions
diff --git a/vendor/github.com/spf13/viper/go.mod b/vendor/github.com/spf13/viper/go.mod
index 3f4e1c22..86e801c1 100644
--- a/vendor/github.com/spf13/viper/go.mod
+++ b/vendor/github.com/spf13/viper/go.mod
@@ -1,16 +1,24 @@
module github.com/spf13/viper
require (
+ github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
+ github.com/coreos/etcd v3.3.10+incompatible // indirect
+ github.com/coreos/go-etcd v2.0.0+incompatible // indirect
+ github.com/coreos/go-semver v0.2.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/hashicorp/hcl v1.0.0
github.com/magiconair/properties v1.8.0
- github.com/mitchellh/mapstructure v1.0.0
+ github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.2.0
github.com/spf13/afero v1.1.2
- github.com/spf13/cast v1.2.0
+ github.com/spf13/cast v1.3.0
github.com/spf13/jwalterweatherman v1.0.0
- github.com/spf13/pflag v1.0.2
- golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992 // indirect
+ github.com/spf13/pflag v1.0.3
+ github.com/stretchr/testify v1.2.2
+ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
+ github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
+ golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
+ golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a // indirect
golang.org/x/text v0.3.0 // indirect
- gopkg.in/yaml.v2 v2.2.1
+ gopkg.in/yaml.v2 v2.2.2
)