Skip to content

Commit 7376954

Browse files
authored
*: upgrade pd client for release 7.0 branch (#42692)
close #42691
1 parent 08f4a30 commit 7376954

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
@@ -4116,8 +4116,8 @@ def go_deps():
41164116
name = "com_github_tikv_pd_client",
41174117
build_file_proto_mode = "disable_global",
41184118
importpath = "github.com/tikv/pd/client",
4119-
sum = "h1:i5i28CAz2d0Q3xElYHpUuWrgd7e6tDF7ulFqsJ4EcHY=",
4120-
version = "v0.0.0-20230329033455-0f3bf1bf9fa7",
4119+
sum = "h1:HVfMugGBs9/qohdA7QT3ikAI99mwdo751V6K720jJgU=",
4120+
version = "v0.0.0-20230329122654-da5a4e95ca0a",
41214121
)
41224122
go_repository(
41234123
name = "com_github_timakin_bodyclose",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ require (
9393
github.com/tdakkota/asciicheck v0.1.1
9494
github.com/tiancaiamao/appdash v0.0.0-20181126055449-889f96f722a2
9595
github.com/tikv/client-go/v2 v2.0.7-0.20230328075239-e72043db9e79
96-
github.com/tikv/pd/client v0.0.0-20230329033455-0f3bf1bf9fa7
96+
github.com/tikv/pd/client v0.0.0-20230329122654-da5a4e95ca0a
9797
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e
9898
github.com/twmb/murmur3 v1.1.6
9999
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
@@ -943,8 +943,8 @@ github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW
943943
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM=
944944
github.com/tikv/client-go/v2 v2.0.7-0.20230328075239-e72043db9e79 h1:oVFdu5s0ASRiKYqo2OmYb1e4OhQ6xYpcqqrwwpp1Kss=
945945
github.com/tikv/client-go/v2 v2.0.7-0.20230328075239-e72043db9e79/go.mod h1:DPL03G+QwLmypNjDIl+B02UltorBMx3WzSh4yJbp+cw=
946-
github.com/tikv/pd/client v0.0.0-20230329033455-0f3bf1bf9fa7 h1:i5i28CAz2d0Q3xElYHpUuWrgd7e6tDF7ulFqsJ4EcHY=
947-
github.com/tikv/pd/client v0.0.0-20230329033455-0f3bf1bf9fa7/go.mod h1:3cTcfo8GRA2H/uSttqA3LvMfMSHVBJaXk3IgkFXFVxo=
946+
github.com/tikv/pd/client v0.0.0-20230329122654-da5a4e95ca0a h1:HVfMugGBs9/qohdA7QT3ikAI99mwdo751V6K720jJgU=
947+
github.com/tikv/pd/client v0.0.0-20230329122654-da5a4e95ca0a/go.mod h1:3cTcfo8GRA2H/uSttqA3LvMfMSHVBJaXk3IgkFXFVxo=
948948
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e h1:MV6KaVu/hzByHP0UvJ4HcMGE/8a6A4Rggc/0wx2AvJo=
949949
github.com/timakin/bodyclose v0.0.0-20221125081123-e39cf3fc478e/go.mod h1:27bSVNWSBOHm+qRp1T9qzaIpsWEP6TbUnei/43HK+PQ=
950950
github.com/tklauser/go-sysconf v0.3.9/go.mod h1:11DU/5sG7UexIrp/O6g35hrWzu0JxlwQ3LSFUzyeuhs=

0 commit comments

Comments
 (0)