feat: go-chi and first routes setup

This commit is contained in:
Florian Sylvain
2023-08-06 05:00:15 +02:00
parent 5b4b5a8622
commit 195c247235
9 changed files with 189 additions and 38 deletions
+12 -1
View File
@@ -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
)