Skip to content

Commit 9d5a3dc

Browse files
committed
Revert "pd: bump pd client to the latest version (tikv#1895)"
This reverts commit 70d01fd. Signed-off-by: Chao Wang <cclcwangchao@hotmail.com>
1 parent 1d7237a commit 9d5a3dc

File tree

14 files changed

+22
-22
lines changed

14 files changed

+22
-22
lines changed

examples/gcworker/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/rawkv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/txnkv/1pc_txn/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/txnkv/async_commit/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/txnkv/delete_range/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/txnkv/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/txnkv/pessimistic_txn/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

examples/txnkv/unsafedestoryrange/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/prometheus/procfs v0.15.1 // indirect
3232
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
3333
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
34-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d // indirect
34+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 // indirect
3535
github.com/twmb/murmur3 v1.1.3 // indirect
3636
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
3737
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/prometheus/client_model v0.6.1
2323
github.com/stretchr/testify v1.9.0
2424
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a
25-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d
25+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0
2626
github.com/twmb/murmur3 v1.1.3
2727
go.etcd.io/etcd/api/v3 v3.5.10
2828
go.etcd.io/etcd/client/v3 v3.5.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
111111
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
112112
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a h1:J/YdBZ46WKpXsxsW93SG+q0F8KI+yFrcIDT4c/RNoc4=
113113
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a/go.mod h1:h4xBhSNtOeEosLJ4P7JyKXX7Cabg7AVkWCK5gV2vOrM=
114-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d h1:FeP05UtWzZsXYTsxpgHZNxiYiw0FoxFGY/ioOzOqrPA=
115-
github.com/tikv/pd/client v0.0.0-20260130064140-38b7a823c76d/go.mod h1:X3T+jK+4bLbDKgupmzvVXuySnCNV4Lfdm/bL8TAw3ik=
114+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0 h1:fguMZ4sSn/oLbUt+zDoNPd6+OE3Li4Rop2/3vFhu8lM=
115+
github.com/tikv/pd/client v0.0.0-20251219084741-029eb6e7d5d0/go.mod h1:X3T+jK+4bLbDKgupmzvVXuySnCNV4Lfdm/bL8TAw3ik=
116116
github.com/twmb/murmur3 v1.1.3 h1:D83U0XYKcHRYwYIpBKf3Pks91Z0Byda/9SJ8B6EMRcA=
117117
github.com/twmb/murmur3 v1.1.3/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
118118
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=

0 commit comments

Comments
 (0)