Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-04-11 15:10:24 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-04-11 15:10:24 +0300
commit11c781cce78aa4afc312eb5641ea36197e77ae7c (patch)
treeec026d83e78f48511532c83d9076cddc4521d434 /go.mod
parentb7e10fc7c6c775f7a9fc66358c1cccd138e89ba9 (diff)
update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 38269c52..69ad4f1b 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/gin-gonic/gin v1.9.0
github.com/go-cmd/cmd v1.4.1
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
- github.com/goccy/go-json v0.10.0
+ github.com/goccy/go-json v0.10.2
github.com/nicksnyder/go-i18n/v2 v2.2.1
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml/v2 v2.0.7
@@ -19,7 +19,7 @@ require (
golang.org/x/text v0.9.0
google.golang.org/grpc v1.54.0
gorm.io/driver/sqlite v1.4.4
- gorm.io/gorm v1.24.6
+ gorm.io/gorm v1.25.0
)
require (