Skip to content

Commit e54047d

Browse files
Bump github.com/terraform-linters/tflint-plugin-sdk (#300)
Bumps [github.com/terraform-linters/tflint-plugin-sdk](https://github.com/terraform-linters/tflint-plugin-sdk) from 0.23.0 to 0.23.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.23.0...v0.23.1) --- updated-dependencies: - dependency-name: github.com/terraform-linters/tflint-plugin-sdk dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e09382 commit e54047d

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
@@ -9,7 +9,7 @@ require (
99
github.com/hashicorp/go-version v1.7.0
1010
github.com/hashicorp/hcl/v2 v2.24.0
1111
github.com/hashicorp/terraform-registry-address v0.4.0
12-
github.com/terraform-linters/tflint-plugin-sdk v0.23.0
12+
github.com/terraform-linters/tflint-plugin-sdk v0.23.1
1313
github.com/zclconf/go-cty v1.17.0
1414
)
1515

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
166166
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
167167
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
168168
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
169-
github.com/terraform-linters/tflint-plugin-sdk v0.23.0 h1:tvbMuXHIuv3ptT4Z7rtEO7tu6E5GbG+r8QH/JSqijt8=
170-
github.com/terraform-linters/tflint-plugin-sdk v0.23.0/go.mod h1:D/JrhhuF6Lwf5wC2l3GYQpVAByWq5fVZg5w6XxAiPbs=
169+
github.com/terraform-linters/tflint-plugin-sdk v0.23.1 h1:wgkPwcX+NenNpi1h2Ff7hs8Y3O2kZpwL8ZJB5DZkcEI=
170+
github.com/terraform-linters/tflint-plugin-sdk v0.23.1/go.mod h1:D/JrhhuF6Lwf5wC2l3GYQpVAByWq5fVZg5w6XxAiPbs=
171171
github.com/ulikunitz/xz v0.5.15 h1:9DNdB5s+SgV3bQ2ApL10xRc35ck0DuIX/isZvIk+ubY=
172172
github.com/ulikunitz/xz v0.5.15/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
173173
github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=

0 commit comments

Comments
 (0)