Skip to content

Commit cebc6c1

Browse files
authored
make clean-tidy (#44331)
1 parent e81d06b commit cebc6c1

File tree

4 files changed

+53
-49
lines changed

4 files changed

+53
-49
lines changed

skaff/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1919
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
2020
github.com/spf13/pflag v1.0.9 // indirect
21-
github.com/zclconf/go-cty v1.16.3 // indirect
21+
github.com/zclconf/go-cty v1.16.4 // indirect
2222
golang.org/x/mod v0.28.0 // indirect
2323
golang.org/x/sync v0.17.0 // indirect
2424
golang.org/x/text v0.29.0 // indirect

skaff/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki
55
github.com/apparentlymart/go-textseg/v15 v15.0.0 h1:uYvfpb3DyLSCGWnctWKGj857c6ew1u1fNQOlOtuGxQY=
66
github.com/apparentlymart/go-textseg/v15 v15.0.0/go.mod h1:K8XmNZdhEBkdlyDdvbmmsvpAG721bKi0joRfFdHIWJ4=
77
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
8-
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
9-
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
8+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
9+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1010
github.com/go-test/deep v1.0.3 h1:ZrJSEWsXzPOxaZnFteGEfooLba+ju3FYIbOrS+rQd68=
1111
github.com/go-test/deep v1.0.3/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=
1212
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
@@ -26,8 +26,8 @@ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
2626
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
2727
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
2828
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
29-
github.com/zclconf/go-cty v1.16.3 h1:osr++gw2T61A8KVYHoQiFbFd1Lh3JOCXc/jFLJXKTxk=
30-
github.com/zclconf/go-cty v1.16.3/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
29+
github.com/zclconf/go-cty v1.16.4 h1:QGXaag7/7dCzb+odlGrgr+YmYZFaOCMW6DEpS+UD1eE=
30+
github.com/zclconf/go-cty v1.16.4/go.mod h1:VvMs5i0vgZdhYawQNq5kePSpLAoz8u1xvZgrPIxfnZE=
3131
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
3232
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
3333
golang.org/x/mod v0.28.0 h1:gQBtGhjxykdjY9YhZpSlZIsbnaE2+PgjfLWUQTnoZ1U=

tools/tfsdk2fw/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ require (
294294
github.com/bgentry/speakeasy v0.1.0 // indirect
295295
github.com/cedar-policy/cedar-go v1.2.6 // indirect
296296
github.com/cloudflare/circl v1.6.1 // indirect
297-
github.com/davecgh/go-spew v1.1.1 // indirect
297+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
298298
github.com/fatih/color v1.18.0 // indirect
299299
github.com/gertd/go-pluralize v0.2.1 // indirect
300300
github.com/go-logr/logr v1.4.3 // indirect
@@ -313,26 +313,26 @@ require (
313313
github.com/hashicorp/go-cty v1.5.0 // indirect
314314
github.com/hashicorp/go-hclog v1.6.3 // indirect
315315
github.com/hashicorp/go-multierror v1.1.1 // indirect
316-
github.com/hashicorp/go-plugin v1.6.3 // indirect
316+
github.com/hashicorp/go-plugin v1.7.0 // indirect
317317
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
318318
github.com/hashicorp/go-uuid v1.0.3 // indirect
319319
github.com/hashicorp/go-version v1.7.0 // indirect
320320
github.com/hashicorp/hc-install v0.9.2 // indirect
321321
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
322322
github.com/hashicorp/logutils v1.0.0 // indirect
323323
github.com/hashicorp/terraform-exec v0.23.0 // indirect
324-
github.com/hashicorp/terraform-json v0.26.0 // indirect
325-
github.com/hashicorp/terraform-plugin-framework v1.15.1 // indirect
324+
github.com/hashicorp/terraform-json v0.27.2 // indirect
325+
github.com/hashicorp/terraform-plugin-framework v1.16.0 // indirect
326326
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0 // indirect
327327
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0 // indirect
328328
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 // indirect
329329
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0 // indirect
330-
github.com/hashicorp/terraform-plugin-go v0.28.0 // indirect
330+
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
331331
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
332332
github.com/hashicorp/terraform-plugin-testing v1.13.3 // indirect
333-
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
333+
github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
334334
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
335-
github.com/hashicorp/yamux v0.1.1 // indirect
335+
github.com/hashicorp/yamux v0.1.2 // indirect
336336
github.com/huandu/xstrings v1.3.3 // indirect
337337
github.com/imdario/mergo v0.3.15 // indirect
338338
github.com/jmespath/go-jmespath v0.4.0 // indirect
@@ -345,7 +345,7 @@ require (
345345
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
346346
github.com/mitchellh/mapstructure v1.5.0 // indirect
347347
github.com/mitchellh/reflectwalk v1.0.2 // indirect
348-
github.com/oklog/run v1.0.0 // indirect
348+
github.com/oklog/run v1.1.0 // indirect
349349
github.com/pkg/errors v0.9.1 // indirect
350350
github.com/posener/complete v1.2.3 // indirect
351351
github.com/shopspring/decimal v1.4.0 // indirect
@@ -356,7 +356,7 @@ require (
356356
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
357357
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
358358
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
359-
github.com/zclconf/go-cty v1.16.3 // indirect
359+
github.com/zclconf/go-cty v1.16.4 // indirect
360360
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
361361
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0 // indirect
362362
go.opentelemetry.io/otel v1.38.0 // indirect
@@ -371,9 +371,9 @@ require (
371371
golang.org/x/text v0.29.0 // indirect
372372
golang.org/x/tools v0.37.0 // indirect
373373
google.golang.org/appengine v1.6.8 // indirect
374-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
375-
google.golang.org/grpc v1.72.1 // indirect
376-
google.golang.org/protobuf v1.36.6 // indirect
374+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
375+
google.golang.org/grpc v1.75.1 // indirect
376+
google.golang.org/protobuf v1.36.9 // indirect
377377
gopkg.in/dnaeon/go-vcr.v4 v4.0.5 // indirect
378378
)
379379

0 commit comments

Comments
 (0)