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-06-16 00:38:35 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-06-16 00:38:35 +0300
commit4cc755c8830adc7c9cdd5ea769f893753a7d0a20 (patch)
tree40f16f104f8b25a80b44dbb57ef443835e48dcad /go.mod
parent4e89c71095614ff2207f71925e18e5a8cd2cd830 (diff)
fix warning when there is no access.log
after this if limitip is 0 and there is no access.log on xray config you don't see this warning access.log doesn't exist in your config.json ------------- better view on ip log ------------- update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 55a877ca..eaa5ada4 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,6 @@ require (
github.com/Workiva/go-datastructures v1.1.0
github.com/gin-contrib/sessions v0.0.4
github.com/gin-gonic/gin v1.9.1
- github.com/go-cmd/cmd v1.4.1
github.com/goccy/go-json v0.10.2
github.com/mymmrac/telego v0.25.0
github.com/nicksnyder/go-i18n/v2 v2.2.1
@@ -17,7 +16,7 @@ require (
github.com/xtls/xray-core v1.8.1
go.uber.org/atomic v1.11.0
golang.org/x/text v0.10.0
- google.golang.org/grpc v1.55.0
+ google.golang.org/grpc v1.56.0
gorm.io/driver/sqlite v1.5.2
gorm.io/gorm v1.25.2-0.20230530020048-26663ab9bf55
)