@@ -340,35 +340,54 @@ require (
340
340
github.com/cloudflare/circl v1.6.1 // indirect
341
341
github.com/evanphx/json-patch v0.5.2 // indirect
342
342
github.com/fatih/color v1.18.0 // indirect
343
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
343
344
github.com/go-logr/logr v1.4.2 // indirect
344
345
github.com/go-logr/stdr v1.2.2 // indirect
345
346
github.com/go-test/deep v1.1.0 // indirect
346
347
github.com/golang/protobuf v1.5.4 // indirect
348
+ github.com/golangci/golangci-lint v1.64.8 // indirect
347
349
github.com/google/uuid v1.6.0 // indirect
350
+ github.com/gookit/color v1.5.1 // indirect
348
351
github.com/hashicorp/errwrap v1.1.0 // indirect
349
352
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
350
353
github.com/hashicorp/go-plugin v1.6.3 // indirect
351
354
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
352
355
github.com/hashicorp/hc-install v0.9.2 // indirect
356
+ github.com/hashicorp/hcl v1.0.0 // indirect
353
357
github.com/hashicorp/logutils v1.0.0 // indirect
354
358
github.com/hashicorp/terraform-exec v0.23.0 // indirect
355
359
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
356
360
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
357
361
github.com/hashicorp/yamux v0.1.2 // indirect
358
362
github.com/huandu/xstrings v1.5.0 // indirect
363
+ github.com/inconshreveable/mousetrap v1.1.0 // indirect
364
+ github.com/katbyte/andreyvit-diff v0.0.1 // indirect
365
+ github.com/katbyte/sergi-go-diff v1.1.1 // indirect
366
+ github.com/katbyte/terrafmt v0.5.4 // indirect
367
+ github.com/magiconair/properties v1.8.6 // indirect
359
368
github.com/mattn/go-colorable v0.1.14 // indirect
360
369
github.com/mattn/go-isatty v0.0.20 // indirect
361
370
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
362
371
github.com/mitchellh/reflectwalk v1.0.2 // indirect
363
372
github.com/oklog/run v1.1.0 // indirect
373
+ github.com/pelletier/go-toml v1.9.5 // indirect
374
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
364
375
github.com/posener/complete v1.2.3 // indirect
376
+ github.com/sirupsen/logrus v1.9.3 // indirect
377
+ github.com/spf13/afero v1.12.0 // indirect
365
378
github.com/spf13/cast v1.7.1 // indirect
379
+ github.com/spf13/cobra v1.9.1 // indirect
380
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
381
+ github.com/spf13/pflag v1.0.6 // indirect
382
+ github.com/spf13/viper v1.12.0 // indirect
383
+ github.com/subosito/gotenv v1.4.1 // indirect
366
384
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
367
385
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
368
386
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
369
387
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
370
388
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
371
389
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
390
+ github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
372
391
github.com/zclconf/go-cty v1.16.2 // indirect
373
392
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
374
393
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.60.0 // indirect
@@ -383,6 +402,8 @@ require (
383
402
google.golang.org/genproto/googleapis/rpc v0.0.0-20250425173222-7b384671a197 // indirect
384
403
google.golang.org/grpc v1.72.0 // indirect
385
404
google.golang.org/protobuf v1.36.6 // indirect
405
+ gopkg.in/ini.v1 v1.67.0 // indirect
406
+ gopkg.in/yaml.v2 v2.4.0 // indirect
386
407
)
387
408
388
409
replace github.com/hashicorp/terraform-plugin-log => github.com/gdavison/terraform-plugin-log v0.0.0-20230928191232-6c653d8ef8fb
0 commit comments