diff --git a/tests/extras/gomock/BUILD.bazel b/tests/extras/gomock/BUILD.bazel index c6948bf750..b9a07ca05b 100644 --- a/tests/extras/gomock/BUILD.bazel +++ b/tests/extras/gomock/BUILD.bazel @@ -29,5 +29,5 @@ go_test( "client_test.go", ], embed = [":client"], - deps = ["@com_github_golang_mock//gomock"], + deps = ["@org_uber_go_mock//gomock"], )