@@ -8,7 +8,7 @@ require (
8
8
github.com/magiconair/properties v1.8.5
9
9
github.com/mitchellh/mapstructure v1.4.3
10
10
github.com/pelletier/go-toml v1.9.4
11
- github.com/sagikazarmark/crypt v0.2 .0
11
+ github.com/sagikazarmark/crypt v0.3 .0
12
12
github.com/spf13/afero v1.6.0
13
13
github.com/spf13/cast v1.4.1
14
14
github.com/spf13/jwalterweatherman v1.1.0
@@ -20,49 +20,49 @@ require (
20
20
)
21
21
22
22
require (
23
- cloud.google.com/go v0.97 .0 // indirect
23
+ cloud.google.com/go v0.99 .0 // indirect
24
24
cloud.google.com/go/firestore v1.6.1 // indirect
25
- github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da // indirect
26
- github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
27
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
25
+ github.com/armon/go-metrics v0.3.10 // indirect
26
+ github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
27
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
28
28
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
29
- github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
29
+ github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
30
30
github.com/coreos/go-semver v0.3.0 // indirect
31
31
github.com/davecgh/go-spew v1.1.1 // indirect
32
- github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect
33
- github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
34
- github.com/fatih/color v1.9 .0 // indirect
35
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32
+ github.com/envoyproxy/go-control-plane v0.10.1 // indirect
33
+ github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
34
+ github.com/fatih/color v1.13 .0 // indirect
35
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
36
36
github.com/golang/protobuf v1.5.2 // indirect
37
37
github.com/google/go-cmp v0.5.6 // indirect
38
38
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
39
39
github.com/hashicorp/consul/api v1.11.0 // indirect
40
- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
41
- github.com/hashicorp/go-hclog v0.12 .0 // indirect
42
- github.com/hashicorp/go-immutable-radix v1.0.0 // indirect
40
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
41
+ github.com/hashicorp/go-hclog v1.0 .0 // indirect
42
+ github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
43
43
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
44
- github.com/hashicorp/golang-lru v0.5.1 // indirect
45
- github.com/hashicorp/serf v0.9.5 // indirect
46
- github.com/json-iterator/go v1.1.11 // indirect
47
- github.com/mattn/go-colorable v0.1.6 // indirect
48
- github.com/mattn/go-isatty v0.0.12 // indirect
44
+ github.com/hashicorp/golang-lru v0.5.4 // indirect
45
+ github.com/hashicorp/serf v0.9.6 // indirect
46
+ github.com/json-iterator/go v1.1.12 // indirect
47
+ github.com/mattn/go-colorable v0.1.12 // indirect
48
+ github.com/mattn/go-isatty v0.0.14 // indirect
49
49
github.com/mitchellh/go-homedir v1.1.0 // indirect
50
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
51
- github.com/modern-go/reflect2 v1.0.1 // indirect
50
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
51
+ github.com/modern-go/reflect2 v1.0.2 // indirect
52
52
github.com/pmezard/go-difflib v1.0.0 // indirect
53
53
go.etcd.io/etcd/api/v3 v3.5.1 // indirect
54
54
go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
55
55
go.etcd.io/etcd/client/v2 v2.305.1 // indirect
56
56
go.opencensus.io v0.23.0 // indirect
57
57
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
58
- golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 // indirect
59
- golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1 // indirect
60
- golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
61
- golang.org/x/text v0.3.6 // indirect
58
+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
59
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
60
+ golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
61
+ golang.org/x/text v0.3.7 // indirect
62
62
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
63
- google.golang.org/api v0.60 .0 // indirect
63
+ google.golang.org/api v0.62 .0 // indirect
64
64
google.golang.org/appengine v1.6.7 // indirect
65
- google.golang.org/genproto v0.0.0-20211028162531-8db9c33dc351 // indirect
65
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
66
66
google.golang.org/grpc v1.42.0 // indirect
67
67
google.golang.org/protobuf v1.27.1 // indirect
68
68
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
0 commit comments