a1862908c9
* Replace deprecated go-mysql library * Use github.com/go-sql-driver 1.6.0 * go mod vendor * go mod vendor again
18 lines
552 B
Modula-2
18 lines
552 B
Modula-2
module github.com/github/gh-ost
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-ini/ini v1.62.0
|
|
github.com/go-mysql-org/go-mysql v1.3.0
|
|
github.com/go-sql-driver/mysql v1.6.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
|
|
golang.org/x/text v0.3.6
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
)
|