-
- Downloads
fix: monthlyNews and poll can now be deleted
parent
87aea1a7
No related branches found
No related tags found
Showing
- go.mod 5 additions, 15 deletionsgo.mod
- go.sum 19 additions, 77 deletionsgo.sum
- internal/monthlyNews/monthlyNews.go 1 addition, 1 deletioninternal/monthlyNews/monthlyNews.go
- internal/poll/poll.go 1 addition, 1 deletioninternal/poll/poll.go
- internal/rootmux/rootmux_test.go 28 additions, 2 deletionsinternal/rootmux/rootmux_test.go
... | ... | @@ -3,24 +3,14 @@ module forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server |
go 1.15 | ||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect | ||
github.com/go-openapi/jsonreference v0.19.6 // indirect | ||
github.com/go-openapi/spec v0.20.3 // indirect | ||
github.com/go-openapi/swag v0.19.15 // indirect | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/nicolaspernoud/vestibule v0.0.0-20210626100803-e2554e116746 | ||
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 // indirect | ||
github.com/swaggo/gin-swagger v1.2.0 // indirect | ||
github.com/swaggo/http-swagger v1.0.0 // indirect | ||
github.com/swaggo/swag v1.7.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e | ||
golang.org/x/net v0.0.0-20210716203947-853a461950ff // indirect | ||
github.com/swaggo/http-swagger v1.0.0 | ||
github.com/swaggo/swag v1.7.0 | ||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 | ||
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 | ||
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
gorm.io/driver/mysql v1.1.1 | ||
gorm.io/driver/sqlite v1.1.4 | ||
gorm.io/gorm v1.21.11 | ||
gorm.io/gorm v1.21.12 | ||
) |
This diff is collapsed.
Please register or sign in to comment