gitee.com/evanscat/viper@v1.7.2/go.mod (about)

     1  module gitee.com/evanscat/viper
     2  
     3  go 1.12
     4  
     5  require (
     6  	gitee.com/evanscat/crypt v0.0.5
     7  	github.com/fsnotify/fsnotify v1.4.7
     8  	github.com/hashicorp/hcl v1.0.0
     9  	github.com/magiconair/properties v1.8.1
    10  	github.com/mitchellh/mapstructure v1.3.3
    11  	github.com/pelletier/go-toml v1.2.0
    12  	github.com/smartystreets/goconvey v1.6.4 // indirect
    13  	github.com/spf13/afero v1.5.1
    14  	github.com/spf13/cast v1.3.0
    15  	github.com/spf13/jwalterweatherman v1.0.0
    16  	github.com/spf13/pflag v1.0.5
    17  	github.com/stretchr/testify v1.4.0
    18  	github.com/subosito/gotenv v1.2.0
    19  	gopkg.in/ini.v1 v1.51.0
    20  	gopkg.in/yaml.v2 v2.2.4
    21  )