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 (
|
2022-10-13 17:19:59 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0
|
2018-09-07 09:30:55 +00:00
|
|
|
github.com/hashicorp/hcl v1.0.0
|
2022-12-08 17:04:08 +00:00
|
|
|
github.com/magiconair/properties v1.8.7
|
2022-05-02 10:15:21 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0
|
2023-05-29 12:51:26 +00:00
|
|
|
github.com/pelletier/go-toml/v2 v2.0.8
|
2023-05-12 17:58:55 +00:00
|
|
|
github.com/sagikazarmark/crypt v0.10.0
|
2023-04-06 08:53:14 +00:00
|
|
|
github.com/spf13/afero v1.9.5
|
2023-05-26 22:14:52 +00:00
|
|
|
github.com/spf13/cast v1.5.1
|
2021-06-15 23:34:14 +00:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2023-05-19 17:58:09 +00:00
|
|
|
github.com/stretchr/testify v1.8.3
|
2023-01-19 15:06:29 +00:00
|
|
|
github.com/subosito/gotenv v1.4.2
|
2022-09-03 15:34:50 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0
|
2022-06-06 17:20:19 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2018-09-07 09:30:55 +00:00
|
|
|
)
|
2021-09-15 19:29:25 +00:00
|
|
|
|
|
|
|
require (
|
2023-05-12 17:58:55 +00:00
|
|
|
cloud.google.com/go v0.110.0 // indirect
|
|
|
|
cloud.google.com/go/compute v1.19.0 // indirect
|
2023-01-19 15:22:23 +00:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
|
|
cloud.google.com/go/firestore v1.9.0 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
cloud.google.com/go/longrunning v0.4.1 // indirect
|
2022-09-27 17:14:25 +00:00
|
|
|
github.com/armon/go-metrics v0.4.0 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
2022-05-26 14:13:31 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
2022-05-26 14:13:31 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-11-06 06:03:59 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
github.com/google/s2a-go v0.1.3 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.8.0 // indirect
|
|
|
|
github.com/hashicorp/consul/api v1.20.0 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2022-04-13 11:01:28 +00:00
|
|
|
github.com/hashicorp/go-hclog v1.2.0 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
2023-01-19 15:22:23 +00:00
|
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2021-12-12 01:59:11 +00:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-05-26 14:13:31 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
go.etcd.io/etcd/api/v3 v3.5.9 // indirect
|
|
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect
|
|
|
|
go.etcd.io/etcd/client/v2 v2.305.7 // indirect
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.9 // indirect
|
2023-01-19 15:22:23 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-09-27 17:14:25 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
golang.org/x/crypto v0.9.0 // indirect
|
|
|
|
golang.org/x/net v0.10.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.7.0 // indirect
|
2022-11-06 06:03:59 +00:00
|
|
|
golang.org/x/sync v0.1.0 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
|
|
golang.org/x/text v0.9.0 // indirect
|
2023-01-19 15:22:23 +00:00
|
|
|
golang.org/x/time v0.1.0 // indirect
|
2022-11-06 06:03:59 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
google.golang.org/api v0.122.0 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-05-12 17:58:55 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
|
|
google.golang.org/grpc v1.55.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2021-09-15 19:29:25 +00:00
|
|
|
)
|