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:
authorkaveh-ahangar <123722737+kaveh-ahangar@users.noreply.github.com>2023-05-05 12:36:59 +0300
committerGitHub <noreply@github.com>2023-05-05 12:36:59 +0300
commit73704e38d5d405ab32654763936c924b43fd3a81 (patch)
treeee2a2fa66b478fffa4ce5163f4cf70ee6bf2ba45 /go.mod
parent1680bb36c3e9c2f89c72947e1735337fe5fd1e8b (diff)
parent1a603b2501b8c3d82b59eb249cfb8e13421e64de (diff)
Merge branch 'MHSanaei:main' into main
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 63cddb27..2205b19a 100644
--- a/go.mod
+++ b/go.mod
@@ -16,9 +16,9 @@ require (
github.com/shirou/gopsutil/v3 v3.23.4
github.com/spf13/cobra v1.7.0
github.com/xtls/xray-core v1.8.1
- go.uber.org/atomic v1.10.0
+ go.uber.org/atomic v1.11.0
golang.org/x/text v0.9.0
- google.golang.org/grpc v1.54.0
+ google.golang.org/grpc v1.55.0
gorm.io/driver/sqlite v1.5.0
gorm.io/gorm v1.25.0
)