@@ -9,7 +9,7 @@ require (
9
9
github.com/mitchellh/mapstructure v1.4.3
10
10
github.com/pelletier/go-toml v1.9.4
11
11
github.com/pelletier/go-toml/v2 v2.0.0-beta.8
12
- github.com/sagikazarmark/crypt v0.4 .0
12
+ github.com/sagikazarmark/crypt v0.5 .0
13
13
github.com/spf13/afero v1.8.2
14
14
github.com/spf13/cast v1.4.1
15
15
github.com/spf13/jwalterweatherman v1.1.0
@@ -22,49 +22,44 @@ require (
22
22
)
23
23
24
24
require (
25
- cloud.google.com/go v0.99.0 // indirect
25
+ cloud.google.com/go v0.100.2 // indirect
26
+ cloud.google.com/go/compute v1.5.0 // indirect
26
27
cloud.google.com/go/firestore v1.6.1 // indirect
27
28
github.com/armon/go-metrics v0.3.10 // indirect
28
- github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
29
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
30
- github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
31
- github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
32
29
github.com/coreos/go-semver v0.3.0 // indirect
33
30
github.com/davecgh/go-spew v1.1.1 // indirect
34
- github.com/envoyproxy/go-control-plane v0.10.1 // indirect
35
- github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
36
31
github.com/fatih/color v1.13.0 // indirect
37
32
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38
33
github.com/golang/protobuf v1.5.2 // indirect
39
- github.com/google/go-cmp v0.5.6 // indirect
40
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
34
+ github.com/google/go-cmp v0.5.7 // indirect
35
+ github.com/googleapis/gax-go/v2 v2.3.0 // indirect
41
36
github.com/hashicorp/consul/api v1.12.0 // indirect
42
37
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
43
- github.com/hashicorp/go-hclog v1.0 .0 // indirect
38
+ github.com/hashicorp/go-hclog v1.2 .0 // indirect
44
39
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
45
40
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
46
41
github.com/hashicorp/golang-lru v0.5.4 // indirect
47
- github.com/hashicorp/serf v0.9.6 // indirect
42
+ github.com/hashicorp/serf v0.9.7 // indirect
48
43
github.com/json-iterator/go v1.1.12 // indirect
49
44
github.com/mattn/go-colorable v0.1.12 // indirect
50
45
github.com/mattn/go-isatty v0.0.14 // indirect
51
46
github.com/mitchellh/go-homedir v1.1.0 // indirect
52
47
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
48
github.com/modern-go/reflect2 v1.0.2 // indirect
54
49
github.com/pmezard/go-difflib v1.0.0 // indirect
55
- go.etcd.io/etcd/api/v3 v3.5.1 // indirect
56
- go.etcd.io/etcd/client/pkg/v3 v3.5.1 // indirect
57
- go.etcd.io/etcd/client/v2 v2.305.1 // indirect
50
+ go.etcd.io/etcd/api/v3 v3.5.2 // indirect
51
+ go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect
52
+ go.etcd.io/etcd/client/v2 v2.305.2 // indirect
58
53
go.opencensus.io v0.23.0 // indirect
59
- golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
60
- golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
61
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
62
- golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
54
+ golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
55
+ golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
56
+ golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
57
+ golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
63
58
golang.org/x/text v0.3.7 // indirect
64
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
65
- google.golang.org/api v0.63 .0 // indirect
59
+ golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
60
+ google.golang.org/api v0.74 .0 // indirect
66
61
google.golang.org/appengine v1.6.7 // indirect
67
- google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
68
- google.golang.org/grpc v1.43 .0 // indirect
69
- google.golang.org/protobuf v1.27.1 // indirect
62
+ google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
63
+ google.golang.org/grpc v1.45 .0 // indirect
64
+ google.golang.org/protobuf v1.28.0 // indirect
70
65
)
0 commit comments