@@ -9,7 +9,7 @@ require (
9
9
github.com/mitchellh/mapstructure v1.5.0
10
10
github.com/pelletier/go-toml v1.9.5
11
11
github.com/pelletier/go-toml/v2 v2.0.1
12
- github.com/sagikazarmark/crypt v0.5 .0
12
+ github.com/sagikazarmark/crypt v0.6 .0
13
13
github.com/spf13/afero v1.8.2
14
14
github.com/spf13/cast v1.5.0
15
15
github.com/spf13/jwalterweatherman v1.1.0
@@ -23,16 +23,18 @@ require (
23
23
24
24
require (
25
25
cloud.google.com/go v0.100.2 // indirect
26
- cloud.google.com/go/compute v1.5.0 // indirect
26
+ cloud.google.com/go/compute v1.6.1 // indirect
27
27
cloud.google.com/go/firestore v1.6.1 // indirect
28
28
github.com/armon/go-metrics v0.3.10 // indirect
29
29
github.com/coreos/go-semver v0.3.0 // indirect
30
+ github.com/coreos/go-systemd/v22 v22.3.2 // indirect
30
31
github.com/davecgh/go-spew v1.1.1 // indirect
31
32
github.com/fatih/color v1.13.0 // indirect
33
+ github.com/gogo/protobuf v1.3.2 // indirect
32
34
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
33
35
github.com/golang/protobuf v1.5.2 // indirect
34
- github.com/google/go-cmp v0.5.7 // indirect
35
- github.com/googleapis/gax-go/v2 v2.3 .0 // indirect
36
+ github.com/google/go-cmp v0.5.8 // indirect
37
+ github.com/googleapis/gax-go/v2 v2.4 .0 // indirect
36
38
github.com/hashicorp/consul/api v1.12.0 // indirect
37
39
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
38
40
github.com/hashicorp/go-hclog v1.2.0 // indirect
@@ -46,20 +48,25 @@ require (
46
48
github.com/mitchellh/go-homedir v1.1.0 // indirect
47
49
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
48
50
github.com/modern-go/reflect2 v1.0.2 // indirect
51
+ github.com/pkg/errors v0.9.1 // indirect
49
52
github.com/pmezard/go-difflib v1.0.0 // 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
53
+ go.etcd.io/etcd/api/v3 v3.5.4 // indirect
54
+ go.etcd.io/etcd/client/pkg/v3 v3.5.4 // indirect
55
+ go.etcd.io/etcd/client/v2 v2.305.4 // indirect
56
+ go.etcd.io/etcd/client/v3 v3.5.4 // indirect
53
57
go.opencensus.io v0.23.0 // indirect
58
+ go.uber.org/atomic v1.7.0 // indirect
59
+ go.uber.org/multierr v1.6.0 // indirect
60
+ go.uber.org/zap v1.17.0 // indirect
54
61
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
55
- golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
62
+ golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
56
63
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
57
- golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
64
+ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
58
65
golang.org/x/text v0.3.7 // indirect
59
- golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
60
- google.golang.org/api v0.74 .0 // indirect
66
+ golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect
67
+ google.golang.org/api v0.81 .0 // indirect
61
68
google.golang.org/appengine v1.6.7 // indirect
62
- google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
63
- google.golang.org/grpc v1.45.0 // indirect
69
+ google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
70
+ google.golang.org/grpc v1.46.2 // indirect
64
71
google.golang.org/protobuf v1.28.0 // indirect
65
72
)
0 commit comments