@@ -17,37 +17,37 @@ require (
17
17
github.com/hashicorp/go-tfe v1.92.0
18
18
github.com/hashicorp/go-version v1.7.0
19
19
github.com/hashicorp/hcl v1.0.0
20
- github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
20
+ github.com/hashicorp/hcl/v2 v2.24 .0 // indirect
21
21
github.com/hashicorp/terraform-plugin-framework v1.15.1
22
22
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
23
- github.com/hashicorp/terraform-plugin-go v0.28 .0
23
+ github.com/hashicorp/terraform-plugin-go v0.29 .0
24
24
github.com/hashicorp/terraform-plugin-mux v0.20.0
25
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
25
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.38.1
26
26
github.com/hashicorp/terraform-svchost v0.1.1
27
27
github.com/mattn/go-isatty v0.0.20 // indirect
28
28
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
29
- github.com/zclconf/go-cty v1.16.3 // indirect
30
- golang.org/x/crypto v0.41 .0 // indirect
29
+ github.com/zclconf/go-cty v1.17.0 // indirect
30
+ golang.org/x/crypto v0.42 .0 // indirect
31
31
golang.org/x/net v0.43.0 // indirect
32
- golang.org/x/oauth2 v0.29 .0 // indirect
33
- golang.org/x/sys v0.35 .0 // indirect
34
- golang.org/x/text v0.28 .0 // indirect
32
+ golang.org/x/oauth2 v0.30 .0 // indirect
33
+ golang.org/x/sys v0.36 .0 // indirect
34
+ golang.org/x/text v0.29 .0 // indirect
35
35
golang.org/x/time v0.12.0 // indirect
36
- google.golang.org/protobuf v1.36.6 // indirect
36
+ google.golang.org/protobuf v1.36.9 // indirect
37
37
)
38
38
39
39
require (
40
- github.com/davecgh/go-spew v1.1.1 // indirect
40
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
41
41
github.com/google/go-cmp v0.7.0 // indirect
42
42
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
43
43
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
44
44
github.com/hashicorp/go-cty v1.5.0 // indirect
45
- github.com/hashicorp/go-plugin v1.6.3 // indirect
45
+ github.com/hashicorp/go-plugin v1.7.0 // indirect
46
46
github.com/hashicorp/go-uuid v1.0.3
47
47
github.com/hashicorp/jsonapi v1.5.0
48
48
github.com/hashicorp/logutils v1.0.0 // indirect
49
- github.com/hashicorp/terraform-exec v0.23.0 // indirect
50
- github.com/hashicorp/terraform-json v0.25.0 // indirect
49
+ github.com/hashicorp/terraform-exec v0.23.1 // indirect
50
+ github.com/hashicorp/terraform-json v0.27.1 // indirect
51
51
github.com/hashicorp/yamux v0.1.2 // indirect
52
52
github.com/mattn/go-colorable v0.1.14 // indirect
53
53
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -57,7 +57,7 @@ require (
57
57
github.com/oklog/run v1.1.0 // indirect
58
58
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
59
59
google.golang.org/appengine v1.6.8 // indirect
60
- google.golang.org/grpc v1.72 .1 // indirect
60
+ google.golang.org/grpc v1.75 .1 // indirect
61
61
)
62
62
63
63
require (
@@ -74,15 +74,14 @@ require (
74
74
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
75
75
github.com/cloudflare/circl v1.6.1 // indirect
76
76
github.com/hashicorp/hc-install v0.9.2 // indirect
77
- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
77
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
78
78
github.com/kr/text v0.2.0 // indirect
79
- github.com/pmezard/go-difflib v1.0.0 // indirect
79
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
80
80
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
81
81
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
82
82
golang.org/x/mod v0.27.0 // indirect
83
83
golang.org/x/sync v0.17.0 // indirect
84
84
golang.org/x/tools v0.36.0 // indirect
85
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
86
- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
85
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
87
86
gopkg.in/yaml.v3 v3.0.1 // indirect
88
87
)
0 commit comments