@@ -180,16 +180,16 @@ require (
180
180
go.uber.org/atomic v1.11.0
181
181
go.uber.org/goleak v1.2.1
182
182
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
183
- golang.org/x/crypto v0.17 .0
183
+ golang.org/x/crypto v0.18 .0
184
184
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
185
185
golang.org/x/mod v0.14.0
186
- golang.org/x/net v0.19 .0
186
+ golang.org/x/net v0.20 .0
187
187
golang.org/x/oauth2 v0.15.0
188
188
golang.org/x/sync v0.6.0
189
189
golang.org/x/sys v0.16.0
190
190
golang.org/x/term v0.16.0
191
191
golang.org/x/text v0.14.0
192
- golang.org/x/tools v0.16.1
192
+ golang.org/x/tools v0.17.0
193
193
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
194
194
golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
195
195
google.golang.org/api v0.152.0
@@ -206,7 +206,7 @@ require (
206
206
207
207
require go.uber.org/mock v0.4.0
208
208
209
- require github.com/benbjohnson/clock v1.3.5 // indirect
209
+ require github.com/benbjohnson/clock v1.3.5
210
210
211
211
require (
212
212
cloud.google.com/go/compute v1.23.3 // indirect
@@ -313,7 +313,7 @@ require (
313
313
github.com/hashicorp/go-hclog v1.5.0 // indirect
314
314
github.com/hashicorp/go-uuid v1.0.3 // indirect
315
315
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
316
- github.com/hashicorp/hcl/v2 v2.17.0 // indirect
316
+ github.com/hashicorp/hcl/v2 v2.17.0
317
317
github.com/hashicorp/logutils v1.0.0 // indirect
318
318
github.com/hashicorp/terraform-plugin-go v0.12.0 // indirect
319
319
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
@@ -400,7 +400,7 @@ require (
400
400
github.com/yashtewari/glob-intersection v0.2.0 // indirect
401
401
github.com/yuin/goldmark v1.6.0 // indirect
402
402
github.com/yuin/goldmark-emoji v1.0.2 // indirect
403
- github.com/zclconf/go-cty v1.14.1 // indirect
403
+ github.com/zclconf/go-cty v1.14.1
404
404
github.com/zeebo/errs v1.3.0 // indirect
405
405
go.opencensus.io v0.24.0 // indirect
406
406
go.opentelemetry.io/contrib v1.19.0 // indirect
0 commit comments