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 dymatrix.de/jspahl/todo
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gin-gonic/gin v1.7.7
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.10 // indirect
|
|
|
|
gorm.io/driver/sqlite v1.2.6
|
|
|
|
gorm.io/gorm v1.22.5
|
|
|
|
)
|