Skip to content

Commit a1488e5

Browse files
Bump github.com/terraform-linters/tflint-plugin-sdk from 0.18.0 to 0.19.0 (#160)
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.18.0 to 0.19.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.18.0...v0.19.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc50a2c commit a1488e5

File tree

2 files changed

+86
-77
lines changed

2 files changed

+86
-77
lines changed

go.mod

+27-25
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,33 @@ require (
99
github.com/hashicorp/go-version v1.6.0
1010
github.com/hashicorp/hcl/v2 v2.20.0
1111
github.com/hashicorp/terraform-registry-address v0.2.3
12-
github.com/terraform-linters/tflint-plugin-sdk v0.18.0
12+
github.com/terraform-linters/tflint-plugin-sdk v0.19.0
1313
github.com/zclconf/go-cty v1.14.4
1414
)
1515

1616
require (
17-
cloud.google.com/go v0.110.0 // indirect
18-
cloud.google.com/go/compute v1.19.1 // indirect
17+
cloud.google.com/go v0.110.10 // indirect
18+
cloud.google.com/go/compute v1.23.3 // indirect
1919
cloud.google.com/go/compute/metadata v0.2.3 // indirect
20-
cloud.google.com/go/iam v0.13.0 // indirect
21-
cloud.google.com/go/storage v1.28.1 // indirect
20+
cloud.google.com/go/iam v1.1.5 // indirect
21+
cloud.google.com/go/storage v1.30.1 // indirect
2222
github.com/agext/levenshtein v1.2.1 // indirect
2323
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2424
github.com/aws/aws-sdk-go v1.44.122 // indirect
2525
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2626
github.com/fatih/color v1.13.0 // indirect
2727
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2828
github.com/golang/protobuf v1.5.3 // indirect
29-
github.com/google/uuid v1.3.0 // indirect
30-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
31-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
29+
github.com/google/s2a-go v0.1.7 // indirect
30+
github.com/google/uuid v1.4.0 // indirect
31+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
32+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
3233
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
33-
github.com/hashicorp/go-hclog v1.5.0 // indirect
34-
github.com/hashicorp/go-plugin v1.4.10 // indirect
34+
github.com/hashicorp/go-hclog v1.6.2 // indirect
35+
github.com/hashicorp/go-plugin v1.6.0 // indirect
3536
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3637
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
37-
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
38+
github.com/hashicorp/yamux v0.1.1 // indirect
3839
github.com/jmespath/go-jmespath v0.4.0 // indirect
3940
github.com/klauspost/compress v1.15.11 // indirect
4041
github.com/mattn/go-colorable v0.1.12 // indirect
@@ -47,19 +48,20 @@ require (
4748
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
4849
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4950
go.opencensus.io v0.24.0 // indirect
50-
golang.org/x/mod v0.12.0 // indirect
51-
golang.org/x/net v0.17.0 // indirect
52-
golang.org/x/oauth2 v0.7.0 // indirect
53-
golang.org/x/sync v0.3.0 // indirect
54-
golang.org/x/sys v0.13.0 // indirect
55-
golang.org/x/text v0.13.0 // indirect
56-
golang.org/x/tools v0.11.0 // indirect
51+
golang.org/x/crypto v0.19.0 // indirect
52+
golang.org/x/mod v0.15.0 // indirect
53+
golang.org/x/net v0.21.0 // indirect
54+
golang.org/x/oauth2 v0.14.0 // indirect
55+
golang.org/x/sync v0.6.0 // indirect
56+
golang.org/x/sys v0.17.0 // indirect
57+
golang.org/x/text v0.14.0 // indirect
58+
golang.org/x/tools v0.18.0 // indirect
5759
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
58-
google.golang.org/api v0.114.0 // indirect
59-
google.golang.org/appengine v1.6.7 // indirect
60-
google.golang.org/genproto v0.0.0-20230526161137-0005af68ea54 // indirect
61-
google.golang.org/genproto/googleapis/api v0.0.0-20230525234035-dd9d682886f9 // indirect
62-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
63-
google.golang.org/grpc v1.57.1 // indirect
64-
google.golang.org/protobuf v1.31.0 // indirect
60+
google.golang.org/api v0.149.0 // indirect
61+
google.golang.org/appengine v1.6.8 // indirect
62+
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
63+
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
65+
google.golang.org/grpc v1.61.1 // indirect
66+
google.golang.org/protobuf v1.32.0 // indirect
6567
)

0 commit comments

Comments
 (0)