Skip to content

Commit

Permalink
chore: Upgrade gazelle (#1925)
Browse files Browse the repository at this point in the history
Summary: I ran into an issue when upgrading an different go dep that
forced be to upgrade gazelle, which in turn forced me to upgrade
buildtools.

Relevant Issues: N/A

Type of change: /kind infra

Test Plan: gazelle and other buildtools still work, build still works.

Signed-off-by: Vihang Mehta <[email protected]>
GitOrigin-RevId: ced9a1940a7befa5af331c4ba144c711a64a3d91
  • Loading branch information
vihangm authored and copybaranaut committed May 30, 2024
1 parent 6fec9b3 commit 309ba24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ go_library(
"//src/api/go/pxapi/utils",
"//src/api/proto/cloudpb:cloudapi_pl_go_proto",
"//src/api/proto/vizierpb:vizier_pl_go_proto",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//:grpc",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//credentials",
"@org_golang_google_grpc//credentials/insecure",
Expand Down
2 changes: 1 addition & 1 deletion proto/cloudpb/mock/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ go_library(
"//src/api/proto/uuidpb:uuid_pl_go_proto",
"@com_github_gogo_protobuf//types",
"@com_github_golang_mock//gomock",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//:grpc",
],
)
2 changes: 1 addition & 1 deletion proto/vizierpb/mock/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go_library(
deps = [
"//src/api/proto/vizierpb:vizier_pl_go_proto",
"@com_github_golang_mock//gomock",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//:grpc",
"@org_golang_google_grpc//metadata",
],
)

0 comments on commit 309ba24

Please sign in to comment.