parent
d583d559d1
commit
9f51c62776
9 changed files with 63 additions and 8 deletions
3
go.mod
3
go.mod
|
|
@ -10,7 +10,8 @@ require (
|
|||
github.com/gorilla/mux v1.8.0
|
||||
github.com/sirupsen/logrus v1.8.0
|
||||
github.com/spiegel-im-spiegel/pa-api v0.9.0
|
||||
gorm.io/driver/mysql v1.0.5
|
||||
gorm.io/driver/postgres v1.0.8
|
||||
gorm.io/driver/sqlite v1.1.4
|
||||
gorm.io/gorm v1.20.12
|
||||
gorm.io/gorm v1.21.3
|
||||
)
|
||||
|
|
|
|||
Reference in a new issue