@@ -3,8 +3,8 @@ module github.com/hashicorp/terraform-provider-scaffolding-framework
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/hashicorp/terraform-plugin-framework v1.15 .1
7
- github.com/hashicorp/terraform-plugin-go v0.28 .0
6
+ github.com/hashicorp/terraform-plugin-framework v1.16 .1
7
+ github.com/hashicorp/terraform-plugin-go v0.29 .0
8
8
github.com/hashicorp/terraform-plugin-log v0.9.0
9
9
github.com/hashicorp/terraform-plugin-testing v1.13.3
10
10
)
@@ -23,7 +23,7 @@ require (
23
23
github.com/hashicorp/go-cty v1.5.0 // indirect
24
24
github.com/hashicorp/go-hclog v1.6.3 // indirect
25
25
github.com/hashicorp/go-multierror v1.1.1 // indirect
26
- github.com/hashicorp/go-plugin v1.6.3 // indirect
26
+ github.com/hashicorp/go-plugin v1.7.0 // indirect
27
27
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
28
28
github.com/hashicorp/go-uuid v1.0.3 // indirect
29
29
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -33,9 +33,9 @@ require (
33
33
github.com/hashicorp/terraform-exec v0.23.0 // indirect
34
34
github.com/hashicorp/terraform-json v0.25.0 // indirect
35
35
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
36
- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
36
+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
37
37
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
38
- github.com/hashicorp/yamux v0.1.1 // indirect
38
+ github.com/hashicorp/yamux v0.1.2 // indirect
39
39
github.com/kr/pretty v0.3.0 // indirect
40
40
github.com/mattn/go-colorable v0.1.13 // indirect
41
41
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -44,21 +44,21 @@ require (
44
44
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
45
45
github.com/mitchellh/mapstructure v1.5.0 // indirect
46
46
github.com/mitchellh/reflectwalk v1.0.2 // indirect
47
- github.com/oklog/run v1.0 .0 // indirect
47
+ github.com/oklog/run v1.1 .0 // indirect
48
48
github.com/rogpeppe/go-internal v1.12.0 // indirect
49
49
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
50
50
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
51
51
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
52
52
github.com/zclconf/go-cty v1.16.3 // indirect
53
- golang.org/x/crypto v0.39 .0 // indirect
54
- golang.org/x/mod v0.25 .0 // indirect
55
- golang.org/x/net v0.40 .0 // indirect
56
- golang.org/x/sync v0.15 .0 // indirect
57
- golang.org/x/sys v0.33 .0 // indirect
58
- golang.org/x/text v0.26 .0 // indirect
59
- golang.org/x/tools v0.33 .0 // indirect
53
+ golang.org/x/crypto v0.41 .0 // indirect
54
+ golang.org/x/mod v0.26 .0 // indirect
55
+ golang.org/x/net v0.43 .0 // indirect
56
+ golang.org/x/sync v0.16 .0 // indirect
57
+ golang.org/x/sys v0.35 .0 // indirect
58
+ golang.org/x/text v0.28 .0 // indirect
59
+ golang.org/x/tools v0.35 .0 // indirect
60
60
google.golang.org/appengine v1.6.8 // indirect
61
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
62
- google.golang.org/grpc v1.72 .1 // indirect
63
- google.golang.org/protobuf v1.36.6 // indirect
61
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
62
+ google.golang.org/grpc v1.75 .1 // indirect
63
+ google.golang.org/protobuf v1.36.9 // indirect
64
64
)
0 commit comments