github.com/lixiangzhong/viper@v1.2.2-0.20181106052354-0c5e9e53bcb8/go.mod (about)

     1  module github.com/lixiangzhong/viper
     2  
     3  require (
     4  	github.com/BurntSushi/toml v0.3.1 // indirect
     5  	github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
     6  	github.com/coreos/go-etcd v2.0.0+incompatible // indirect
     7  	github.com/fsnotify/fsnotify v1.4.7
     8  	github.com/go-ini/ini v1.39.0
     9  	github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
    10  	github.com/hashicorp/hcl v1.0.0
    11  	github.com/jtolds/gls v4.2.1+incompatible // indirect
    12  	github.com/magiconair/properties v1.8.0
    13  	github.com/mitchellh/mapstructure v1.1.2
    14  	github.com/pelletier/go-toml v1.2.0
    15  	github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
    16  	github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
    17  	github.com/spf13/afero v1.1.2
    18  	github.com/spf13/cast v1.3.0
    19  	github.com/spf13/jwalterweatherman v1.0.0
    20  	github.com/spf13/pflag v1.0.3
    21  	github.com/spf13/viper v1.2.1
    22  	github.com/stretchr/testify v1.2.2
    23  	github.com/xordataexchange/crypt v0.0.2
    24  	gopkg.in/ini.v1 v1.39.0 // indirect
    25  	gopkg.in/yaml.v2 v2.2.1
    26  )