1
1
module github.com/terraform-linters/tflint-ruleset-google
2
2
3
3
go 1.22.5
4
+ toolchain go1.23.6
4
5
5
6
require (
6
7
github.com/dave/dst v0.27.3
7
8
github.com/google/go-cmp v0.6.0
8
- github.com/hashicorp/hcl/v2 v2.22 .0
9
+ github.com/hashicorp/hcl/v2 v2.23 .0
9
10
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0
10
- github.com/terraform-linters/tflint-plugin-sdk v0.20 .0
11
+ github.com/terraform-linters/tflint-plugin-sdk v0.22 .0
11
12
google.golang.org/api v0.201.0
12
13
)
13
14
@@ -29,9 +30,9 @@ require (
29
30
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
30
31
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
31
32
github.com/hashicorp/go-hclog v1.6.3 // indirect
32
- github.com/hashicorp/go-plugin v1.6.0 // indirect
33
+ github.com/hashicorp/go-plugin v1.6.2 // indirect
33
34
github.com/hashicorp/go-uuid v1.0.3 // indirect
34
- github.com/hashicorp/go-version v1.6 .0 // indirect
35
+ github.com/hashicorp/go-version v1.7 .0 // indirect
35
36
github.com/hashicorp/logutils v1.0.0 // indirect
36
37
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
37
38
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
@@ -47,23 +48,22 @@ require (
47
48
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
48
49
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
49
50
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
50
- github.com/zclconf/go-cty v1.14.4 // indirect
51
+ github.com/zclconf/go-cty v1.16.0 // indirect
51
52
go.opencensus.io v0.24.0 // indirect
52
53
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
53
- go.opentelemetry.io/otel v1.29 .0 // indirect
54
- go.opentelemetry.io/otel/metric v1.29 .0 // indirect
55
- go.opentelemetry.io/otel/trace v1.29 .0 // indirect
56
- golang.org/x/crypto v0.28 .0 // indirect
57
- golang.org/x/mod v0.17 .0 // indirect
58
- golang.org/x/net v0.30 .0 // indirect
54
+ go.opentelemetry.io/otel v1.31 .0 // indirect
55
+ go.opentelemetry.io/otel/metric v1.31 .0 // indirect
56
+ go.opentelemetry.io/otel/trace v1.31 .0 // indirect
57
+ golang.org/x/crypto v0.32 .0 // indirect
58
+ golang.org/x/mod v0.22 .0 // indirect
59
+ golang.org/x/net v0.34 .0 // indirect
59
60
golang.org/x/oauth2 v0.23.0 // indirect
60
- golang.org/x/sync v0.8 .0 // indirect
61
- golang.org/x/sys v0.26 .0 // indirect
62
- golang.org/x/text v0.19 .0 // indirect
63
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
61
+ golang.org/x/sync v0.10 .0 // indirect
62
+ golang.org/x/sys v0.29 .0 // indirect
63
+ golang.org/x/text v0.21 .0 // indirect
64
+ golang.org/x/tools v0.29.0 // indirect
64
65
google.golang.org/appengine v1.6.8 // indirect
65
- google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
66
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
67
- google.golang.org/grpc v1.67.1 // indirect
68
- google.golang.org/protobuf v1.35.1 // indirect
66
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
67
+ google.golang.org/grpc v1.69.2 // indirect
68
+ google.golang.org/protobuf v1.36.2 // indirect
69
69
)
0 commit comments