Skip to content

Commit a31ae92

Browse files
crazycs520ti-chi-bot
authored andcommitted
This is an automated cherry-pick of pingcap#53317
Signed-off-by: ti-chi-bot <[email protected]>
1 parent 607e297 commit a31ae92

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

DEPS.bzl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7067,13 +7067,23 @@ def go_deps():
70677067
name = "com_github_tikv_client_go_v2",
70687068
build_file_proto_mode = "disable_global",
70697069
importpath = "github.com/tikv/client-go/v2",
7070+
<<<<<<< HEAD
70707071
sha256 = "d59b35844499db795ef90ba5676ddf7a0ca4bfa384c45ae7ef85bb13a81f568b",
70717072
strip_prefix = "github.com/tikv/client-go/[email protected]",
70727073
urls = [
70737074
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240514061427-42cf70295f31.zip",
70747075
"http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240514061427-42cf70295f31.zip",
70757076
"https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240514061427-42cf70295f31.zip",
70767077
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240514061427-42cf70295f31.zip",
7078+
=======
7079+
sha256 = "cd975d99edd4951316942583470b3eedcb6e57484ada058cbe11d348d208d49b",
7080+
strip_prefix = "github.com/tikv/client-go/[email protected]",
7081+
urls = [
7082+
"http://bazel-cache.pingcap.net:8080/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240516031922-38e0dca30c8c.zip",
7083+
"http://ats.apps.svc/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240516031922-38e0dca30c8c.zip",
7084+
"https://cache.hawkingrei.com/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240516031922-38e0dca30c8c.zip",
7085+
"https://storage.googleapis.com/pingcapmirror/gomod/github.com/tikv/client-go/v2/com_github_tikv_client_go_v2-v2.0.8-0.20240516031922-38e0dca30c8c.zip",
7086+
>>>>>>> 71821b758a4 (*: fix query panic when query exceeded resource group quota limitation (#53317))
70777087
],
70787088
)
70797089
go_repository(

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,11 @@ 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+
<<<<<<< HEAD
109110
github.com/tikv/client-go/v2 v2.0.8-0.20240514061427-42cf70295f31
111+
=======
112+
github.com/tikv/client-go/v2 v2.0.8-0.20240516031922-38e0dca30c8c
113+
>>>>>>> 71821b758a4 (*: fix query panic when query exceeded resource group quota limitation (#53317))
110114
github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3
111115
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a
112116
github.com/twmb/murmur3 v1.1.6

go.sum

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -867,8 +867,13 @@ github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW
867867
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM=
868868
github.com/tidwall/btree v1.7.0 h1:L1fkJH/AuEh5zBnnBbmTwQ5Lt+bRJ5A8EWecslvo9iI=
869869
github.com/tidwall/btree v1.7.0/go.mod h1:twD9XRA5jj9VUQGELzDO4HPQTNJsoWWfYEL+EUQ2cKY=
870+
<<<<<<< HEAD
870871
github.com/tikv/client-go/v2 v2.0.8-0.20240514061427-42cf70295f31 h1:G4/JYl6deYs64+gX4Pmhbz/FRkMThqepU5eK1db8Eoc=
871872
github.com/tikv/client-go/v2 v2.0.8-0.20240514061427-42cf70295f31/go.mod h1:+vXk4Aex17GnI8gfSMPxrL0SQLbBYgP3Db4FvHiImwM=
873+
=======
874+
github.com/tikv/client-go/v2 v2.0.8-0.20240516031922-38e0dca30c8c h1:/bmadPQjII5T6EZBYIMnq1cbhfADzFOCtfCMZsCcFuw=
875+
github.com/tikv/client-go/v2 v2.0.8-0.20240516031922-38e0dca30c8c/go.mod h1:/4cCrzN6+KY2U5JeR72TllnJTtA5hm9yI6zqlNrvJUo=
876+
>>>>>>> 71821b758a4 (*: fix query panic when query exceeded resource group quota limitation (#53317))
872877
github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3 h1:1MReqAoXNPyTarVZ3cihghWrmczF6yj+tmBLkj7g9Oc=
873878
github.com/tikv/pd/client v0.0.0-20240430080403-1679dbca25b3/go.mod h1:FaQnRpX8ZXMR8pih4xNdNxqDrwZvpu7GMsJKDZyF9pk=
874879
github.com/timakin/bodyclose v0.0.0-20240125160201-f835fa56326a h1:A6uKudFIfAEpoPdaal3aSqGxBzLyU8TqyXImLwo6dIo=

0 commit comments

Comments
 (0)