mirror of
https://github.com/therootcompany/golib.git
synced 2026-04-25 05:08:00 +00:00
11 lines
244 B
Modula-2
11 lines
244 B
Modula-2
module github.com/therootcompany/golib/database/sqlmigrate/mymigrate
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.9.3
|
|
github.com/therootcompany/golib/database/sqlmigrate v1.0.1
|
|
)
|
|
|
|
require filippo.io/edwards25519 v1.1.0 // indirect
|