-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump golang.org/x/tools from 0.24.0 to 0.26.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
81c97ad
commit 7660287
Showing
2 changed files
with
7 additions
and
6 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,15 +1,16 @@ | ||
module go-simpler.org/sloggen | ||
|
||
go 1.21 | ||
toolchain go1.22.5 | ||
|
||
require ( | ||
go-simpler.org/assert v0.9.0 | ||
go-simpler.org/errorsx v0.9.0 | ||
golang.org/x/tools v0.24.0 | ||
golang.org/x/tools v0.26.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
golang.org/x/mod v0.20.0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/sync v0.8.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