diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-05 17:40:27 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-03-05 17:40:27 +0300 |
| commit | 3caace2cb6176847355e65caab6e83f8af0977c3 (patch) | |
| tree | 95933812d9ff82f0f3639f750006b36738003a64 /go.mod | |
| parent | 99f26be30d5f35fd6af114528c3f6e13643b3bef (diff) | |
update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |
