mirror of
https://git.swurl.xyz/swirl/link.git
synced 2023-11-08 10:44:52 +02:00
9 lines
99 B
Modula-2
9 lines
99 B
Modula-2
|
module git.fsh.ee/i/link
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
gorm.io/driver/sqlite v1.1.4
|
||
|
gorm.io/gorm v1.21.9
|
||
|
)
|