Skip to content

Commit bf9accc

Browse files
Bump github.com/terraform-linters/tflint-plugin-sdk (#475)
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.15.0 to 0.16.1. - [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.15.0...v0.16.1) --- 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 454d052 commit bf9accc

File tree

2 files changed

+33
-88
lines changed

2 files changed

+33
-88
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@ require (
2020
github.com/mitchellh/go-homedir v1.1.0
2121
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2222
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
23-
github.com/terraform-linters/tflint-plugin-sdk v0.15.0
23+
github.com/terraform-linters/tflint-plugin-sdk v0.16.1
2424
github.com/zclconf/go-cty v1.13.1
25-
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
26-
google.golang.org/grpc v1.51.0 // indirect
27-
google.golang.org/protobuf v1.28.1 // indirect
25+
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
26+
google.golang.org/grpc v1.54.0 // indirect
27+
google.golang.org/protobuf v1.30.0 // indirect
2828
gopkg.in/yaml.v2 v2.4.0 // indirect
2929
)
3030

31-
require golang.org/x/net v0.8.0
31+
require golang.org/x/net v0.9.0
3232

3333
require (
3434
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
3535
github.com/golang/protobuf v1.5.2 // indirect
3636
github.com/hashicorp/errwrap v1.0.0 // indirect
37-
github.com/hashicorp/go-hclog v1.4.0 // indirect
38-
github.com/hashicorp/go-plugin v1.4.8 // indirect
37+
github.com/hashicorp/go-hclog v1.5.0 // indirect
38+
github.com/hashicorp/go-plugin v1.4.9 // indirect
3939
github.com/hashicorp/go-version v1.6.0 // indirect
4040
github.com/jmespath/go-jmespath v0.4.0 // indirect
4141
github.com/kr/pretty v0.2.1 // indirect
4242
github.com/mattn/go-isatty v0.0.14 // indirect
4343
github.com/oklog/run v1.0.0 // indirect
4444
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
4545
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
46-
golang.org/x/mod v0.8.0 // indirect
47-
golang.org/x/sys v0.6.0 // indirect
48-
golang.org/x/text v0.8.0 // indirect
49-
golang.org/x/tools v0.6.0 // indirect
46+
golang.org/x/mod v0.10.0 // indirect
47+
golang.org/x/sys v0.7.0 // indirect
48+
golang.org/x/text v0.9.0 // indirect
49+
golang.org/x/tools v0.8.0 // indirect
5050
)

0 commit comments

Comments
 (0)