forked from Percona-Lab/mysql_random_data_load
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from furusax0621/update-go
Update Go and Workflows version
- Loading branch information
Showing
6 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
module github.com/furusax0621/mysql_random_data_load | ||
|
||
go 1.19 | ||
go 1.21.5 | ||
|
||
require ( | ||
github.com/alecthomas/kingpin/v2 v2.4.0 | ||
github.com/go-ini/ini v1.67.0 | ||
github.com/go-sql-driver/mysql v1.7.0 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/gosuri/uiprogress v0.0.1 | ||
github.com/hashicorp/go-version v1.6.0 | ||
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2 | ||
github.com/kr/pretty v0.3.1 | ||
github.com/sirupsen/logrus v1.9.0 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
github.com/sirupsen/logrus v1.9.3 | ||
) | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect | ||
github.com/corpix/uarand v0.2.0 // indirect | ||
github.com/gosuri/uilive v0.0.4 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect | ||
golang.org/x/sys v0.3.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters