github.com/mattermost/viper@v1.0.4/go.mod (about)

     1  module github.com/mattermost/viper
     2  
     3  require (
     4  	github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
     5  	github.com/coreos/etcd v3.3.10+incompatible // indirect
     6  	github.com/coreos/go-etcd v2.0.0+incompatible // indirect
     7  	github.com/coreos/go-semver v0.2.0 // indirect
     8  	github.com/fsnotify/fsnotify v1.4.7
     9  	github.com/hashicorp/hcl v1.0.0
    10  	github.com/magiconair/properties v1.8.0
    11  	github.com/mitchellh/mapstructure v1.1.2
    12  	github.com/pelletier/go-toml v1.2.0
    13  	github.com/spf13/afero v1.1.2
    14  	github.com/spf13/cast v1.3.0
    15  	github.com/spf13/jwalterweatherman v1.0.0
    16  	github.com/spf13/pflag v1.0.3
    17  	github.com/stretchr/testify v1.2.2
    18  	github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
    19  	github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
    20  	golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 // indirect
    21  	golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a // indirect
    22  	golang.org/x/text v0.3.0 // indirect
    23  	gopkg.in/yaml.v2 v2.2.2
    24  )