-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade go mod dependencies (#1911)
This reduces the noise a lot when adding more libraries such as in #1908 **What type of PR is this?** > Other **What package or component does this PR mostly affect?** > all **What does this PR do? Why is it needed?** **Which issues(s) does this PR fix?** Fixes # **Other notes for review**
- Loading branch information
Showing
126 changed files
with
11,176 additions
and
4,557 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
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
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,17 +1,17 @@ | ||
module github.com/bazelbuild/bazel-gazelle | ||
|
||
go 1.21 | ||
go 1.21.1 | ||
|
||
require ( | ||
github.com/bazelbuild/buildtools v0.0.0-20240313121412-66c605173954 | ||
github.com/bazelbuild/buildtools v0.0.0-20240827154017-dd10159baa91 | ||
github.com/bazelbuild/rules_go v0.46.0 | ||
github.com/bmatcuk/doublestar/v4 v4.6.1 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
golang.org/x/mod v0.16.0 | ||
golang.org/x/sync v0.6.0 | ||
golang.org/x/mod v0.20.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/tools/go/vcs v0.1.0-deprecated | ||
) | ||
|
||
require golang.org/x/sys v0.18.0 // indirect | ||
require golang.org/x/sys v0.25.0 // indirect |
Oops, something went wrong.