forked from Percona-Lab/mysql_random_data_load
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.08 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/ryanfolsom/mysql_random_data_load
go 1.19
require (
github.com/Percona-Lab/mysql_random_data_load v0.1.12
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
github.com/corpix/uarand v0.0.0-20170723150923-031be390f409
github.com/go-ini/ini v1.48.0
github.com/go-sql-driver/mysql v1.4.1
github.com/gosuri/uilive v0.0.3
github.com/gosuri/uiprogress v0.0.1
github.com/hashicorp/go-version v1.6.0
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/konsorten/go-windows-terminal-sequences v1.0.2
github.com/kr/pretty v0.1.0
github.com/kr/text v0.1.0
github.com/mattn/go-isatty v0.0.10
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.2
golang.org/x/sys v0.0.0-20191010194322-b09406accb47
google.golang.org/appengine v1.6.5
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)