mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-05-01 01:16:40 +00:00
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
|
|
)
|