aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2024-07-09 11:31:08 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2024-07-09 11:31:08 +0530
commitc3821df233523ab715fdf06d54c142394411c968 (patch)
tree4f19352740fc5e38b5a8bd98244bafa30e037b1c /go.mod
parentd0a44ff5cfad5d063929426e2420f6f0d55b1dbe (diff)
added logo/signature upload routesv0.10.0
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