@@ -11,9 +11,9 @@ require (
1111 github.com/hashicorp/terraform-plugin-docs v0.21.0
1212 github.com/hashicorp/terraform-plugin-framework v1.14.1
1313 github.com/hashicorp/terraform-plugin-framework-validators v0.17.0
14- github.com/hashicorp/terraform-plugin-go v0.26 .0
14+ github.com/hashicorp/terraform-plugin-go v0.27 .0
1515 github.com/hashicorp/terraform-plugin-log v0.9.0
16- github.com/hashicorp/terraform-plugin-testing v1.12 .0
16+ github.com/hashicorp/terraform-plugin-testing v1.13 .0
1717 github.com/otiai10/copy v1.14.1
1818 github.com/stretchr/testify v1.10.0
1919)
@@ -40,7 +40,7 @@ require (
4040 github.com/Masterminds/semver/v3 v3.2.0 // indirect
4141 github.com/Masterminds/sprig/v3 v3.2.3 // indirect
4242 github.com/Microsoft/go-winio v0.6.2 // indirect
43- github.com/ProtonMail/go-crypto v1.1.3 // indirect
43+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
4444 github.com/agext/levenshtein v1.2.3 // indirect
4545 github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4646 github.com/armon/go-radix v1.0.1-0.20221118154546-54df44f2176c // indirect
@@ -51,7 +51,7 @@ require (
5151 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
5252 github.com/cespare/xxhash/v2 v2.3.0 // indirect
5353 github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
54- github.com/cloudflare/circl v1.3.7 // indirect
54+ github.com/cloudflare/circl v1.6.0 // indirect
5555 github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
5656 github.com/coder/serpent v0.10.0 // indirect
5757 github.com/coder/terraform-provider-coder/v2 v2.1.3 // indirect
@@ -82,20 +82,20 @@ require (
8282 github.com/hashicorp/go-cty v1.5.0 // indirect
8383 github.com/hashicorp/go-hclog v1.6.3 // indirect
8484 github.com/hashicorp/go-multierror v1.1.1 // indirect
85- github.com/hashicorp/go-plugin v1.6.2 // indirect
85+ github.com/hashicorp/go-plugin v1.6.3 // indirect
8686 github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
8787 github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7 // indirect
8888 github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
8989 github.com/hashicorp/go-sockaddr v1.0.2 // indirect
9090 github.com/hashicorp/go-uuid v1.0.3 // indirect
9191 github.com/hashicorp/go-version v1.7.0 // indirect
92- github.com/hashicorp/hc-install v0.9.1 // indirect
92+ github.com/hashicorp/hc-install v0.9.2 // indirect
9393 github.com/hashicorp/hcl/v2 v2.23.0 // indirect
9494 github.com/hashicorp/logutils v1.0.0 // indirect
95- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
96- github.com/hashicorp/terraform-json v0.24 .0 // indirect
97- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
98- github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
95+ github.com/hashicorp/terraform-exec v0.23 .0 // indirect
96+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
97+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
98+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
9999 github.com/hashicorp/terraform-svchost v0.1.1 // indirect
100100 github.com/hashicorp/yamux v0.1.2 // indirect
101101 github.com/huandu/xstrings v1.3.3 // indirect
@@ -157,7 +157,7 @@ require (
157157 github.com/yuin/goldmark-meta v1.1.0 // indirect
158158 github.com/yusufpapurcu/wmi v1.2.4 // indirect
159159 github.com/zclconf/go-cty v1.16.2 // indirect
160- github.com/zeebo/errs v1.3 .0 // indirect
160+ github.com/zeebo/errs v1.4 .0 // indirect
161161 go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
162162 go.nhat.io/otelsql v0.15.0 // indirect
163163 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -177,22 +177,22 @@ require (
177177 go.uber.org/atomic v1.11.0 // indirect
178178 go.uber.org/multierr v1.11.0 // indirect
179179 go.uber.org/zap v1.27.0 // indirect
180- golang.org/x/crypto v0.36 .0 // indirect
180+ golang.org/x/crypto v0.38 .0 // indirect
181181 golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
182182 golang.org/x/mod v0.24.0 // indirect
183- golang.org/x/net v0.38 .0 // indirect
183+ golang.org/x/net v0.39 .0 // indirect
184184 golang.org/x/oauth2 v0.28.0 // indirect
185- golang.org/x/sync v0.12 .0 // indirect
186- golang.org/x/sys v0.31 .0 // indirect
187- golang.org/x/term v0.30 .0 // indirect
188- golang.org/x/text v0.23 .0 // indirect
185+ golang.org/x/sync v0.14 .0 // indirect
186+ golang.org/x/sys v0.33 .0 // indirect
187+ golang.org/x/term v0.32 .0 // indirect
188+ golang.org/x/text v0.25 .0 // indirect
189189 golang.org/x/time v0.11.0 // indirect
190190 golang.org/x/tools v0.31.0 // indirect
191191 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
192192 google.golang.org/appengine v1.6.8 // indirect
193- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
193+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
194194 google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
195- google.golang.org/grpc v1.71.0 // indirect
195+ google.golang.org/grpc v1.72.1 // indirect
196196 google.golang.org/protobuf v1.36.6 // indirect
197197 gopkg.in/DataDog/dd-trace-go.v1 v1.72.1 // indirect
198198 gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments