1
0
Fork 0

refactor(server): testing server

This commit is contained in:
Vojtěch Mareš 2024-05-12 22:15:23 +02:00
parent 8fd2dffcb9
commit 05deed2452
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
3 changed files with 178 additions and 30 deletions

1
go.mod
View file

@ -11,6 +11,7 @@ require (
github.com/oapi-codegen/fiber-middleware v1.0.1
github.com/oapi-codegen/runtime v1.1.1
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
)