From 7ae447260d21aa24b56f99e8af451fac1c9c4bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:19:35 +0000 Subject: [PATCH] build(deps): bump github.com/dkorunic/betteralign in /tools/betteralign Bumps [github.com/dkorunic/betteralign](https://github.com/dkorunic/betteralign) from 0.4.5 to 0.5.0. - [Release notes](https://github.com/dkorunic/betteralign/releases) - [Changelog](https://github.com/dkorunic/betteralign/blob/main/.goreleaser.yml) - [Commits](https://github.com/dkorunic/betteralign/compare/v0.4.5...v0.5.0) --- updated-dependencies: - dependency-name: github.com/dkorunic/betteralign dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tools/betteralign/go.mod | 2 +- tools/betteralign/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/betteralign/go.mod b/tools/betteralign/go.mod index 1b1dd080..cb8330c6 100644 --- a/tools/betteralign/go.mod +++ b/tools/betteralign/go.mod @@ -2,7 +2,7 @@ module _ go 1.22.0 -require github.com/dkorunic/betteralign v0.4.5 +require github.com/dkorunic/betteralign v0.5.0 require ( github.com/KimMachineGun/automemlimit v0.6.1 // indirect diff --git a/tools/betteralign/go.sum b/tools/betteralign/go.sum index ba2ed03b..145f4a0c 100644 --- a/tools/betteralign/go.sum +++ b/tools/betteralign/go.sum @@ -9,8 +9,8 @@ github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSV github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dkorunic/betteralign v0.4.5 h1:G9nq00t/HUbT0bGbTofh5QbT7Te0Tj8vOZPxkEXDu0Q= -github.com/dkorunic/betteralign v0.4.5/go.mod h1:CoAm2Bj06ekLfkevrhN+XaEFpwvDf3wcmwq9LHlRz14= +github.com/dkorunic/betteralign v0.5.0 h1:lhyysj4sh08itGQfjjIddTdfPQZFnvVKPbYINw7Plz8= +github.com/dkorunic/betteralign v0.5.0/go.mod h1:CoAm2Bj06ekLfkevrhN+XaEFpwvDf3wcmwq9LHlRz14= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4= github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=