-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
129d0fd
commit 4dfcb75
Showing
111 changed files
with
1,244 additions
and
408 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,6 +1,6 @@ | ||
module( | ||
name = "gazelle", | ||
version = "0.29.0", | ||
version = "0.30.0", | ||
repo_name = "bazel_gazelle", | ||
) | ||
|
||
|
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
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,18 +1,18 @@ | ||
module github.com/bazelbuild/bazel-gazelle | ||
|
||
go 1.19 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bazelbuild/buildtools v0.0.0-20230111132423-06e8e2436a75 | ||
github.com/bazelbuild/rules_go v0.37.0 | ||
github.com/bazelbuild/buildtools v0.0.0-20230317132445-9c3c1fc0106e | ||
github.com/bazelbuild/rules_go v0.39.0 | ||
github.com/bmatcuk/doublestar/v4 v4.6.0 | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/pelletier/go-toml v1.9.5 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
golang.org/x/mod v0.7.0 | ||
golang.org/x/mod v0.9.0 | ||
golang.org/x/sync v0.1.0 | ||
golang.org/x/tools v0.5.0 | ||
golang.org/x/tools v0.7.0 | ||
) | ||
|
||
require golang.org/x/sys v0.4.0 // indirect | ||
require golang.org/x/sys v0.6.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
Oops, something went wrong.