mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
feat: go-chi and first routes setup
This commit is contained in:
@@ -11,4 +11,15 @@ require (
|
||||
golang.org/x/text v0.10.0
|
||||
)
|
||||
|
||||
require go.uber.org/dig v1.17.0
|
||||
require (
|
||||
github.com/go-chi/httplog v0.3.1
|
||||
go.uber.org/dig v1.17.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.0.10
|
||||
github.com/mattn/go-colorable v0.1.13 // indirect
|
||||
github.com/mattn/go-isatty v0.0.19 // indirect
|
||||
github.com/rs/zerolog v1.29.1 // indirect
|
||||
golang.org/x/sys v0.10.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user