2020-02-26 16:23:04 -06:00
|
|
|
module github.com/DataDog/viper
|
|
|
|
|
|
|
|
go 1.14
|
2018-09-07 11:30:55 +02:00
|
|
|
|
|
|
|
require (
|
2018-12-05 16:27:02 +01:00
|
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
2020-02-26 16:23:04 -06:00
|
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
2018-12-05 16:27:02 +01:00
|
|
|
github.com/coreos/etcd v3.3.10+incompatible // indirect
|
|
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
|
|
github.com/coreos/go-semver v0.2.0 // indirect
|
2018-09-07 11:30:55 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2020-02-26 16:23:04 -06:00
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.13.0 // indirect
|
2018-09-07 11:30:55 +02:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2020-02-26 16:23:04 -06:00
|
|
|
github.com/magiconair/properties v1.8.1
|
2018-12-05 16:27:02 +01:00
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
2018-09-07 11:30:55 +02:00
|
|
|
github.com/pelletier/go-toml v1.2.0
|
2020-02-26 16:23:04 -06:00
|
|
|
github.com/prometheus/client_golang v1.4.1 // indirect
|
2018-09-07 11:30:55 +02:00
|
|
|
github.com/spf13/afero v1.1.2
|
2018-12-05 16:27:02 +01:00
|
|
|
github.com/spf13/cast v1.3.0
|
2018-09-07 11:30:55 +02:00
|
|
|
github.com/spf13/jwalterweatherman v1.0.0
|
2018-12-05 16:27:02 +01:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2020-02-26 16:23:04 -06:00
|
|
|
github.com/spf13/viper v1.6.2
|
|
|
|
github.com/stretchr/testify v1.4.0
|
|
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
|
2018-12-05 16:27:02 +01:00
|
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
|
|
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
|
2020-02-26 16:23:04 -06:00
|
|
|
go.uber.org/zap v1.14.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
|
2018-09-07 11:30:55 +02:00
|
|
|
golang.org/x/text v0.3.0 // indirect
|
2020-02-26 16:23:04 -06:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
|
|
google.golang.org/grpc v1.27.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.5
|
2018-09-07 11:30:55 +02:00
|
|
|
)
|