2018-09-07 09:30:55 +00:00
|
|
|
module github.com/spf13/viper
|
|
|
|
|
2021-09-15 19:29:25 +00:00
|
|
|
go 1.17
|
2019-09-27 19:50:09 +00:00
|
|
|
|
2018-09-07 09:30:55 +00:00
|
|
|
require (
|
2021-08-25 17:29:24 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.5.1
|
2018-09-07 09:30:55 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2021-06-15 23:34:14 +00:00
|
|
|
github.com/magiconair/properties v1.8.5
|
2021-09-15 19:28:52 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.2
|
2021-09-06 17:20:45 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2021-09-15 18:44:04 +00:00
|
|
|
github.com/sagikazarmark/crypt v0.1.0
|
2021-06-15 23:34:14 +00:00
|
|
|
github.com/spf13/afero v1.6.0
|
2021-08-16 17:22:16 +00:00
|
|
|
github.com/spf13/cast v1.4.1
|
2021-06-15 23:34:14 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-06-15 23:32:15 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-08-29 13:29:27 +00:00
|
|
|
github.com/subosito/gotenv v1.2.0
|
2021-11-12 17:22:03 +00:00
|
|
|
gopkg.in/ini.v1 v1.64.0
|
2021-06-15 23:34:14 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-09-07 09:30:55 +00:00
|
|
|
)
|
2021-09-15 19:29:25 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.93.3 // indirect
|
|
|
|
cloud.google.com/go/firestore v1.6.0 // indirect
|
|
|
|
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.1.0 // indirect
|
|
|
|
github.com/hashicorp/consul/api v1.10.1 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.12.0 // indirect
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
|
|
github.com/hashicorp/serf v0.9.5 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
go.etcd.io/etcd/api/v3 v3.5.0 // indirect
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.0 // indirect
|
|
|
|
go.etcd.io/etcd/client/v2 v2.305.0 // indirect
|
|
|
|
go.opencensus.io v0.23.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
|
|
|
golang.org/x/text v0.3.6 // indirect
|
|
|
|
google.golang.org/api v0.56.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
|
|
|
|
google.golang.org/grpc v1.40.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
)
|