module github.com/spf13/viper require ( github.com/BurntSushi/toml v0.3.1 // indirect github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect github.com/coreos/go-etcd v2.0.0+incompatible // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/hashicorp/hcl v1.0.0 github.com/kr/fs v0.1.0 // indirect github.com/magiconair/properties v1.8.0 github.com/mitchellh/mapstructure v1.0.0 github.com/pelletier/go-toml v1.2.0 github.com/pkg/errors v0.8.0 // indirect github.com/pkg/sftp v1.8.3 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/spf13/afero v1.1.2 github.com/spf13/cast v1.2.0 github.com/spf13/jwalterweatherman v1.0.0 github.com/spf13/pflag v1.0.2 github.com/stretchr/objx v0.1.1 // indirect github.com/stretchr/testify v1.2.2 github.com/xordataexchange/crypt v0.0.2 golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16 // indirect golang.org/x/net v0.0.0-20181106065722-10aee1819953 // indirect golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992 // indirect golang.org/x/text v0.3.0 // indirect golang.org/x/tools v0.0.0-20181105230042-78dc5bac0cac // indirect gopkg.in/yaml.v2 v2.2.1 )