forked from PingCAP-QE/go-sqlsmith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 981 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/chaos-mesh/go-sqlsmith
go 1.16
require (
github.com/BurntSushi/toml v1.1.0
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.1.2
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/ngaut/log v0.0.0-20180314031856-b8e36e7ba5ac
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c
github.com/pingcap/kvproto v0.0.0-20220429093005-2839fa5a1ed6 // indirect
github.com/pingcap/tidb v1.1.0-beta.0.20220511160835-98c31070d958
github.com/pingcap/tidb/parser v0.0.0-20220511160835-98c31070d958
github.com/stretchr/testify v1.7.2-0.20220504104629-106ec21d14df
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
)