@@ -4,21 +4,21 @@ go 1.24.1
4
4
5
5
require (
6
6
github.com/ninedraft/israce v0.0.3
7
- github.com/pingcap/errors v0.11.5-0.20241219054535-6b8c588c3122
7
+ github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee
8
8
github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86
9
9
github.com/pingcap/kvproto v0.0.0-20250521074834-db74bf0e3ac1
10
- github.com/pingcap/tidb v1.1.0-beta.0.20250328040912-206ce6a49cac
10
+ github.com/pingcap/tidb v1.1.0-beta.0.20250604120526-b159f56cd452
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/stretchr/testify v1.10.0
13
13
github.com/tidwall/gjson v1.14.4
14
- github.com/tikv/client-go/v2 v2.0.8-0.20250319060800-599e671b3a15
14
+ github.com/tikv/client-go/v2 v2.0.8-0.20250528090949-e84f1a780fa6
15
15
github.com/tikv/pd/client v0.0.0-20250528071146-6cd8a77df2fa
16
16
go.uber.org/goleak v1.3.0
17
17
)
18
18
19
19
require (
20
20
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
21
- github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
21
+ github.com/BurntSushi/toml v1.5.0 // indirect
22
22
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
23
23
github.com/VividCortex/ewma v1.2.0 // indirect
24
24
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
@@ -63,16 +63,16 @@ require (
63
63
github.com/petermattis/goid v0.0.0-20240813172612-4fcff4a6cae7 // indirect
64
64
github.com/pingcap/badger v1.5.1-0.20241015064302-38533b6cbf8d // indirect
65
65
github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 // indirect
66
- github.com/pingcap/log v1.1.1-0.20241212030209-7e3ff8601a2a // indirect
66
+ github.com/pingcap/log v1.1.1-0.20250514022801-14f3b4ca066e // indirect
67
67
github.com/pingcap/sysutil v1.0.1-0.20241113070546-23b50de46fd3 // indirect
68
- github.com/pingcap/tidb/pkg/parser v0.0.0-20250328054603-7c0c2b16f965 // indirect
69
- github.com/pingcap/tipb v0.0.0-20250321085733-a91a8fafd4ed // indirect
68
+ github.com/pingcap/tidb/pkg/parser v0.0.0-20250604120526-b159f56cd452 // indirect
69
+ github.com/pingcap/tipb v0.0.0-20250513092957-b555ca3fc078 // indirect
70
70
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
71
71
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
72
- github.com/prometheus/client_golang v1.21.1 // indirect
73
- github.com/prometheus/client_model v0.6.1 // indirect
72
+ github.com/prometheus/client_golang v1.22.0 // indirect
73
+ github.com/prometheus/client_model v0.6.2 // indirect
74
74
github.com/prometheus/common v0.63.0 // indirect
75
- github.com/prometheus/procfs v0.16.0 // indirect
75
+ github.com/prometheus/procfs v0.16.1 // indirect
76
76
github.com/qri-io/jsonpointer v0.1.1 // indirect
77
77
github.com/qri-io/jsonschema v0.2.1 // indirect
78
78
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
@@ -94,18 +94,18 @@ require (
94
94
go.uber.org/atomic v1.11.0 // indirect
95
95
go.uber.org/multierr v1.11.0 // indirect
96
96
go.uber.org/zap v1.27.0 // indirect
97
- golang.org/x/crypto v0.36 .0 // indirect
97
+ golang.org/x/crypto v0.38 .0 // indirect
98
98
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
99
- golang.org/x/net v0.38 .0 // indirect
100
- golang.org/x/sync v0.12 .0 // indirect
101
- golang.org/x/sys v0.31 .0 // indirect
102
- golang.org/x/text v0.23 .0 // indirect
99
+ golang.org/x/net v0.40 .0 // indirect
100
+ golang.org/x/sync v0.14 .0 // indirect
101
+ golang.org/x/sys v0.33 .0 // indirect
102
+ golang.org/x/text v0.25 .0 // indirect
103
103
golang.org/x/time v0.11.0 // indirect
104
- golang.org/x/tools v0.31 .0 // indirect
104
+ golang.org/x/tools v0.33 .0 // indirect
105
105
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
106
106
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
107
107
google.golang.org/grpc v1.63.2 // indirect
108
- google.golang.org/protobuf v1.36.5 // indirect
108
+ google.golang.org/protobuf v1.36.6 // indirect
109
109
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
110
110
gopkg.in/yaml.v2 v2.4.0 // indirect
111
111
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments