threadule/backend/go.mod

11 lines
190 B
Modula-2
Raw Normal View History

2021-08-14 10:08:36 +00:00
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
gorm.io/driver/mysql v1.1.2
gorm.io/gorm v1.21.13
)