mirror of
https://github.com/sigmasternchen/threadule
synced 2025-03-15 16:19:01 +00:00
11 lines
224 B
Modula-2
11 lines
224 B
Modula-2
module threadule/backend
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/pelletier/go-toml/v2 v2.0.0-beta.3
|
|
github.com/satori/go.uuid v1.2.0
|
|
gorm.io/driver/mysql v1.1.2
|
|
gorm.io/gorm v1.21.13
|
|
)
|