@@ -13,9 +13,9 @@ require (
13
13
github.com/hashicorp/terraform-plugin-framework v1.14.1
14
14
github.com/hashicorp/terraform-plugin-framework-timeouts v0.5.0
15
15
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
16
- github.com/hashicorp/terraform-plugin-go v0.26 .0
16
+ github.com/hashicorp/terraform-plugin-go v0.27 .0
17
17
github.com/hashicorp/terraform-plugin-log v0.9.0
18
- github.com/hashicorp/terraform-plugin-testing v1.12 .0
18
+ github.com/hashicorp/terraform-plugin-testing v1.13 .0
19
19
github.com/samber/lo v1.50.0
20
20
github.com/stretchr/testify v1.10.0
21
21
gopkg.in/dnaeon/go-vcr.v3 v3.2.0
@@ -36,10 +36,10 @@ require (
36
36
)
37
37
38
38
require (
39
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
39
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
40
40
github.com/agext/levenshtein v1.2.3 // indirect
41
41
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
42
- github.com/cloudflare/circl v1.3.7 // indirect
42
+ github.com/cloudflare/circl v1.6.0 // indirect
43
43
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
44
44
github.com/davecgh/go-spew v1.1.1 // indirect
45
45
github.com/fatih/color v1.17.0 // indirect
@@ -52,17 +52,17 @@ require (
52
52
github.com/hashicorp/go-cty v1.5.0 // indirect
53
53
github.com/hashicorp/go-hclog v1.6.3 // indirect
54
54
github.com/hashicorp/go-multierror v1.1.1 // indirect
55
- github.com/hashicorp/go-plugin v1.6.2 // indirect
55
+ github.com/hashicorp/go-plugin v1.6.3 // indirect
56
56
github.com/hashicorp/go-uuid v1.0.3 // indirect
57
57
github.com/hashicorp/go-version v1.7.0 // indirect
58
- github.com/hashicorp/hc-install v0.9.1 // indirect
58
+ github.com/hashicorp/hc-install v0.9.2 // indirect
59
59
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
60
60
github.com/hashicorp/logutils v1.0.0 // indirect
61
- github.com/hashicorp/terraform-exec v0.22 .0 // indirect
62
- github.com/hashicorp/terraform-json v0.24 .0 // indirect
61
+ github.com/hashicorp/terraform-exec v0.23 .0 // indirect
62
+ github.com/hashicorp/terraform-json v0.25 .0 // indirect
63
63
github.com/hashicorp/terraform-plugin-framework-jsontypes v0.2.0
64
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36.1 // indirect
65
- github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
64
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
65
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
66
66
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
67
67
github.com/hashicorp/yamux v0.1.1 // indirect
68
68
github.com/martini-contrib/render v0.0.0-20150707142108-ec18f8345a11 // indirect
@@ -87,8 +87,8 @@ require (
87
87
golang.org/x/sys v0.33.0 // indirect
88
88
golang.org/x/text v0.25.0 // indirect
89
89
google.golang.org/appengine v1.6.8 // indirect
90
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
91
- google.golang.org/grpc v1.69.4 // indirect
90
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
91
+ google.golang.org/grpc v1.72.1 // indirect
92
92
google.golang.org/protobuf v1.36.6 // indirect
93
93
gopkg.in/yaml.v3 v3.0.1
94
94
)
0 commit comments