@@ -11,10 +11,10 @@ require (
1111 github.com/hashicorp/terraform-json v0.27.1
1212 github.com/hashicorp/terraform-plugin-framework v1.15.1
1313 github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
14- github.com/hashicorp/terraform-plugin-go v0.28 .0
14+ github.com/hashicorp/terraform-plugin-go v0.29 .0
1515 github.com/hashicorp/terraform-plugin-log v0.9.0
1616 github.com/hashicorp/terraform-plugin-mux v0.20.0
17- github.com/hashicorp/terraform-plugin-sdk/v2 v2.37 .0
17+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38 .0
1818 github.com/hashicorp/terraform-plugin-testing v1.13.3
1919 github.com/stretchr/testify v1.11.1
2020 github.com/zclconf/go-cty v1.17.0
@@ -24,19 +24,19 @@ require (
2424require (
2525 cloud.google.com/go/auth v0.16.1 // indirect
2626 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
27- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
27+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
2828 github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
2929 github.com/ProtonMail/go-crypto v1.1.6 // indirect
3030 github.com/agext/levenshtein v1.2.3 // indirect
3131 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3232 github.com/bitfield/gotestdox v0.2.2 // indirect
3333 github.com/cloudflare/circl v1.6.1 // indirect
34- github.com/davecgh/go-spew v1.1.1 // indirect
34+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3535 github.com/dnephin/pflag v1.0.7 // indirect
3636 github.com/fatih/color v1.17.0 // indirect
3737 github.com/felixge/httpsnoop v1.0.4 // indirect
3838 github.com/fsnotify/fsnotify v1.8.0 // indirect
39- github.com/go-logr/logr v1.4.2 // indirect
39+ github.com/go-logr/logr v1.4.3 // indirect
4040 github.com/go-logr/stdr v1.2.2 // indirect
4141 github.com/golang/protobuf v1.5.4 // indirect
4242 github.com/google/go-cmp v0.7.0 // indirect
@@ -51,16 +51,16 @@ require (
5151 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
5252 github.com/hashicorp/go-hclog v1.6.3 // indirect
5353 github.com/hashicorp/go-multierror v1.1.1 // indirect
54- github.com/hashicorp/go-plugin v1.6.3 // indirect
54+ github.com/hashicorp/go-plugin v1.7.0 // indirect
5555 github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
5656 github.com/hashicorp/go-uuid v1.0.3 // indirect
5757 github.com/hashicorp/go-version v1.7.0 // indirect
5858 github.com/hashicorp/hc-install v0.9.2 // indirect
5959 github.com/hashicorp/logutils v1.0.0 // indirect
60- github.com/hashicorp/terraform-exec v0.23.0 // indirect
61- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
60+ github.com/hashicorp/terraform-exec v0.23.1 // indirect
61+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
6262 github.com/hashicorp/terraform-svchost v0.1.1 // indirect
63- github.com/hashicorp/yamux v0.1.1 // indirect
63+ github.com/hashicorp/yamux v0.1.2 // indirect
6464 github.com/mattn/go-colorable v0.1.13 // indirect
6565 github.com/mattn/go-isatty v0.0.20 // indirect
6666 github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -70,32 +70,33 @@ require (
7070 github.com/mitchellh/reflectwalk v1.0.2 // indirect
7171 github.com/oklog/run v1.1.0 // indirect
7272 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
73- github.com/pmezard/go-difflib v1.0.0 // indirect
73+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7474 github.com/stretchr/objx v0.5.2 // indirect
7575 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
7676 github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
7777 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
7878 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
7979 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
80- go.opentelemetry.io/otel v1.35 .0 // indirect
81- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
82- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
83- golang.org/x/crypto v0.39 .0 // indirect
80+ go.opentelemetry.io/otel v1.37 .0 // indirect
81+ go.opentelemetry.io/otel/metric v1.37 .0 // indirect
82+ go.opentelemetry.io/otel/trace v1.37 .0 // indirect
83+ golang.org/x/crypto v0.42 .0 // indirect
8484 golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
85- golang.org/x/mod v0.25 .0 // indirect
86- golang.org/x/net v0.40 .0 // indirect
85+ golang.org/x/mod v0.27 .0 // indirect
86+ golang.org/x/net v0.43 .0 // indirect
8787 golang.org/x/oauth2 v0.30.0 // indirect
88- golang.org/x/sync v0.15 .0 // indirect
89- golang.org/x/sys v0.33 .0 // indirect
90- golang.org/x/term v0.32 .0 // indirect
91- golang.org/x/text v0.26 .0 // indirect
88+ golang.org/x/sync v0.17 .0 // indirect
89+ golang.org/x/sys v0.36 .0 // indirect
90+ golang.org/x/term v0.35 .0 // indirect
91+ golang.org/x/text v0.29 .0 // indirect
9292 golang.org/x/time v0.11.0 // indirect
93- golang.org/x/tools v0.33.0 // indirect
93+ golang.org/x/tools v0.36.0 // indirect
94+ golang.org/x/tools/go/expect v0.1.1-deprecated // indirect
9495 google.golang.org/api v0.232.0 // indirect
9596 google.golang.org/appengine v1.6.8 // indirect
96- google.golang.org/genproto/googleapis/rpc v0.0.0-20250505200425-f936aa4a68b2 // indirect
97- google.golang.org/grpc v1.72 .1 // indirect
98- google.golang.org/protobuf v1.36.6 // indirect
97+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
98+ google.golang.org/grpc v1.75 .1 // indirect
99+ google.golang.org/protobuf v1.36.9 // indirect
99100 gopkg.in/ini.v1 v1.67.0 // indirect
100101 gopkg.in/yaml.v3 v3.0.1 // indirect
101102 gotest.tools/gotestsum v1.12.1 // indirect
0 commit comments