Skip to content

Commit 9997c83

Browse files
SarahFrenchpengq-google
authored andcommitted
Update hashicorp/terraform-plugin-framework, hashicorp/terraform-plugin-mux, hashicorp/terraform-plugin-sdk/v2 (GoogleCloudPlatform#10009)
1 parent 5fdbda6 commit 9997c83

File tree

2 files changed

+100
-142
lines changed

2 files changed

+100
-142
lines changed

mmv1/third_party/terraform/go.mod.erb

+22-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<% autogen_exception -%>
22
module github.com/hashicorp/terraform-provider-google
3+
34
go 1.20
45

56
require (
@@ -15,12 +16,12 @@ require (
1516
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
1617
github.com/hashicorp/go-multierror v1.1.1
1718
github.com/hashicorp/go-version v1.6.0
18-
github.com/hashicorp/terraform-plugin-framework v1.1.1
19+
github.com/hashicorp/terraform-plugin-framework v1.5.0
1920
github.com/hashicorp/terraform-plugin-framework-validators v0.9.0
20-
github.com/hashicorp/terraform-plugin-go v0.14.3
21-
github.com/hashicorp/terraform-plugin-log v0.7.0
22-
github.com/hashicorp/terraform-plugin-mux v0.8.0
23-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
21+
github.com/hashicorp/terraform-plugin-go v0.20.0
22+
github.com/hashicorp/terraform-plugin-log v0.9.0
23+
github.com/hashicorp/terraform-plugin-mux v0.13.0
24+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.31.0
2425
github.com/mitchellh/go-homedir v1.1.0
2526
github.com/mitchellh/hashstructure v1.1.0
2627
github.com/sirupsen/logrus v1.8.1
@@ -39,11 +40,13 @@ require (
3940
cloud.google.com/go/compute/metadata v0.2.3 // indirect
4041
cloud.google.com/go/iam v1.1.5 // indirect
4142
cloud.google.com/go/longrunning v0.5.4 // indirect
43+
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
4244
github.com/agext/levenshtein v1.2.2 // indirect
43-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
45+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4446
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
4547
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
4648
github.com/cespare/xxhash/v2 v2.2.0 // indirect
49+
github.com/cloudflare/circl v1.3.3 // indirect
4750
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect
4851
github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
4952
github.com/envoyproxy/go-control-plane v0.11.1 // indirect
@@ -63,17 +66,17 @@ require (
6366
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
6467
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
6568
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
66-
github.com/hashicorp/go-hclog v1.2.1 // indirect
67-
github.com/hashicorp/go-plugin v1.4.8 // indirect
69+
github.com/hashicorp/go-hclog v1.5.0 // indirect
70+
github.com/hashicorp/go-plugin v1.6.0 // indirect
6871
github.com/hashicorp/go-uuid v1.0.3 // indirect
69-
github.com/hashicorp/hc-install v0.4.0 // indirect
70-
github.com/hashicorp/hcl/v2 v2.14.1 // indirect
72+
github.com/hashicorp/hc-install v0.6.2 // indirect
73+
github.com/hashicorp/hcl/v2 v2.19.1 // indirect
7174
github.com/hashicorp/logutils v1.0.0 // indirect
72-
github.com/hashicorp/terraform-exec v0.17.3 // indirect
73-
github.com/hashicorp/terraform-json v0.14.0 // indirect
74-
github.com/hashicorp/terraform-registry-address v0.1.0 // indirect
75-
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
76-
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
75+
github.com/hashicorp/terraform-exec v0.19.0 // indirect
76+
github.com/hashicorp/terraform-json v0.18.0 // indirect
77+
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
78+
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
79+
github.com/hashicorp/yamux v0.1.1 // indirect
7780
github.com/kylelemons/godebug v1.1.0 // indirect
7881
github.com/mattn/go-colorable v0.1.12 // indirect
7982
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -84,16 +87,17 @@ require (
8487
github.com/mitchellh/reflectwalk v1.0.2 // indirect
8588
github.com/oklog/run v1.0.0 // indirect
8689
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
87-
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
88-
github.com/vmihailenco/tagparser v0.1.2 // indirect
89-
github.com/zclconf/go-cty v1.11.0 // indirect
90+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
91+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
92+
github.com/zclconf/go-cty v1.14.1 // indirect
9093
go.opencensus.io v0.24.0 // indirect
9194
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
9295
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
9396
go.opentelemetry.io/otel v1.21.0 // indirect
9497
go.opentelemetry.io/otel/metric v1.21.0 // indirect
9598
go.opentelemetry.io/otel/trace v1.21.0 // indirect
9699
golang.org/x/crypto v0.18.0 // indirect
100+
golang.org/x/mod v0.14.0 // indirect
97101
golang.org/x/sync v0.6.0 // indirect
98102
golang.org/x/sys v0.16.0 // indirect
99103
golang.org/x/text v0.14.0 // indirect

0 commit comments

Comments
 (0)