github.com/dhillondeep/viper@v1.3.3-0.20190507190913-f3f73ccde32e/go.mod (about)

     1  module github.com/dhillondeep/viper
     2  
     3  require (
     4  	github.com/dhillondeep/afero v1.2.3-0.20190507190100-47bde84f7ffb
     5  	github.com/fsnotify/fsnotify v1.4.7
     6  	github.com/hashicorp/hcl v1.0.0
     7  	github.com/magiconair/properties v1.8.0
     8  	github.com/mitchellh/mapstructure v1.1.2
     9  	github.com/pelletier/go-toml v1.2.0
    10  	github.com/spf13/afero v1.2.2 // indirect
    11  	github.com/spf13/cast v1.3.0
    12  	github.com/spf13/jwalterweatherman v1.0.0
    13  	github.com/spf13/pflag v1.0.3
    14  	github.com/spf13/viper v1.3.2
    15  	github.com/stretchr/testify v1.2.2
    16  	github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
    17  	gopkg.in/yaml.v2 v2.2.2
    18  )