-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 630 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 630 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/pingcap/mysql-tester
go 1.25
require (
// It forks from github.com/go-sql-driver/mysql v1.7.1
// We use it to get LastMessage() and RowsAffected()
github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32
github.com/sergi/go-diff v1.4.0
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)