From ac01f61582048fa8642b0a608167c569987235ee Mon Sep 17 00:00:00 2001 From: xhe Date: Wed, 16 Nov 2022 13:34:57 +0800 Subject: [PATCH] *: update bazel Signed-off-by: xhe --- DEPS.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS.bzl b/DEPS.bzl index 4c3e94cca5a14..1d23df5e1e756 100644 --- a/DEPS.bzl +++ b/DEPS.bzl @@ -2898,8 +2898,8 @@ def go_deps(): name = "com_github_pingcap_log", build_file_proto_mode = "disable_global", importpath = "github.com/pingcap/log", - sum = "h1:T7e5Low0BU2ZazI2dz2mh3W1qv+w8wtvq1YR8DneA0c=", - version = "v1.1.1-0.20221110065318-21a4942860b3", + sum = "h1:crhkw6DD+07Bg1wYhW5Piw+kYNKZqFQqfC2puUf6gMI=", + version = "v1.1.1-0.20221116035753-734d527bc87c", ) go_repository( name = "com_github_pingcap_sysutil",