Skip to content

Commit 8a8edad

Browse files
kevinlnewclaude
andcommitted
fix: use org_uber_go_mock in mock BUILD files
Replace @com_github_golang_mock with @org_uber_go_mock to match the Bzlmod module registry. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f39a209 commit 8a8edad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pushqueue/extension/landqueue/mock/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ go_library(
77
visibility = ["//visibility:public"],
88
deps = [
99
"//pushqueue/entity",
10-
"@com_github_golang_mock//gomock",
10+
"@org_uber_go_mock//gomock",
1111
],
1212
)

pushqueue/extension/vcs/mock/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ go_library(
88
deps = [
99
"//pushqueue/entity",
1010
"//pushqueue/extension/vcs",
11-
"@com_github_golang_mock//gomock",
11+
"@org_uber_go_mock//gomock",
1212
],
1313
)

0 commit comments

Comments
 (0)