update jwt

This commit is contained in:
SowinskiBraeden committed 2022-06-06 15:24:17 -07:00
1 parent 52e1c0fb5b
commit dd0cd7d76c
4 files changed
+5 -5

No files matched your search

+1 -1
View File
@@ -13,8 +13,8 @@ import (
"github.com/SowinskiBraeden/school-management-api/models"
"github.com/howeyc/gopass"
"github.com/dgrijalva/jwt-go"
"github.com/gofiber/fiber/v2"
"github.com/golang-jwt/jwt"
"github.com/google/uuid"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/primitive"
+1 -1
View File
@@ -12,8 +12,8 @@ import (
"github.com/SowinskiBraeden/school-management-api/database"
"github.com/SowinskiBraeden/school-management-api/models"
"github.com/dgrijalva/jwt-go"
"github.com/gofiber/fiber/v2"
"github.com/golang-jwt/jwt"
"github.com/google/uuid"
"go.mongodb.org/mongo-driver/bson"
"go.mongodb.org/mongo-driver/bson/primitive"