-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/dkorunic/betteralign in /tools/betteralign
Bumps [github.com/dkorunic/betteralign](https://github.com/dkorunic/betteralign) from 0.6.2 to 0.6.5. - [Release notes](https://github.com/dkorunic/betteralign/releases) - [Changelog](https://github.com/dkorunic/betteralign/blob/main/.goreleaser.yml) - [Commits](dkorunic/betteralign@v0.6.2...v0.6.5) --- updated-dependencies: - dependency-name: github.com/dkorunic/betteralign dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
71aa7be
commit 64f7203
Showing
2 changed files
with
15 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
module _ | ||
|
||
go 1.23.0 | ||
toolchain go1.24.0 | ||
|
||
require github.com/dkorunic/betteralign v0.6.2 | ||
require github.com/dkorunic/betteralign v0.6.5 | ||
|
||
require ( | ||
github.com/KimMachineGun/automemlimit v0.7.0 // indirect | ||
github.com/google/renameio/v2 v2.0.0 // indirect | ||
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect | ||
github.com/sirkon/dst v0.26.4 // indirect | ||
go.uber.org/automaxprocs v1.6.0 // indirect | ||
golang.org/x/mod v0.22.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/tools v0.29.0 // indirect | ||
golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/tools v0.30.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters