2021-06-24 18:19:37 +00:00
|
|
|
module github.com/github/gh-ost
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-ini/ini v1.62.0
|
2021-07-15 19:49:50 +00:00
|
|
|
github.com/go-mysql-org/go-mysql v1.3.0
|
2021-06-24 18:19:37 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
|
|
github.com/openark/golib v0.0.0-20210531070646-355f37940af8
|
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
|
|
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
|
2021-07-15 19:49:50 +00:00
|
|
|
golang.org/x/text v0.3.6
|
2021-06-24 18:19:37 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
|
|
)
|