Skip to content

Commit 49d6ca5

Browse files
Bump github.com/terraform-linters/tflint-plugin-sdk (#231)
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/terraform-linters/tflint-plugin-sdk/releases) - [Changelog](https://github.com/terraform-linters/tflint-plugin-sdk/blob/master/CHANGELOG.md) - [Commits](terraform-linters/tflint-plugin-sdk@v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: github.com/terraform-linters/tflint-plugin-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8119a83 commit 49d6ca5

File tree

2 files changed

+74
-70
lines changed

2 files changed

+74
-70
lines changed

go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ require (
99
github.com/hashicorp/go-version v1.7.0
1010
github.com/hashicorp/hcl/v2 v2.23.0
1111
github.com/hashicorp/terraform-registry-address v0.2.3
12-
github.com/terraform-linters/tflint-plugin-sdk v0.21.0
13-
github.com/zclconf/go-cty v1.15.1
12+
github.com/terraform-linters/tflint-plugin-sdk v0.22.0
13+
github.com/zclconf/go-cty v1.16.0
1414
)
1515

1616
require (
1717
cloud.google.com/go v0.112.0 // indirect
18-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
18+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
1919
cloud.google.com/go/iam v1.1.6 // indirect
2020
cloud.google.com/go/storage v1.36.0 // indirect
2121
github.com/agext/levenshtein v1.2.1 // indirect
@@ -24,7 +24,7 @@ require (
2424
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2525
github.com/fatih/color v1.13.0 // indirect
2626
github.com/felixge/httpsnoop v1.0.4 // indirect
27-
github.com/go-logr/logr v1.4.1 // indirect
27+
github.com/go-logr/logr v1.4.2 // indirect
2828
github.com/go-logr/stdr v1.2.2 // indirect
2929
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3030
github.com/golang/protobuf v1.5.4 // indirect
@@ -34,14 +34,14 @@ require (
3434
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
3535
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3636
github.com/hashicorp/go-hclog v1.6.3 // indirect
37-
github.com/hashicorp/go-plugin v1.6.1 // indirect
37+
github.com/hashicorp/go-plugin v1.6.2 // indirect
3838
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3939
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
4040
github.com/hashicorp/yamux v0.1.1 // indirect
4141
github.com/jmespath/go-jmespath v0.4.0 // indirect
4242
github.com/klauspost/compress v1.15.11 // indirect
4343
github.com/mattn/go-colorable v0.1.12 // indirect
44-
github.com/mattn/go-isatty v0.0.14 // indirect
44+
github.com/mattn/go-isatty v0.0.17 // indirect
4545
github.com/mitchellh/go-homedir v1.1.0 // indirect
4646
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
4747
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
@@ -52,22 +52,22 @@ require (
5252
go.opencensus.io v0.24.0 // indirect
5353
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 // indirect
5454
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
55-
go.opentelemetry.io/otel v1.22.0 // indirect
56-
go.opentelemetry.io/otel/metric v1.22.0 // indirect
57-
go.opentelemetry.io/otel/trace v1.22.0 // indirect
58-
golang.org/x/crypto v0.25.0 // indirect
59-
golang.org/x/mod v0.19.0 // indirect
60-
golang.org/x/net v0.27.0 // indirect
61-
golang.org/x/oauth2 v0.20.0 // indirect
62-
golang.org/x/sync v0.7.0 // indirect
63-
golang.org/x/sys v0.22.0 // indirect
64-
golang.org/x/text v0.16.0 // indirect
55+
go.opentelemetry.io/otel v1.31.0 // indirect
56+
go.opentelemetry.io/otel/metric v1.31.0 // indirect
57+
go.opentelemetry.io/otel/trace v1.31.0 // indirect
58+
golang.org/x/crypto v0.32.0 // indirect
59+
golang.org/x/mod v0.22.0 // indirect
60+
golang.org/x/net v0.34.0 // indirect
61+
golang.org/x/oauth2 v0.23.0 // indirect
62+
golang.org/x/sync v0.10.0 // indirect
63+
golang.org/x/sys v0.29.0 // indirect
64+
golang.org/x/text v0.21.0 // indirect
6565
golang.org/x/time v0.5.0 // indirect
66-
golang.org/x/tools v0.23.0 // indirect
66+
golang.org/x/tools v0.29.0 // indirect
6767
google.golang.org/api v0.162.0 // indirect
6868
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
69-
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
70-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
71-
google.golang.org/grpc v1.65.0 // indirect
72-
google.golang.org/protobuf v1.34.2 // indirect
69+
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 // indirect
70+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
71+
google.golang.org/grpc v1.69.2 // indirect
72+
google.golang.org/protobuf v1.36.2 // indirect
7373
)

0 commit comments

Comments
 (0)