@@ -8,14 +8,14 @@ require (
8
8
github.com/hashicorp/errwrap v1.1.0
9
9
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
10
10
github.com/hashicorp/hcl v1.0.0
11
- github.com/hashicorp/hcl/v2 v2.20.1
12
- github.com/hashicorp/terraform-json v0.22.1
13
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.33 .0
11
+ github.com/hashicorp/hcl/v2 v2.23.0
12
+ github.com/hashicorp/terraform-json v0.24.0
13
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.36 .0
14
14
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20241211100105-4e7515540f48
15
15
github.com/mitchellh/go-homedir v1.1.0 // indirect
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/stretchr/testify v1.9.0
18
- github.com/zclconf/go-cty v1.14.4
18
+ github.com/zclconf/go-cty v1.16.2
19
19
go.uber.org/zap v1.21.0
20
20
google.golang.org/api v0.206.0
21
21
)
@@ -24,7 +24,7 @@ require github.com/spf13/cobra v1.7.0
24
24
25
25
require (
26
26
bitbucket.org/creachadair/stringset v0.0.11 // indirect
27
- cel.dev/expr v0.16.0 // indirect
27
+ cel.dev/expr v0.16.2 // indirect
28
28
cloud.google.com/go v0.116.0 // indirect
29
29
cloud.google.com/go/auth v0.10.2 // indirect
30
30
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
@@ -34,17 +34,17 @@ require (
34
34
cloud.google.com/go/longrunning v0.6.2 // indirect
35
35
cloud.google.com/go/monitoring v1.21.2 // indirect
36
36
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.76.0 // indirect
37
- github.com/ProtonMail/go-crypto v1.1.0-alpha.2 // indirect
37
+ github.com/ProtonMail/go-crypto v1.1.3 // indirect
38
38
github.com/agext/levenshtein v1.2.3 // indirect
39
39
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
40
40
github.com/benbjohnson/clock v1.1.0 // indirect
41
41
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
42
42
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
43
43
github.com/cespare/xxhash/v2 v2.3.0 // indirect
44
44
github.com/cloudflare/circl v1.3.7 // indirect
45
- github.com/cncf/xds/go v0.0.0-20240822171458-6449f94b4d59 // indirect
45
+ github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
46
46
github.com/davecgh/go-spew v1.1.1 // indirect
47
- github.com/envoyproxy/go-control-plane v0.13.0 // indirect
47
+ github.com/envoyproxy/go-control-plane v0.13.1 // indirect
48
48
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
49
49
github.com/fatih/color v1.16.0 // indirect
50
50
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -66,17 +66,18 @@ require (
66
66
github.com/hashicorp/go-hclog v1.6.3 // indirect
67
67
github.com/hashicorp/go-multierror v1.1.1 // indirect
68
68
github.com/hashicorp/go-plugin v1.6.2 // indirect
69
+ github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
69
70
github.com/hashicorp/go-uuid v1.0.3 // indirect
70
- github.com/hashicorp/go-version v1.6 .0 // indirect
71
- github.com/hashicorp/hc-install v0.6.4 // indirect
71
+ github.com/hashicorp/go-version v1.7 .0 // indirect
72
+ github.com/hashicorp/hc-install v0.9.1 // indirect
72
73
github.com/hashicorp/logutils v1.0.0 // indirect
73
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
74
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
74
75
github.com/hashicorp/terraform-plugin-framework v1.13.0 // indirect
75
76
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
76
- github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
77
+ github.com/hashicorp/terraform-plugin-go v0.26 .0 // indirect
77
78
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
78
79
github.com/hashicorp/terraform-plugin-testing v1.5.1 // indirect
79
- github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
80
+ github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
80
81
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
81
82
github.com/hashicorp/yamux v0.1.1 // indirect
82
83
github.com/inconshreveable/mousetrap v1.1.0 // indirect
@@ -100,29 +101,29 @@ require (
100
101
go.opencensus.io v0.24.0 // indirect
101
102
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
102
103
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
103
- go.opentelemetry.io/otel v1.29 .0 // indirect
104
- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
105
- go.opentelemetry.io/otel/sdk v1.29 .0 // indirect
106
- go.opentelemetry.io/otel/sdk/metric v1.29 .0 // indirect
107
- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
104
+ go.opentelemetry.io/otel v1.31 .0 // indirect
105
+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
106
+ go.opentelemetry.io/otel/sdk v1.31 .0 // indirect
107
+ go.opentelemetry.io/otel/sdk/metric v1.31 .0 // indirect
108
+ go.opentelemetry.io/otel/trace v1.31 .0 // indirect
108
109
go.uber.org/atomic v1.9.0 // indirect
109
110
go.uber.org/multierr v1.8.0 // indirect
110
111
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
111
- golang.org/x/crypto v0.29 .0 // indirect
112
+ golang.org/x/crypto v0.32 .0 // indirect
112
113
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 // indirect
113
- golang.org/x/mod v0.17 .0 // indirect
114
- golang.org/x/net v0.31 .0 // indirect
114
+ golang.org/x/mod v0.22 .0 // indirect
115
+ golang.org/x/net v0.34 .0 // indirect
115
116
golang.org/x/oauth2 v0.24.0 // indirect
116
- golang.org/x/sync v0.9 .0 // indirect
117
- golang.org/x/sys v0.27 .0 // indirect
118
- golang.org/x/text v0.20 .0 // indirect
117
+ golang.org/x/sync v0.10 .0 // indirect
118
+ golang.org/x/sys v0.29 .0 // indirect
119
+ golang.org/x/text v0.21 .0 // indirect
119
120
golang.org/x/time v0.8.0 // indirect
120
121
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
121
122
google.golang.org/appengine v1.6.8 // indirect
122
123
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
123
124
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
124
125
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
125
- google.golang.org/grpc v1.67.1 // indirect
126
- google.golang.org/protobuf v1.35.1 // indirect
126
+ google.golang.org/grpc v1.69.4 // indirect
127
+ google.golang.org/protobuf v1.36.3 // indirect
127
128
gopkg.in/yaml.v3 v3.0.1 // indirect
128
129
)
0 commit comments