@@ -8,7 +8,7 @@ require (
8
8
github.com/magiconair/properties v1.8.7
9
9
github.com/mitchellh/mapstructure v1.5.0
10
10
github.com/pelletier/go-toml/v2 v2.0.6
11
- github.com/sagikazarmark/crypt v0.8 .0
11
+ github.com/sagikazarmark/crypt v0.9 .0
12
12
github.com/spf13/afero v1.9.3
13
13
github.com/spf13/cast v1.5.0
14
14
github.com/spf13/jwalterweatherman v1.1.0
@@ -20,10 +20,11 @@ require (
20
20
)
21
21
22
22
require (
23
- cloud.google.com/go v0.104.0 // indirect
24
- cloud.google.com/go/compute v1.12.1 // indirect
25
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
26
- cloud.google.com/go/firestore v1.8.0 // indirect
23
+ cloud.google.com/go v0.105.0 // indirect
24
+ cloud.google.com/go/compute v1.14.0 // indirect
25
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
26
+ cloud.google.com/go/firestore v1.9.0 // indirect
27
+ cloud.google.com/go/longrunning v0.3.0 // indirect
27
28
github.com/armon/go-metrics v0.4.0 // indirect
28
29
github.com/coreos/go-semver v0.3.0 // indirect
29
30
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
@@ -33,15 +34,15 @@ require (
33
34
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
34
35
github.com/golang/protobuf v1.5.2 // indirect
35
36
github.com/google/go-cmp v0.5.9 // indirect
36
- github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
37
- github.com/googleapis/gax-go/v2 v2.6 .0 // indirect
38
- github.com/hashicorp/consul/api v1.15.3 // indirect
37
+ github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
38
+ github.com/googleapis/gax-go/v2 v2.7 .0 // indirect
39
+ github.com/hashicorp/consul/api v1.18.0 // indirect
39
40
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
40
41
github.com/hashicorp/go-hclog v1.2.0 // indirect
41
42
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
42
43
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
43
44
github.com/hashicorp/golang-lru v0.5.4 // indirect
44
- github.com/hashicorp/serf v0.9.8 // indirect
45
+ github.com/hashicorp/serf v0.10.1 // indirect
45
46
github.com/json-iterator/go v1.1.12 // indirect
46
47
github.com/mattn/go-colorable v0.1.12 // indirect
47
48
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -50,25 +51,25 @@ require (
50
51
github.com/modern-go/reflect2 v1.0.2 // indirect
51
52
github.com/pkg/errors v0.9.1 // indirect
52
53
github.com/pmezard/go-difflib v1.0.0 // indirect
53
- go.etcd.io/etcd/api/v3 v3.5.5 // indirect
54
- go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
55
- go.etcd.io/etcd/client/v2 v2.305.5 // indirect
56
- go.etcd.io/etcd/client/v3 v3.5.5 // indirect
57
- go.opencensus.io v0.23 .0 // indirect
54
+ go.etcd.io/etcd/api/v3 v3.5.6 // indirect
55
+ go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
56
+ go.etcd.io/etcd/client/v2 v2.305.6 // indirect
57
+ go.etcd.io/etcd/client/v3 v3.5.6 // indirect
58
+ go.opencensus.io v0.24 .0 // indirect
58
59
go.uber.org/atomic v1.9.0 // indirect
59
60
go.uber.org/multierr v1.8.0 // indirect
60
61
go.uber.org/zap v1.21.0 // indirect
61
62
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
62
- golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
63
+ golang.org/x/net v0.4.0 // indirect
63
64
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
64
65
golang.org/x/sync v0.1.0 // indirect
65
- golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
66
- golang.org/x/text v0.4 .0 // indirect
67
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
66
+ golang.org/x/sys v0.3.0 // indirect
67
+ golang.org/x/text v0.5 .0 // indirect
68
+ golang.org/x/time v0.1.0 // indirect
68
69
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
69
- google.golang.org/api v0.102 .0 // indirect
70
+ google.golang.org/api v0.107 .0 // indirect
70
71
google.golang.org/appengine v1.6.7 // indirect
71
- google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
72
- google.golang.org/grpc v1.50.1 // indirect
72
+ google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef // indirect
73
+ google.golang.org/grpc v1.52.0 // indirect
73
74
google.golang.org/protobuf v1.28.1 // indirect
74
75
)
0 commit comments