10 lines
164 B
Modula-2
10 lines
164 B
Modula-2
|
module src.techknowlogick.com/xormigrate
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/go-xorm/xorm v0.7.1
|
||
|
github.com/joho/godotenv v1.3.0
|
||
|
github.com/stretchr/testify v1.3.0
|
||
|
)
|