chore: update Go to v1.24.2 (#2866)

* Go v1.24.2

* Update dependencies
This commit is contained in:
Pk-web6936
2025-04-04 17:55:48 +03:30
committed by GitHub
parent 431d7350a5
commit b15ea1f74d
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module x-ui
go 1.24.1
go 1.24.2
require (
github.com/gin-contrib/gzip v1.2.2
@@ -97,6 +97,6 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gvisor.dev/gvisor v0.0.0-20240320123526-dc6abceb7ff0 // indirect
gvisor.dev/gvisor v0.0.0-20250403230555-2b1f43f26fbb // indirect
lukechampine.com/blake3 v1.4.0 // indirect
)