11module github.com/hashicorp/terraform-provider-archive
22
3- go 1.23.7
3+ go 1.24.0
44
55require (
66 github.com/bmatcuk/doublestar/v4 v4.9.1
7- github.com/hashicorp/terraform-plugin-framework v1.15.1
7+ github.com/hashicorp/terraform-plugin-framework v1.16.0
88 github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
9- github.com/hashicorp/terraform-plugin-go v0.28 .0
9+ github.com/hashicorp/terraform-plugin-go v0.29 .0
1010 github.com/hashicorp/terraform-plugin-testing v1.13.3
1111 golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1212)
@@ -25,7 +25,7 @@ require (
2525 github.com/hashicorp/go-cty v1.5.0 // indirect
2626 github.com/hashicorp/go-hclog v1.6.3 // indirect
2727 github.com/hashicorp/go-multierror v1.1.1 // indirect
28- github.com/hashicorp/go-plugin v1.6.3 // indirect
28+ github.com/hashicorp/go-plugin v1.7.0 // indirect
2929 github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
3030 github.com/hashicorp/go-uuid v1.0.3 // indirect
3131 github.com/hashicorp/go-version v1.7.0 // indirect
@@ -36,9 +36,9 @@ require (
3636 github.com/hashicorp/terraform-json v0.25.0 // indirect
3737 github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
3838 github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0 // indirect
39- github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
39+ github.com/hashicorp/terraform-registry-address v0.4.0 // indirect
4040 github.com/hashicorp/terraform-svchost v0.1.1 // indirect
41- github.com/hashicorp/yamux v0.1.1 // indirect
41+ github.com/hashicorp/yamux v0.1.2 // indirect
4242 github.com/kr/pretty v0.3.0 // indirect
4343 github.com/mattn/go-colorable v0.1.13 // indirect
4444 github.com/mattn/go-isatty v0.0.20 // indirect
@@ -47,20 +47,20 @@ require (
4747 github.com/mitchellh/go-wordwrap v1.0.0 // indirect
4848 github.com/mitchellh/mapstructure v1.5.0 // indirect
4949 github.com/mitchellh/reflectwalk v1.0.2 // indirect
50- github.com/oklog/run v1.0 .0 // indirect
50+ github.com/oklog/run v1.1 .0 // indirect
5151 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
5252 github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
5353 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
5454 github.com/zclconf/go-cty v1.16.3 // indirect
55- golang.org/x/crypto v0.39 .0 // indirect
56- golang.org/x/mod v0.25 .0 // indirect
57- golang.org/x/net v0.40 .0 // indirect
58- golang.org/x/sync v0.15 .0 // indirect
59- golang.org/x/sys v0.33 .0 // indirect
60- golang.org/x/text v0.26 .0 // indirect
61- golang.org/x/tools v0.33 .0 // indirect
55+ golang.org/x/crypto v0.41 .0 // indirect
56+ golang.org/x/mod v0.26 .0 // indirect
57+ golang.org/x/net v0.43 .0 // indirect
58+ golang.org/x/sync v0.16 .0 // indirect
59+ golang.org/x/sys v0.35 .0 // indirect
60+ golang.org/x/text v0.28 .0 // indirect
61+ golang.org/x/tools v0.35 .0 // indirect
6262 google.golang.org/appengine v1.6.8 // indirect
63- google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
64- google.golang.org/grpc v1.72 .1 // indirect
65- google.golang.org/protobuf v1.36.6 // indirect
63+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
64+ google.golang.org/grpc v1.75 .1 // indirect
65+ google.golang.org/protobuf v1.36.9 // indirect
6666)
0 commit comments