mdidle ware set

This commit is contained in:
valitovgaziz
2024-08-12 08:49:04 +05:00
parent 32daac3a49
commit 5cbb3237e0
9 changed files with 51 additions and 4 deletions
+3
View File
@@ -5,6 +5,7 @@ go 1.22.5
require github.com/go-chi/chi/v5 v5.1.0
require (
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.6.0 // indirect
@@ -18,6 +19,8 @@ require (
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.6.0
gorm.io/driver/postgres v1.5.9
gorm.io/gorm v1.25.11