From 4b3d47ea80f3b53d0c45aaabccc1c537eb19188b Mon Sep 17 00:00:00 2001 From: hillium Date: Thu, 16 Jan 2025 21:32:28 +0800 Subject: [PATCH] update DEPS Signed-off-by: hillium --- DEPS.bzl | 12 ++++++------ br/pkg/task/operator/BUILD.bazel | 5 ----- tests/realtikvtest/brietest/BUILD.bazel | 1 - 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/DEPS.bzl b/DEPS.bzl index b223666edae78..ddfcfc4506012 100644 --- a/DEPS.bzl +++ b/DEPS.bzl @@ -5776,13 +5776,13 @@ def go_deps(): name = "com_github_pingcap_kvproto", build_file_proto_mode = "disable_global", importpath = "github.com/pingcap/kvproto", - sha256 = "db08607b0c90f3909b66577e9c568d0cbd6b2825d287d7b5caab86ea6e4b60ad", - strip_prefix = "github.com/pingcap/kvproto@v0.0.0-20250108041715-3b77f2c65c63", + sha256 = "f032df69d754f19adf7ac245dade0fdaeb12323e314c462feae8d095d777a681", + strip_prefix = "github.com/pingcap/kvproto@v0.0.0-20250116085028-ef010e9196a4", urls = [ - "http://bazel-cache.pingcap.net:8080/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250108041715-3b77f2c65c63.zip", - "http://ats.apps.svc/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250108041715-3b77f2c65c63.zip", - "https://cache.hawkingrei.com/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250108041715-3b77f2c65c63.zip", - "https://storage.googleapis.com/pingcapmirror/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250108041715-3b77f2c65c63.zip", + "http://bazel-cache.pingcap.net:8080/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250116085028-ef010e9196a4.zip", + "http://ats.apps.svc/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250116085028-ef010e9196a4.zip", + "https://cache.hawkingrei.com/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250116085028-ef010e9196a4.zip", + "https://storage.googleapis.com/pingcapmirror/gomod/github.com/pingcap/kvproto/com_github_pingcap_kvproto-v0.0.0-20250116085028-ef010e9196a4.zip", ], ) go_repository( diff --git a/br/pkg/task/operator/BUILD.bazel b/br/pkg/task/operator/BUILD.bazel index 508d29b6fbe52..a91d46d461380 100644 --- a/br/pkg/task/operator/BUILD.bazel +++ b/br/pkg/task/operator/BUILD.bazel @@ -6,7 +6,6 @@ go_library( "base64ify.go", "checksum_table.go", "config.go", - "force_flush.go", "list_migration.go", "migrate_to.go", "prepare_snap.go", @@ -30,20 +29,16 @@ go_library( "//pkg/domain", "//pkg/meta/model", "//pkg/util", - "//pkg/util/engine", "@com_github_fatih_color//:color", "@com_github_pingcap_errors//:errors", "@com_github_pingcap_failpoint//:failpoint", "@com_github_pingcap_kvproto//pkg/brpb", - "@com_github_pingcap_kvproto//pkg/logbackuppb", - "@com_github_pingcap_kvproto//pkg/metapb", "@com_github_pingcap_log//:log", "@com_github_spf13_pflag//:pflag", "@com_github_tikv_client_go_v2//oracle", "@com_github_tikv_client_go_v2//tikv", "@com_github_tikv_client_go_v2//util", "@com_github_tikv_pd_client//:client", - "@org_golang_google_grpc//:grpc", "@org_golang_google_grpc//keepalive", "@org_golang_x_sync//errgroup", "@org_uber_go_multierr//:multierr", diff --git a/tests/realtikvtest/brietest/BUILD.bazel b/tests/realtikvtest/brietest/BUILD.bazel index 7efeafa282f19..da60d0a35e13d 100644 --- a/tests/realtikvtest/brietest/BUILD.bazel +++ b/tests/realtikvtest/brietest/BUILD.bazel @@ -16,7 +16,6 @@ go_test( deps = [ "//br/pkg/glue", "//br/pkg/gluetidb", - "//br/pkg/logutil", "//br/pkg/streamhelper", "//br/pkg/summary", "//br/pkg/task",