@@ -12,17 +12,18 @@ require (
12
12
github.com/hashicorp/terraform-plugin-log v0.7.0
13
13
github.com/talos-systems/talos v1.2.3
14
14
github.com/talos-systems/talos/pkg/machinery v1.2.3
15
- google.golang.org/grpc v1.51 .0
15
+ google.golang.org/grpc v1.52 .0
16
16
google.golang.org/protobuf v1.28.1
17
17
gopkg.in/yaml.v3 v3.0.1
18
18
k8s.io/client-go v0.26.0
19
19
)
20
20
21
21
require (
22
- cloud.google.com/go v0.102.1 // indirect
23
- cloud.google.com/go/compute v1.8.0 // indirect
24
- cloud.google.com/go/iam v0.3.0 // indirect
25
- cloud.google.com/go/storage v1.23.0 // indirect
22
+ cloud.google.com/go v0.105.0 // indirect
23
+ cloud.google.com/go/compute v1.12.1 // indirect
24
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
25
+ cloud.google.com/go/iam v0.7.0 // indirect
26
+ cloud.google.com/go/storage v1.27.0 // indirect
26
27
github.com/Masterminds/goutils v1.1.1 // indirect
27
28
github.com/Masterminds/semver/v3 v3.1.1 // indirect
28
29
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
@@ -71,9 +72,8 @@ require (
71
72
github.com/google/go-cmp v0.5.9 // indirect
72
73
github.com/google/gofuzz v1.2.0 // indirect
73
74
github.com/google/uuid v1.3.0 // indirect
74
- github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
75
- github.com/googleapis/gax-go/v2 v2.4.0 // indirect
76
- github.com/googleapis/go-type-adapters v1.0.0 // indirect
75
+ github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
76
+ github.com/googleapis/gax-go/v2 v2.6.0 // indirect
77
77
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.2 // indirect
78
78
github.com/hashicorp/errwrap v1.1.0 // indirect
79
79
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
@@ -164,18 +164,18 @@ require (
164
164
go4.org/intern v0.0.0-20220617035311-6925f38cc365 // indirect
165
165
go4.org/unsafe/assume-no-moving-gc v0.0.0-20220617031537-928513b29760 // indirect
166
166
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
167
- golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
168
- golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
169
- golang.org/x/sync v0.0.0-20220907140024-f12130a52804 // indirect
167
+ golang.org/x/net v0.4.0 // indirect
168
+ golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
169
+ golang.org/x/sync v0.1.0 // indirect
170
170
golang.org/x/sys v0.3.0 // indirect
171
171
golang.org/x/term v0.3.0 // indirect
172
172
golang.org/x/text v0.5.0 // indirect
173
173
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
174
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
174
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
175
175
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220504211119-3d4a969bb56b // indirect
176
- google.golang.org/api v0.91 .0 // indirect
176
+ google.golang.org/api v0.102 .0 // indirect
177
177
google.golang.org/appengine v1.6.7 // indirect
178
- google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424 // indirect
178
+ google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
179
179
gopkg.in/inf.v0 v0.9.1 // indirect
180
180
gopkg.in/yaml.v2 v2.4.0 // indirect
181
181
inet.af/netaddr v0.0.0-20220811202034-502d2d690317 // indirect
0 commit comments