github.com/DataDog/viper@v1.13.3/go.mod (about)

     1  module github.com/DataDog/viper
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
     7  	github.com/coreos/bbolt v1.3.3 // indirect
     8  	github.com/coreos/etcd v3.3.13+incompatible // indirect
     9  	github.com/coreos/go-etcd v2.0.0+incompatible // indirect
    10  	github.com/coreos/go-semver v0.2.0 // indirect
    11  	github.com/fsnotify/fsnotify v1.4.7
    12  	github.com/gogo/protobuf v1.3.1 // indirect
    13  	github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
    14  	github.com/golang/protobuf v1.3.4 // indirect
    15  	github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
    16  	github.com/grpc-ecosystem/grpc-gateway v1.13.0 // indirect
    17  	github.com/hashicorp/hcl v1.0.0
    18  	github.com/magiconair/properties v1.8.1
    19  	github.com/mitchellh/mapstructure v1.1.2
    20  	github.com/pelletier/go-toml v1.2.0
    21  	github.com/prometheus/client_golang v1.4.1 // indirect
    22  	github.com/spf13/afero v1.1.2
    23  	github.com/spf13/cast v1.3.0
    24  	github.com/spf13/jwalterweatherman v1.0.0
    25  	github.com/spf13/pflag v1.0.3
    26  	github.com/spf13/viper v1.6.2
    27  	github.com/stretchr/testify v1.4.0
    28  	github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
    29  	github.com/ugorji/go/codec v1.1.7 // indirect
    30  	github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
    31  	go.uber.org/zap v1.14.0 // indirect
    32  	golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
    33  	golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
    34  	golang.org/x/text v0.3.0 // indirect
    35  	golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
    36  	google.golang.org/grpc v1.27.1 // indirect
    37  	gopkg.in/yaml.v2 v2.2.5
    38  )