Skip to content

Commit f323599

Browse files
Bump github.com/terraform-linters/tflint-plugin-sdk (#330)
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.10.0 to 0.10.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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: github.com/terraform-linters/tflint-plugin-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 06f75b2 commit f323599

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2222
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
2323
github.com/sergi/go-diff v1.2.0 // indirect
24-
github.com/terraform-linters/tflint-plugin-sdk v0.10.0
24+
github.com/terraform-linters/tflint-plugin-sdk v0.10.1
2525
github.com/zclconf/go-cty v1.10.0
2626
google.golang.org/appengine v1.6.6 // indirect
2727
google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
148148
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
149149
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
150150
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
151-
github.com/terraform-linters/tflint-plugin-sdk v0.10.0 h1:Cjdj0aYaqsqdoEEbBJ0SSpvhtfwKVuOZQLgV72xcH2s=
152-
github.com/terraform-linters/tflint-plugin-sdk v0.10.0/go.mod h1:buSG6YRD4H7GzQpPerADmNBFaYOx31B8o8u9l+7SegY=
151+
github.com/terraform-linters/tflint-plugin-sdk v0.10.1 h1:NmiTY6BmC8E1GpfPCF5rat/Ukcc3MmeZ9DJtF6a7+Pk=
152+
github.com/terraform-linters/tflint-plugin-sdk v0.10.1/go.mod h1:buSG6YRD4H7GzQpPerADmNBFaYOx31B8o8u9l+7SegY=
153153
github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk=
154154
github.com/vmihailenco/msgpack/v4 v4.3.12 h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvCazn8G65U=
155155
github.com/vmihailenco/msgpack/v4 v4.3.12/go.mod h1:gborTTJjAo/GWTqqRjrLCn9pgNN+NXzzngzBKDPIqw4=

0 commit comments

Comments
 (0)