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>2024-12-05 22:14:56 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2024-12-05 22:14:56 +0300
commit67dfe664a68c2e43fcd5a1ded8d6ee7b048d1e75 (patch)
tree95d285d0762cc51348690e971545432fb5050013 /go.mod
parent4efcdb3e01357ad67119f42ff9b1830e3b0fe4f1 (diff)
GO v1.23.4 + update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 10 insertions, 10 deletions
diff --git a/go.mod b/go.mod
index 71462cbd..63f4f64e 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module x-ui
-go 1.23.3
+go 1.23.4
require (
github.com/gin-contrib/gzip v1.0.1
@@ -16,8 +16,8 @@ require (
github.com/valyala/fasthttp v1.57.0
github.com/xtls/xray-core v1.8.25-0.20241130041635-98a72b6fb49b
go.uber.org/atomic v1.11.0
- golang.org/x/text v0.20.0
- google.golang.org/grpc v1.68.0
+ golang.org/x/text v0.21.0
+ google.golang.org/grpc v1.68.1
gorm.io/driver/sqlite v1.5.6
gorm.io/gorm v1.25.12
)
@@ -31,7 +31,7 @@ require (
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
github.com/ebitengine/purego v0.8.1 // indirect
- github.com/fasthttp/router v1.5.2 // indirect
+ github.com/fasthttp/router v1.5.3 // indirect
github.com/gabriel-vasile/mimetype v1.4.7 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -84,14 +84,14 @@ require (
go.uber.org/mock v0.5.0 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/arch v0.12.0 // indirect
- golang.org/x/crypto v0.29.0 // indirect
- golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
+ golang.org/x/crypto v0.30.0 // indirect
+ golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
golang.org/x/mod v0.22.0 // indirect
- golang.org/x/net v0.31.0 // indirect
- golang.org/x/sync v0.9.0 // indirect
- golang.org/x/sys v0.27.0 // indirect
+ golang.org/x/net v0.32.0 // indirect
+ golang.org/x/sync v0.10.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
golang.org/x/time v0.8.0 // indirect
- golang.org/x/tools v0.27.0 // indirect
+ golang.org/x/tools v0.28.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20241202173237-19429a94021a // indirect