Skip to content

Commit

Permalink
make bazel_prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaiamao committed Nov 8, 2022
1 parent 879ecc2 commit ea830b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoid_service/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ go_library(
importpath = "github.com/pingcap/tidb/autoid_service",
visibility = ["//visibility:public"],
deps = [
"//config",
"//kv",
"//meta",
"//metrics",
Expand All @@ -16,6 +17,7 @@ go_library(
"@com_github_pingcap_kvproto//pkg/autoid",
"@io_etcd_go_etcd_client_v3//:client",
"@org_golang_google_grpc//:grpc",
"@org_golang_google_grpc//keepalive",
"@org_uber_go_zap//:zap",
],
)

0 comments on commit ea830b7

Please sign in to comment.