From 9750fe9a955d3ce1a7fd5ca7e7a9d407b4da8958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:02:50 +0000 Subject: [PATCH] build(deps): bump github.com/katbyte/terrafmt Bumps the main group in /tools with 1 update: [github.com/katbyte/terrafmt](https://github.com/katbyte/terrafmt). Updates `github.com/katbyte/terrafmt` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/katbyte/terrafmt/releases) - [Changelog](https://github.com/katbyte/terrafmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/katbyte/terrafmt/commits) --- updated-dependencies: - dependency-name: github.com/katbyte/terrafmt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: main ... Signed-off-by: dependabot[bot] --- tools/go.mod | 4 ++-- tools/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/go.mod b/tools/go.mod index 4a58a0988..118fce1b6 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -6,7 +6,7 @@ require ( github.com/aiven/go-utils/selproj v0.1.0 github.com/golangci/golangci-lint v1.62.2 github.com/hashicorp/terraform-plugin-docs v0.20.1 - github.com/katbyte/terrafmt v0.5.4 + github.com/katbyte/terrafmt v0.5.5 ) require ( @@ -116,7 +116,7 @@ require ( github.com/julz/importas v0.1.0 // indirect github.com/karamaru-alpha/copyloopvar v1.1.0 // indirect github.com/katbyte/andreyvit-diff v0.0.2 // indirect - github.com/katbyte/sergi-go-diff v1.2.1 // indirect + github.com/katbyte/sergi-go-diff v1.2.2 // indirect github.com/kisielk/errcheck v1.8.0 // indirect github.com/kkHAIKE/contextcheck v1.1.5 // indirect github.com/kulti/thelper v0.6.3 // indirect diff --git a/tools/go.sum b/tools/go.sum index 67bfd89b0..39a44d876 100644 --- a/tools/go.sum +++ b/tools/go.sum @@ -278,10 +278,10 @@ github.com/karamaru-alpha/copyloopvar v1.1.0 h1:x7gNyKcC2vRBO1H2Mks5u1VxQtYvFiym github.com/karamaru-alpha/copyloopvar v1.1.0/go.mod h1:u7CIfztblY0jZLOQZgH3oYsJzpC2A7S6u/lfgSXHy0k= github.com/katbyte/andreyvit-diff v0.0.2 h1:uQGxP2z57bTUGn3SCFzYKgtIKLeuYE+k9dxq1u9Js7U= github.com/katbyte/andreyvit-diff v0.0.2/go.mod h1:TdKKfasbASLXZHMVyCoXJw999kjRmOIeHSdG1Pm/x1Y= -github.com/katbyte/sergi-go-diff v1.2.1 h1:etD07v2OL+HOzN32zF202yZbpzoUkizbfvbggpBSn/s= -github.com/katbyte/sergi-go-diff v1.2.1/go.mod h1:BxkLLDDB1iVQsnURErqoQMjkyXIlR0DefDKzZCUHNEw= -github.com/katbyte/terrafmt v0.5.4 h1:pL/6Ro/lAxuq4uClAxCFFHSMymdkJoZ+r0BRtktFTdk= -github.com/katbyte/terrafmt v0.5.4/go.mod h1:sgkrsKcZoOxgmoNfFrSYoxXiF+FdBEXcS/ZKfDSvc3o= +github.com/katbyte/sergi-go-diff v1.2.2 h1:QfvxByYpWiTcWXVDAxuAx+SY7vY2WEsboJKBDR54Egs= +github.com/katbyte/sergi-go-diff v1.2.2/go.mod h1:BxkLLDDB1iVQsnURErqoQMjkyXIlR0DefDKzZCUHNEw= +github.com/katbyte/terrafmt v0.5.5 h1:rd0aJYfGj9euWxRAbD5Km+cH+Fh68Tv2sUrerZI5fU0= +github.com/katbyte/terrafmt v0.5.5/go.mod h1:y8qQXMFOm2d5t9pqrQeGPKpsuIHrU4F1BHXcbF2pvUo= github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4= github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kisielk/errcheck v1.8.0 h1:ZX/URYa7ilESY19ik/vBmCn6zdGQLxACwjAcWbHlYlg=