mirror of
https://git.swurl.xyz/swirl/link.git
synced 2023-11-08 10:44:52 +02:00
10 lines
168 B
Modula-2
10 lines
168 B
Modula-2
module git.swurl.xyz/swirl/link
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/dl v0.0.0-20210805175753-70f86bf65abd // indirect
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.9
|
|
)
|