Resolving issue #2 and #3

This commit is contained in:
Stanislaw
2023-01-03 10:49:49 +01:00
parent 7bfc12d245
commit 6009c627b3
4 changed files with 9 additions and 60 deletions

3
go.mod
View File

@@ -3,11 +3,10 @@ module gractwo-api
go 1.19
require (
github.com/gin-contrib/cors v1.4.0
github.com/gin-gonic/gin v1.8.2
github.com/joho/godotenv v1.4.0
github.com/lib/pq v1.10.2
github.com/swaggo/files v1.0.0
github.com/swaggo/gin-swagger v1.5.3
github.com/swaggo/swag v1.8.9
gorm.io/driver/postgres v1.4.5
gorm.io/gorm v1.24.2