-
- Downloads
chore: updated dependencies
... | @@ -3,16 +3,11 @@ module forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server | ... | @@ -3,16 +3,11 @@ module forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server |
go 1.15 | go 1.15 | ||
require ( | require ( | ||
github.com/go-openapi/swag v0.21.1 // indirect | |||
github.com/gorilla/mux v1.8.0 | github.com/gorilla/mux v1.8.0 | ||
github.com/mailru/easyjson v0.7.7 // indirect | github.com/swaggo/http-swagger v1.2.7 | ||
github.com/swaggo/http-swagger v1.1.1 | github.com/swaggo/swag v1.8.1 | ||
github.com/swaggo/swag v1.7.9 | golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 | ||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect | gorm.io/driver/mysql v1.3.3 | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | gorm.io/driver/sqlite v1.3.2 | ||
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect | gorm.io/gorm v1.23.5 | ||
golang.org/x/tools v0.1.9 // indirect | |||
gorm.io/driver/mysql v1.1.2 | |||
gorm.io/driver/sqlite v1.1.4 | |||
gorm.io/gorm v1.21.14 | |||
) | ) |
Please register or sign in to comment