5
5
require github.com/tikv/client-go/v2 v2.0.0
6
6
7
7
require (
8
+ github.com/VividCortex/ewma v1.2.0 // indirect
8
9
github.com/beorn7/perks v1.0.1 // indirect
9
10
github.com/cespare/xxhash/v2 v2.3.0 // indirect
10
11
github.com/cloudfoundry/gosigar v1.3.6 // indirect
@@ -18,10 +19,11 @@ require (
18
19
github.com/google/btree v1.1.2 // indirect
19
20
github.com/google/uuid v1.6.0 // indirect
20
21
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
22
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
21
23
github.com/opentracing/opentracing-go v1.2.0 // indirect
22
24
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c // indirect
23
- github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c // indirect
24
- github.com/pingcap/kvproto v0.0.0-20241120071417-b5b7843d9037 // indirect
25
+ github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect
26
+ github.com/pingcap/kvproto v0.0.0-20250117122752-2b87602a94a1 // indirect
25
27
github.com/pingcap/log v1.1.1-0.20221110025148-ca232912c9f3 // indirect
26
28
github.com/pkg/errors v0.9.1 // indirect
27
29
github.com/prometheus/client_golang v1.20.5 // indirect
@@ -30,7 +32,7 @@ require (
30
32
github.com/prometheus/procfs v0.15.1 // indirect
31
33
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
32
34
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
33
- github.com/tikv/pd/client v0.0.0-20241220053006-461b86adc78d // indirect
35
+ github.com/tikv/pd/client v0.0.0-20250213082949-e8930327be42 // indirect
34
36
github.com/twmb/murmur3 v1.1.3 // indirect
35
37
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
36
38
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
@@ -39,10 +41,10 @@ require (
39
41
go.uber.org/multierr v1.11.0 // indirect
40
42
go.uber.org/zap v1.26.0 // indirect
41
43
golang.org/x/exp v0.0.0-20230711005742-c3f37128e5a4 // indirect
42
- golang.org/x/net v0.26 .0 // indirect
43
- golang.org/x/sync v0.7 .0 // indirect
44
- golang.org/x/sys v0.22 .0 // indirect
45
- golang.org/x/text v0.16 .0 // indirect
44
+ golang.org/x/net v0.33 .0 // indirect
45
+ golang.org/x/sync v0.10 .0 // indirect
46
+ golang.org/x/sys v0.28 .0 // indirect
47
+ golang.org/x/text v0.21 .0 // indirect
46
48
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
47
49
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
48
50
google.golang.org/grpc v1.64.0 // indirect
0 commit comments