diff options
| author | Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> | 2025-04-04 17:25:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-04 17:25:48 +0300 |
| commit | b15ea1f74dab2a641192b66abac3aaf446cdb4ea (patch) | |
| tree | ebbac85b1936201f49833845f2a95845c6433130 /go.mod | |
| parent | 431d7350a5f3151a3b751b92a878e2c43b03183a (diff) | |
chore: update Go to v1.24.2 (#2866)
* Go v1.24.2
* Update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |
