mirror of
https://git.swurl.xyz/swirl/link.git
synced 2023-11-08 10:44:52 +02:00
9 lines
110 B
Modula-2
9 lines
110 B
Modula-2
module gorm.io/driver/sqlite
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.5
|
|
gorm.io/gorm v1.20.7
|
|
)
|