WIP: EOL
This commit is contained in:
parent
7ed1e05284
commit
49e05cac10
23 changed files with 613 additions and 253 deletions
2
go.mod
2
go.mod
|
|
@ -5,12 +5,14 @@ go 1.22.0
|
|||
require (
|
||||
github.com/deepmap/oapi-codegen/v2 v2.1.0
|
||||
github.com/getkin/kin-openapi v0.122.0
|
||||
github.com/gofiber/contrib/fiberzap/v2 v2.1.3
|
||||
github.com/gofiber/contrib/swagger v1.1.2
|
||||
github.com/gofiber/fiber/v2 v2.52.4
|
||||
github.com/google/uuid v1.5.0
|
||||
github.com/oapi-codegen/fiber-middleware v1.0.1
|
||||
github.com/oapi-codegen/runtime v1.1.1
|
||||
github.com/spf13/cobra v1.8.0
|
||||
go.uber.org/zap v1.27.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
|
|||
Reference in a new issue