Skip to content

Commit 600b2ed

Browse files
authored
*: bump client-go to fix #53011 (#53012)
ref #50215, close #53011
1 parent c24dca5 commit 600b2ed

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

DEPS.bzl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6807,26 +6807,26 @@ def go_deps():
68076807
name = "com_github_tikv_client_go_v2",
68086808
build_file_proto_mode = "disable_global",
68096809
importpath = "github.com/tikv/client-go/v2",
6810-
sha256 = "2f8055e91a004d5e9063bfcfb9dab489e86c485ac544fd21add700c7f325546b",
6811-
strip_prefix = "github.com/tikv/client-go/[email protected].20240429075632-31a502b9ba4d",
6810+
sha256 = "1caf3b1821ac27db865e6200e6a629afe54f3fcdaeff557b159d93e5c7eaaef1",
6811+
strip_prefix = "github.com/tikv/client-go/[email protected].20240430145241-6cb0704fce51",
68126812
urls = [
6813-
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240429075632-31a502b9ba4d.zip",
6814-
"http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240429075632-31a502b9ba4d.zip",
6815-
"https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240429075632-31a502b9ba4d.zip",
6816-
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240429075632-31a502b9ba4d.zip",
6813+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240430145241-6cb0704fce51.zip",
6814+
"http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240430145241-6cb0704fce51.zip",
6815+
"https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240430145241-6cb0704fce51.zip",
6816+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240430145241-6cb0704fce51.zip",
68176817
],
68186818
)
68196819
go_repository(
68206820
name = "com_github_tikv_pd_client",
68216821
build_file_proto_mode = "disable_global",
68226822
importpath = "github.com/tikv/pd/client",
6823-
sha256 = "9ebd4a2ecfd4d7c03f59deafc9d901e3c2ea308870e4dbaf91db1295b24e7ac1",
6824-
strip_prefix = "github.com/tikv/pd/[email protected]20240322051414-fb9e2d561b6e",
6823+
sha256 = "88e41e2f075159a2ceec954c549ced6e25ad98a9cad5e5879a65eda62d74a260",
6824+
strip_prefix = "github.com/tikv/pd/[email protected]20240430080403-1679dbca25b3",
68256825
urls = [
6826-
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip",
6827-
"http://ats.apps.svc/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip",
6828-
"https://cache.hawkingrei.com/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip",
6829-
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240322051414-fb9e2d561b6e.zip",
6826+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip",
6827+
"http://ats.apps.svc/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip",
6828+
"https://cache.hawkingrei.com/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip",
6829+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/pd/client/com_github_tikv_pd_client-v0.0.0-20240430080403-1679dbca25b3.zip",
68306830
],
68316831
)
68326832
go_repository(

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ require (
106106
github.com/tdakkota/asciicheck v0.2.0
107107
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
108108
github.com/tidwall/btree v1.7.0
109-
github.com/tikv/client-go/v2 v2.0.8-0.20240429075632-31a502b9ba4d
110-
github.com/tikv/pd/client v0.0.0-20240322051414-fb9e2d561b6e
109+
github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51
110+
github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3
111111
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a
112112
github.com/twmb/murmur3 v1.1.6
113113
github.com/uber/jaeger-client-go v2.22.1+incompatible

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -785,10 +785,10 @@ github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW
785785
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM=
786786
github.com/tidwall/btree v1.7.0 h1:L1fkJH/AuEh5zBnnBbmTwQ5Lt+bRJ5A8EWecslvo9iI=
787787
github.com/tidwall/btree v1.7.0/go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY=
788-
github.com/tikv/client-go/v2 v2.0.8-0.20240429075632-31a502b9ba4d h1:U6z0O+bc1zu27dYMrpvIJjcC2F2/PQvDBoldiZ96fLY=
789-
github.com/tikv/client-go/v2 v2.0.8-0.20240429075632-31a502b9ba4d/go.mod h1:eCmtXyF9SZMNb9CZypLOlA6HL8FLkPJF9xRvhaeAAVU=
790-
github.com/tikv/pd/client v0.0.0-20240322051414-fb9e2d561b6e h1:u2OoEvmh3qyjIiAKXUPRiFCOSwznByMINDx2fsorjAo=
791-
github.com/tikv/pd/client v0.0.0-20240322051414-fb9e2d561b6e/go.mod h1:Z/QAgOt29zvwBTd0H6pdx45VO6KRNc/O/DzGkVmSyZg=
788+
github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51 h1:jAMHlJz3EOTqtVe5qE1f9YOfHQ3cnv5R4htXn75XOHo=
789+
github.com/tikv/client-go/v2 v2.0.8-0.20240430145241-6cb0704fce51/go.mod h1:/4cCrzN6+KY2U5JeR72TllnJTtA5hm9yI6zqlNrvJUo=
790+
github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 h1:1MReqAoXNPyTarVZ3cihghWrmczF6yj+tmBLkj7g9Oc=
791+
github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3/go.mod h1:FaQnRpX8ZXMR8pih4xNdNxqDrwZvpu7GMsJKDZyF9pk=
792792
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a h1:A6uKudFIfAEpoPdaal3aSqGxBzLyU8TqyXImLwo6dIo=
793793
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a/go.mod h1:mkjARE7Yr8qU23YcGMSALbIxTQ9r9QBVahQOBRfU460=
794794
github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ3LSFUzyeuhs=

0 commit comments

Comments
 (0)