Skip to content

Commit

Permalink
update golang/x/tools (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-french authored Mar 27, 2023
1 parent 86cf60a commit afde360
Show file tree
Hide file tree
Showing 4 changed files with 44,256 additions and 42,419 deletions.
10 changes: 5 additions & 5 deletions go/private/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ def go_rules_dependencies(force = False):
wrapper(
http_archive,
name = "org_golang_x_tools",
# v0.5.0, latest as of 2023-01-29
# v0.7.0, latest as of 2023-03-27
urls = [
"https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.5.0.zip",
"https://github.com/golang/tools/archive/refs/tags/v0.5.0.zip",
"https://mirror.bazel.build/github.com/golang/tools/archive/refs/tags/v0.7.0.zip",
"https://github.com/golang/tools/archive/refs/tags/v0.7.0.zip",
],
sha256 = "7b22a085a24e9da2fb9db9b97e9e7325387e66153997f17e44129df2943ddee7",
strip_prefix = "tools-0.5.0",
sha256 = "9f20a20f29f4008d797a8be882ef82b69cf8f7f2b96dbdfe3814c57d8280fa4b",
strip_prefix = "tools-0.7.0",
patches = [
# deletegopls removes the gopls subdirectory. It contains a nested
# module with additional dependencies. It's not needed by rules_go.
Expand Down
1 change: 0 additions & 1 deletion tests/integration/popular_repos/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ build_test(
"@org_golang_x_tools//blog:blog",
"@org_golang_x_tools//cmd/bundle:bundle",
"@org_golang_x_tools//cmd/callgraph:callgraph",
"@org_golang_x_tools//cmd/cover:cover",
"@org_golang_x_tools//cmd/file2fuzz:file2fuzz",
"@org_golang_x_tools//cmd/fiximports:fiximports",
"@org_golang_x_tools//cmd/godoc:godoc",
Expand Down
Loading

0 comments on commit afde360

Please sign in to comment.