update dependencies

This commit is contained in:
mhsanaei
2025-03-05 15:40:27 +01:00
parent 99f26be30d
commit 3caace2cb6
2 changed files with 34 additions and 32 deletions

16
go.mod
View File

@@ -1,6 +1,6 @@
module x-ui
go 1.24.0
go 1.24.1
require (
github.com/gin-contrib/gzip v1.2.2
@@ -17,7 +17,7 @@ require (
github.com/xtls/xray-core v1.8.25-0.20250303153022-e15dff94b5bd
go.uber.org/atomic v1.11.0
golang.org/x/text v0.22.0
google.golang.org/grpc v1.70.0
google.golang.org/grpc v1.71.0
gorm.io/driver/sqlite v1.5.7
gorm.io/gorm v1.25.12
)
@@ -82,14 +82,14 @@ require (
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.uber.org/mock v0.5.0 // indirect
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect
golang.org/x/arch v0.14.0 // indirect
golang.org/x/arch v0.15.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/time v0.10.0 // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.org/x/tools v0.30.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173 // indirect