File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ module github.com/pingcap/mysql-tester
3
3
go 1.19
4
4
5
5
require (
6
- github.com/go-sql-driver/mysql v1.7.1
6
+ // It forks from github.com/go-sql-driver/mysql v1.7.1
7
+ // We use it to get LastMessage() and RowsAffected()
8
+ github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49
7
9
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32
8
10
github.com/sirupsen/logrus v1.8.1
9
11
github.com/stretchr/testify v1.8.4
@@ -16,5 +18,3 @@ require (
16
18
golang.org/x/sys v0.5.0 // indirect
17
19
gopkg.in/yaml.v3 v3.0.1 // indirect
18
20
)
19
-
20
- replace github.com/go-sql-driver/mysql v1.7.1 => github.com/defined2014/mysql v0.0.0-20231117092812-9bc18244ae3e
Original file line number Diff line number Diff line change 1
1
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
2
2
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
3
3
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
4
- github.com/defined2014/mysql v0.0.0-20231117092812-9bc18244ae3e h1:LpeLPRxRsRvgUeZlsnSt1Poh4GqAtskuTMUrkoGhkZQ =
5
- github.com/defined2014/mysql v0.0.0-20231117092812-9bc18244ae3e /go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI =
4
+ github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 h1:Q3Ri7Ycix4T+Ig7I896I6w0WuCajid2SgyierI16NSo =
5
+ github.com/defined2014/mysql v0.0.0-20231121061906-fcfacaa39f49 /go.mod h1:5GYlY+PrT+c8FHAJTMIsyOuHUNf62KAQuRPMGssbixo =
6
6
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 h1:m5ZsBa5o/0CkzZXfXLaThzKuR85SnHHetqBCpzQ30h8 =
7
7
github.com/pingcap/errors v0.11.5-0.20221009092201-b66cddb77c32 /go.mod h1:X2r9ueLEUZgtx2cIogM0v4Zj5uvvzhuuiu7Pn8HzMPg =
8
8
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
28
28
"sync"
29
29
"time"
30
30
31
- "github.com/go-sql-driver /mysql"
31
+ "github.com/defined2014 /mysql"
32
32
"github.com/pingcap/errors"
33
33
log "github.com/sirupsen/logrus"
34
34
)
You can’t perform that action at this time.
0 commit comments