You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module code.ndumas.com/ndumas/aardmaps
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
|
gorm.io/driver/sqlite v1.4.4
|
|
gorm.io/gorm v1.24.6
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
)
|