-
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.
- Loading branch information
Showing
145 changed files
with
2,852 additions
and
791 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,21 +1,21 @@ | ||
module github.com/bazelbuild/bazel-gazelle | ||
|
||
go 1.17 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/bazelbuild/buildtools v0.0.0-20211007154642-8dd79e56e98e | ||
github.com/bazelbuild/rules_go v0.29.0 | ||
github.com/bazelbuild/buildtools v0.0.0-20220323134444-a9f46b2bb3de | ||
github.com/bazelbuild/rules_go v0.31.0 | ||
github.com/bmatcuk/doublestar/v4 v4.0.2 | ||
github.com/fsnotify/fsnotify v1.5.1 | ||
github.com/google/go-cmp v0.5.6 | ||
github.com/google/go-cmp v0.5.7 | ||
github.com/pelletier/go-toml v1.9.4 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
golang.org/x/mod v0.5.1 | ||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
golang.org/x/tools v0.1.7 | ||
golang.org/x/tools v0.1.10 | ||
) | ||
|
||
require ( | ||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // 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
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.