From 67dfe664a68c2e43fcd5a1ded8d6ee7b048d1e75 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 5 Dec 2024 20:14:56 +0100 Subject: GO v1.23.4 + update dependencies --- go.mod | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3