Skip to content

Commit

Permalink
Revert go_googleapis upgrade (bazelbuild#3432)
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp committed Jan 26, 2023
1 parent fe69751 commit 6789eb1
Show file tree
Hide file tree
Showing 3 changed files with 3,027 additions and 6,223 deletions.
10 changes: 5 additions & 5 deletions go/private/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ def go_rules_dependencies(force = False):
wrapper(
http_archive,
name = "go_googleapis",
# master, as of 2023-01-22
# master, as of 2022-12-05
urls = [
"https://mirror.bazel.build/github.com/googleapis/googleapis/archive/9fac84a6942bd3e95fca1ffe87018adbf560c514.zip",
"https://github.com/googleapis/googleapis/archive/9fac84a6942bd3e95fca1ffe87018adbf560c514.zip",
"https://mirror.bazel.build/github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca.zip",
"https://github.com/googleapis/googleapis/archive/83c3605afb5a39952bf0a0809875d41cf2a558ca.zip",
],
sha256 = "92fdd9771671c27d49b1ccb46c3285bb0d277cbe834d82670b0fc0ecd66faad7",
strip_prefix = "googleapis-9fac84a6942bd3e95fca1ffe87018adbf560c514",
sha256 = "ba694861340e792fd31cb77274eacaf6e4ca8bda97707898f41d8bebfd8a4984",
strip_prefix = "googleapis-83c3605afb5a39952bf0a0809875d41cf2a558ca",
patches = [
# releaser:patch-cmd find . -name BUILD.bazel -delete
Label("//third_party:go_googleapis-deletebuild.patch"),
Expand Down
Loading

0 comments on commit 6789eb1

Please sign in to comment.