Skip to content

Commit 38fb0eb

Browse files
authored
gomod: update pdclient to support backoff mechanism for memberLoop (pingcap#46769) (pingcap#46955)
ref tikv/pd#6556, close pingcap#46770
1 parent 407e708 commit 38fb0eb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

DEPS.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,8 +4186,8 @@ def go_deps():
41864186
name = "com_github_tikv_pd_client",
41874187
build_file_proto_mode = "disable_global",
41884188
importpath = "github.com/tikv/pd/client",
4189-
sum = "h1:dO0YtekJ9IKiO9dXMZz0rNHPBiGCo+c37RUsnshoLwo=",
4190-
version = "v0.0.0-20230519121736-d15a686a670e",
4189+
sum = "h1:pKIvLrqEmTMw+J8wwdv4r2QTp+cjW9giiOIyaRy9mLM=",
4190+
version = "v0.0.0-20230905092614-113cdedbebb6",
41914191
)
41924192
go_repository(
41934193
name = "com_github_timakin_bodyclose",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ require (
9595
github.com/tdakkota/asciicheck v0.2.0
9696
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
9797
github.com/tikv/client-go/v2 v2.0.8-0.20230713054852-a3875bcbc94f
98-
github.com/tikv/pd/client v0.0.0-20230519121736-d15a686a670e
98+
github.com/tikv/pd/client v0.0.0-20230905092614-113cdedbebb6
9999
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
100100
github.com/twmb/murmur3 v1.1.6
101101
github.com/uber/jaeger-client-go v2.22.1+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,8 +965,8 @@ github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW
965965
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM=
966966
github.com/tikv/client-go/v2 v2.0.8-0.20230713054852-a3875bcbc94f h1:Ldvdc89v7GE6N7KpsgLEwKhWkE25pXM+hEI9ikZ914c=
967967
github.com/tikv/client-go/v2 v2.0.8-0.20230713054852-a3875bcbc94f/go.mod h1:bQtijg8EtFeW0VQGU3YCAkQlAQ6PL2UPWhr4Rm2ItDY=
968-
github.com/tikv/pd/client v0.0.0-20230519121736-d15a686a670e h1:dO0YtekJ9IKiO9dXMZz0rNHPBiGCo+c37RUsnshoLwo=
969-
github.com/tikv/pd/client v0.0.0-20230519121736-d15a686a670e/go.mod h1:5vgcvO020ZCdMZkTrRdS/wFZQUab82BSfKE38T61ro0=
968+
github.com/tikv/pd/client v0.0.0-20230905092614-113cdedbebb6 h1:pKIvLrqEmTMw+J8wwdv4r2QTp+cjW9giiOIyaRy9mLM=
969+
github.com/tikv/pd/client v0.0.0-20230905092614-113cdedbebb6/go.mod h1:5vgcvO020ZCdMZkTrRdS/wFZQUab82BSfKE38T61ro0=
970970
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e h1:MV6KaVu/hzByHP0UvJ4HcMGE/8a6A4Rggc/0wx2AvJo=
971971
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e/go.mod h1:27bSVNWSBOHm+qRp1T9qzaIpsWEP6TbUnei/43HK+PQ=
972972
github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ3LSFUzyeuhs=

0 commit comments

Comments
 (0)