aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 576ab67..6ad6c01 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.21.0
require (
github.com/gin-gonic/gin v1.9.1
- github.com/golang-jwt/jwt/v4 v4.5.0
github.com/golang-jwt/jwt/v5 v5.0.0
+ github.com/google/uuid v1.1.2
github.com/spf13/viper v1.16.0
golang.org/x/crypto v0.9.0
gorm.io/driver/mysql v1.5.1