github.com/jyny/viper@v1.4.1/go.mod (about)

     1  module github.com/jyny/viper
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.7
     7  	github.com/hashicorp/hcl v1.0.0
     8  	github.com/magiconair/properties v1.8.1
     9  	github.com/mitchellh/mapstructure v1.1.2
    10  	github.com/pelletier/go-toml v1.4.0
    11  	github.com/spf13/afero v1.2.2
    12  	github.com/spf13/cast v1.3.0
    13  	github.com/spf13/jwalterweatherman v1.1.0
    14  	github.com/spf13/pflag v1.0.3
    15  	github.com/spf13/viper v1.4.0
    16  	github.com/stretchr/testify v1.4.0
    17  	github.com/subosito/gotenv v1.2.0
    18  	github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
    19  	gopkg.in/yaml.v2 v2.2.2
    20  )