@@ -6,7 +6,7 @@ require github.com/tikv/client-go/v2 v2.0.0
6
6
7
7
require (
8
8
github.com/beorn7/perks v1.0.1 // indirect
9
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
9
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
10
10
github.com/cloudfoundry/gosigar v1.3.6 // indirect
11
11
github.com/coreos/go-semver v0.3.1 // indirect
12
12
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
@@ -21,16 +21,16 @@ require (
21
21
github.com/opentracing/opentracing-go v1.2.0 // indirect
22
22
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c // indirect
23
23
github.com/pingcap/failpoint v0.0.0-20220801062533-2eaa32854a6c // indirect
24
- github.com/pingcap/kvproto v0.0.0-20241113043844-e1fa7ea8c302 // indirect
24
+ github.com/pingcap/kvproto v0.0.0-20241120071417-b5b7843d9037 // indirect
25
25
github.com/pingcap/log v1.1.1-0.20221110025148-ca232912c9f3 // indirect
26
26
github.com/pkg/errors v0.9.1 // indirect
27
- github.com/prometheus/client_golang v1.18.0 // indirect
28
- github.com/prometheus/client_model v0.5.0 // indirect
29
- github.com/prometheus/common v0.46 .0 // indirect
30
- github.com/prometheus/procfs v0.12.0 // indirect
27
+ github.com/prometheus/client_golang v1.20.5 // indirect
28
+ github.com/prometheus/client_model v0.6.1 // indirect
29
+ github.com/prometheus/common v0.55 .0 // indirect
30
+ github.com/prometheus/procfs v0.15.1 // indirect
31
31
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
32
32
github.com/tiancaiamao/gp v0.0.0-20221230034425-4025bc8a4d4a // indirect
33
- github.com/tikv/pd/client v0.0.0-20241111073742-238d4d79ea31 // indirect
33
+ github.com/tikv/pd/client v0.0.0-20241220053006-461b86adc78d // indirect
34
34
github.com/twmb/murmur3 v1.1.3 // indirect
35
35
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
36
36
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
@@ -39,14 +39,14 @@ require (
39
39
go.uber.org/multierr v1.11.0 // indirect
40
40
go.uber.org/zap v1.26.0 // indirect
41
41
golang.org/x/exp v0.0.0-20230711005742-c3f37128e5a4 // indirect
42
- golang.org/x/net v0.25 .0 // indirect
43
- golang.org/x/sync v0.6 .0 // indirect
44
- golang.org/x/sys v0.20 .0 // indirect
45
- golang.org/x/text v0.15 .0 // 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
46
46
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
47
47
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
48
48
google.golang.org/grpc v1.64.0 // indirect
49
- google.golang.org/protobuf v1.34.1 // indirect
49
+ google.golang.org/protobuf v1.34.2 // indirect
50
50
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
51
51
)
52
52
0 commit comments