github.com/legenove/viper@v1.7.5/go.mod (about)

     1  module github.com/legenove/viper
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c
     7  	github.com/fsnotify/fsnotify v1.4.9
     8  	github.com/hashicorp/hcl v1.0.0
     9  	github.com/json-iterator/go v1.1.6
    10  	github.com/magiconair/properties v1.8.1
    11  	github.com/mitchellh/mapstructure v1.3.3
    12  	github.com/pelletier/go-toml v1.8.0
    13  	github.com/smartystreets/goconvey v1.6.4 // indirect
    14  	github.com/spf13/afero v1.3.4
    15  	github.com/spf13/cast v1.3.1
    16  	github.com/spf13/jwalterweatherman v1.1.0
    17  	github.com/spf13/pflag v1.0.5
    18  	github.com/stretchr/testify v1.6.1
    19  	github.com/subosito/gotenv v1.2.0
    20  	github.com/xordataexchange/crypt v0.0.2 // indirect
    21  	go.etcd.io/bbolt v1.3.5 // indirect
    22  	gopkg.in/ini.v1 v1.60.0
    23  	gopkg.in/yaml.v2 v2.3.0 // indirect
    24  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
    25  )
    26  
    27  replace github.com/coreos/bbolt v1.3.5 => go.etcd.io/bbolt v1.3.5