3x-ui/go.mod

102 lines
4.6 KiB
Modula-2
Raw Normal View History

2025-02-04 18:32:40 +00:00
module x-ui
2025-03-05 18:56:27 +00:00
go 1.24.1
2025-02-04 18:32:40 +00:00
require (
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/gin-contrib/gzip v1.2.2
github.com/gin-contrib/sessions v1.0.2
2025-02-04 18:32:40 +00:00
github.com/gin-gonic/gin v1.10.0
chore(deps)(deps): bump the minor-patch-dependencies group with 9 updates (#8) Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.58.0` | `1.59.0` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.7` | `1.13.1` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.2` | `0.2.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.24.0` | `10.25.0` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.1` | `0.6.2` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.13.0` | `0.15.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.23.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.31.0` | Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5) Updates `github.com/valyala/fasthttp` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0) Updates `github.com/bytedance/sonic` from 1.12.7 to 1.13.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.7...v1.13.1) Updates `github.com/bytedance/sonic/loader` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.2...loader/v0.2.4) Updates `github.com/go-playground/validator/v10` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0) Updates `github.com/sagernet/sing` from 0.5.1 to 0.6.2 - [Commits](https://github.com/sagernet/sing/compare/v0.5.1...v0.6.2) Updates `golang.org/x/arch` from 0.13.0 to 0.15.0 - [Commits](https://github.com/golang/arch/compare/v0.13.0...v0.15.0) Updates `golang.org/x/mod` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 18:05:49 +00:00
github.com/goccy/go-json v0.10.5
2025-03-08 17:26:18 +00:00
github.com/mymmrac/telego v0.32.0
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/nicksnyder/go-i18n/v2 v2.5.1
2025-02-04 18:32:40 +00:00
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml/v2 v2.2.3
github.com/robfig/cron/v3 v3.0.1
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/shirou/gopsutil/v4 v4.25.2
chore(deps)(deps): bump the minor-patch-dependencies group with 9 updates (#8) Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.58.0` | `1.59.0` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.7` | `1.13.1` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.2` | `0.2.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.24.0` | `10.25.0` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.1` | `0.6.2` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.13.0` | `0.15.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.23.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.31.0` | Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5) Updates `github.com/valyala/fasthttp` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0) Updates `github.com/bytedance/sonic` from 1.12.7 to 1.13.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.7...v1.13.1) Updates `github.com/bytedance/sonic/loader` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.2...loader/v0.2.4) Updates `github.com/go-playground/validator/v10` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0) Updates `github.com/sagernet/sing` from 0.5.1 to 0.6.2 - [Commits](https://github.com/sagernet/sing/compare/v0.5.1...v0.6.2) Updates `golang.org/x/arch` from 0.13.0 to 0.15.0 - [Commits](https://github.com/golang/arch/compare/v0.13.0...v0.15.0) Updates `golang.org/x/mod` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 18:05:49 +00:00
github.com/valyala/fasthttp v1.59.0
2025-03-08 18:46:07 +00:00
github.com/xtls/xray-core v1.8.25-0.20250303153022-e15dff94b5bd
2025-02-04 18:32:40 +00:00
go.uber.org/atomic v1.11.0
2025-03-08 18:46:07 +00:00
golang.org/x/text v0.22.0
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
google.golang.org/grpc v1.71.0
gorm.io/driver/sqlite v1.5.7
2025-02-04 18:32:40 +00:00
gorm.io/gorm v1.25.12
)
require (
github.com/andybalholm/brotli v1.1.1 // indirect
2025-03-08 18:46:07 +00:00
github.com/bytedance/sonic v1.12.10 // indirect
github.com/bytedance/sonic/loader v0.2.4 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/cloudflare/circl v1.6.0 // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
2025-03-08 18:46:07 +00:00
github.com/dgryski/go-metro v0.0.0-20250106013310-edb8663e5e33 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/ebitengine/purego v0.8.2 // indirect
github.com/fasthttp/router v1.5.4 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
github.com/gin-contrib/sse v1.0.0 // indirect
2025-02-04 18:32:40 +00:00
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 9 updates (#8) Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.58.0` | `1.59.0` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.7` | `1.13.1` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.2` | `0.2.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.24.0` | `10.25.0` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.1` | `0.6.2` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.13.0` | `0.15.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.23.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.31.0` | Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5) Updates `github.com/valyala/fasthttp` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0) Updates `github.com/bytedance/sonic` from 1.12.7 to 1.13.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.7...v1.13.1) Updates `github.com/bytedance/sonic/loader` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.2...loader/v0.2.4) Updates `github.com/go-playground/validator/v10` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0) Updates `github.com/sagernet/sing` from 0.5.1 to 0.6.2 - [Commits](https://github.com/sagernet/sing/compare/v0.5.1...v0.6.2) Updates `golang.org/x/arch` from 0.13.0 to 0.15.0 - [Commits](https://github.com/golang/arch/compare/v0.13.0...v0.15.0) Updates `golang.org/x/mod` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 18:05:49 +00:00
github.com/go-playground/validator/v10 v10.25.0 // indirect
2025-02-04 18:32:40 +00:00
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/btree v1.1.3 // indirect
2025-03-08 18:46:07 +00:00
github.com/google/pprof v0.0.0-20250302191652-9094ed2288e7 // indirect
2025-02-04 18:32:40 +00:00
github.com/gorilla/context v1.1.2 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/gorilla/sessions v1.4.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/grbit/go-json v0.11.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/json-iterator/go v1.1.12 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/klauspost/compress v1.18.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/kr/text v0.2.0 // indirect
2025-02-04 18:32:40 +00:00
github.com/leodido/go-urn v1.4.0 // indirect
2025-03-08 18:46:07 +00:00
github.com/lufia/plan9stats v0.0.0-20250303091104-876f3ea5145d // indirect
2025-02-04 18:32:40 +00:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
2025-03-08 18:46:07 +00:00
github.com/onsi/ginkgo/v2 v2.22.2 // indirect
2025-02-04 18:32:40 +00:00
github.com/pires/go-proxyproto v0.8.0 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/quic-go/qpack v0.5.1 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/quic-go/quic-go v0.50.0 // indirect
2025-02-04 18:32:40 +00:00
github.com/refraction-networking/utls v1.6.7 // indirect
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
github.com/rogpeppe/go-internal v1.14.1 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 9 updates (#8) Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.58.0` | `1.59.0` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.7` | `1.13.1` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.2` | `0.2.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.24.0` | `10.25.0` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.1` | `0.6.2` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.13.0` | `0.15.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.23.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.31.0` | Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5) Updates `github.com/valyala/fasthttp` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0) Updates `github.com/bytedance/sonic` from 1.12.7 to 1.13.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.7...v1.13.1) Updates `github.com/bytedance/sonic/loader` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.2...loader/v0.2.4) Updates `github.com/go-playground/validator/v10` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0) Updates `github.com/sagernet/sing` from 0.5.1 to 0.6.2 - [Commits](https://github.com/sagernet/sing/compare/v0.5.1...v0.6.2) Updates `golang.org/x/arch` from 0.13.0 to 0.15.0 - [Commits](https://github.com/golang/arch/compare/v0.13.0...v0.15.0) Updates `golang.org/x/mod` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 18:05:49 +00:00
github.com/sagernet/sing v0.6.2 // indirect
2025-02-04 18:32:40 +00:00
github.com/sagernet/sing-shadowsocks v0.2.7 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
2025-02-04 18:32:40 +00:00
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 // indirect
2025-03-08 18:46:07 +00:00
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
2025-02-04 18:32:40 +00:00
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/vishvananda/netlink v1.3.0 // indirect
github.com/vishvananda/netns v0.0.5 // indirect
github.com/xtls/reality v0.0.0-20240909153216-e26ae2305463 // indirect
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
chore(deps)(deps): bump the minor-patch-dependencies group with 9 updates (#8) Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.58.0` | `1.59.0` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.7` | `1.13.1` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.2` | `0.2.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.24.0` | `10.25.0` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.1` | `0.6.2` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.13.0` | `0.15.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.23.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.31.0` | Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5) Updates `github.com/valyala/fasthttp` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0) Updates `github.com/bytedance/sonic` from 1.12.7 to 1.13.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.7...v1.13.1) Updates `github.com/bytedance/sonic/loader` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.2...loader/v0.2.4) Updates `github.com/go-playground/validator/v10` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0) Updates `github.com/sagernet/sing` from 0.5.1 to 0.6.2 - [Commits](https://github.com/sagernet/sing/compare/v0.5.1...v0.6.2) Updates `golang.org/x/arch` from 0.13.0 to 0.15.0 - [Commits](https://github.com/golang/arch/compare/v0.13.0...v0.15.0) Updates `golang.org/x/mod` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 18:05:49 +00:00
golang.org/x/arch v0.15.0 // indirect
2025-03-08 18:46:07 +00:00
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 9 updates (#8) Bumps the minor-patch-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.4` | `0.10.5` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.58.0` | `1.59.0` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.7` | `1.13.1` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.2` | `0.2.4` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.24.0` | `10.25.0` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.1` | `0.6.2` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.13.0` | `0.15.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.23.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.31.0` | Updates `github.com/goccy/go-json` from 0.10.4 to 0.10.5 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.4...v0.10.5) Updates `github.com/valyala/fasthttp` from 1.58.0 to 1.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0) Updates `github.com/bytedance/sonic` from 1.12.7 to 1.13.1 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.7...v1.13.1) Updates `github.com/bytedance/sonic/loader` from 0.2.2 to 0.2.4 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.2...loader/v0.2.4) Updates `github.com/go-playground/validator/v10` from 10.24.0 to 10.25.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0) Updates `github.com/sagernet/sing` from 0.5.1 to 0.6.2 - [Commits](https://github.com/sagernet/sing/compare/v0.5.1...v0.6.2) Updates `golang.org/x/arch` from 0.13.0 to 0.15.0 - [Commits](https://github.com/golang/arch/compare/v0.13.0...v0.15.0) Updates `golang.org/x/mod` from 0.23.0 to 0.24.0 - [Commits](https://github.com/golang/mod/compare/v0.23.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 18:05:49 +00:00
golang.org/x/mod v0.24.0 // indirect
2025-03-08 18:46:07 +00:00
golang.org/x/net v0.36.0 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/time v0.11.0 // indirect
2025-03-08 18:46:07 +00:00
golang.org/x/tools v0.30.0 // indirect
2025-02-04 18:32:40 +00:00
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-20250303144028-a0af3efb3deb // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
google.golang.org/protobuf v1.36.5 // indirect
2025-02-04 18:32:40 +00:00
gopkg.in/yaml.v3 v3.0.1 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 38 updates (#7) Bumps the minor-patch-dependencies group with 38 updates: | Package | From | To | | --- | --- | --- | | [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) | `1.0.1` | `1.2.2` | | [github.com/gin-contrib/sessions](https://github.com/gin-contrib/sessions) | `1.0.1` | `1.0.2` | | [github.com/goccy/go-json](https://github.com/goccy/go-json) | `0.10.3` | `0.10.4` | | [github.com/nicksnyder/go-i18n/v2](https://github.com/nicksnyder/go-i18n) | `2.4.1` | `2.5.1` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.10` | `4.25.2` | | [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.57.0` | `1.58.0` | | [github.com/xtls/xray-core](https://github.com/xtls/xray-core) | `1.8.25-0.20241111042233-0df2446f824d` | `1.250306.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.20.0` | `0.23.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.68.0` | `1.71.0` | | [gorm.io/driver/sqlite](https://github.com/go-gorm/sqlite) | `1.5.6` | `1.5.7` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.12.4` | `1.12.7` | | [github.com/bytedance/sonic/loader](https://github.com/bytedance/sonic) | `0.2.1` | `0.2.2` | | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.5.0` | `1.6.0` | | [github.com/cloudwego/base64x](https://github.com/cloudwego/base64x) | `0.1.4` | `0.1.5` | | [github.com/ebitengine/purego](https://github.com/ebitengine/purego) | `0.8.1` | `0.8.2` | | [github.com/fasthttp/router](https://github.com/fasthttp/router) | `1.5.2` | `1.5.4` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.8` | | [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.22.1` | `10.24.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/klauspost/cpuid/v2](https://github.com/klauspost/cpuid) | `2.2.9` | `2.2.10` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.23.0` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.48.1` | `0.50.0` | | [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) | `1.13.1` | `1.14.1` | | [github.com/sagernet/sing](https://github.com/sagernet/sing) | `0.5.0` | `0.5.1` | | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.14` | `0.3.15` | | [github.com/tklauser/numcpus](https://github.com/tklauser/numcpus) | `0.9.0` | `0.10.0` | | [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.29.0` | `0.36.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.22.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.31.0` | `0.37.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.9.0` | `0.12.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.27.0` | `0.31.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.11.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.27.0` | `0.30.0` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20241104194629-dd2ea8efbc28` | `0.0.0-20250115164207-1a7da9e5054f` | | google.golang.org/protobuf | `1.35.1` | `1.36.5` | | [lukechampine.com/blake3](https://github.com/lukechampine/blake3) | `1.3.0` | `1.4.0` | Updates `github.com/gin-contrib/gzip` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.0.1...v1.2.2) Updates `github.com/gin-contrib/sessions` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/gin-contrib/sessions/releases) - [Changelog](https://github.com/gin-contrib/sessions/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sessions/compare/v1.0.1...v1.0.2) Updates `github.com/goccy/go-json` from 0.10.3 to 0.10.4 - [Release notes](https://github.com/goccy/go-json/releases) - [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md) - [Commits](https://github.com/goccy/go-json/compare/v0.10.3...v0.10.4) Updates `github.com/nicksnyder/go-i18n/v2` from 2.4.1 to 2.5.1 - [Release notes](https://github.com/nicksnyder/go-i18n/releases) - [Changelog](https://github.com/nicksnyder/go-i18n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nicksnyder/go-i18n/compare/v2.4.1...v2.5.1) Updates `github.com/shirou/gopsutil/v4` from 4.24.10 to 4.25.2 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](https://github.com/shirou/gopsutil/compare/v4.24.10...v4.25.2) Updates `github.com/valyala/fasthttp` from 1.57.0 to 1.58.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.58.0) Updates `github.com/xtls/xray-core` from 1.8.25-0.20241111042233-0df2446f824d to 1.250306.0 - [Release notes](https://github.com/xtls/xray-core/releases) - [Commits](https://github.com/xtls/xray-core/commits/v1.250306.0) Updates `golang.org/x/text` from 0.20.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.20.0...v0.23.0) Updates `google.golang.org/grpc` from 1.68.0 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.com/grpc/grpc-go/compare/v1.68.0...v1.71.0) Updates `gorm.io/driver/sqlite` from 1.5.6 to 1.5.7 - [Commits](https://github.com/go-gorm/sqlite/compare/v1.5.6...v1.5.7) Updates `github.com/bytedance/sonic` from 1.12.4 to 1.12.7 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/v1.12.4...v1.12.7) Updates `github.com/bytedance/sonic/loader` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](https://github.com/bytedance/sonic/compare/loader/v0.2.1...loader/v0.2.2) Updates `github.com/cloudflare/circl` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.5.0...v1.6.0) Updates `github.com/cloudwego/base64x` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/cloudwego/base64x/releases) - [Commits](https://github.com/cloudwego/base64x/compare/v0.1.4...v0.1.5) Updates `github.com/ebitengine/purego` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/ebitengine/purego/releases) - [Commits](https://github.com/ebitengine/purego/compare/v0.8.1...v0.8.2) Updates `github.com/fasthttp/router` from 1.5.2 to 1.5.4 - [Release notes](https://github.com/fasthttp/router/releases) - [Commits](https://github.com/fasthttp/router/compare/v1.5.2...v1.5.4) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.8 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.8) Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/gin-contrib/sse/releases) - [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/sse/compare/v0.1.0...v1.0.0) Updates `github.com/go-playground/validator/v10` from 10.22.1 to 10.24.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](https://github.com/go-playground/validator/compare/v10.22.1...v10.24.0) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/compress/compare/v1.17.11...v1.18.0) Updates `github.com/klauspost/cpuid/v2` from 2.2.9 to 2.2.10 - [Release notes](https://github.com/klauspost/cpuid/releases) - [Changelog](https://github.com/klauspost/cpuid/blob/master/.goreleaser.yml) - [Commits](https://github.com/klauspost/cpuid/compare/v2.2.9...v2.2.10) Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v2.21.0...v2.23.0) Updates `github.com/quic-go/quic-go` from 0.48.1 to 0.50.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](https://github.com/quic-go/quic-go/compare/v0.48.1...v0.50.0) Updates `github.com/rogpeppe/go-internal` from 1.13.1 to 1.14.1 - [Release notes](https://github.com/rogpeppe/go-internal/releases) - [Commits](https://github.com/rogpeppe/go-internal/compare/v1.13.1...v1.14.1) Updates `github.com/sagernet/sing` from 0.5.0 to 0.5.1 - [Commits](https://github.com/sagernet/sing/compare/v0.5.0...v0.5.1) Updates `github.com/tklauser/go-sysconf` from 0.3.14 to 0.3.15 - [Release notes](https://github.com/tklauser/go-sysconf/releases) - [Commits](https://github.com/tklauser/go-sysconf/compare/v0.3.14...v0.3.15) Updates `github.com/tklauser/numcpus` from 0.9.0 to 0.10.0 - [Release notes](https://github.com/tklauser/numcpus/releases) - [Commits](https://github.com/tklauser/numcpus/compare/v0.9.0...v0.10.0) Updates `golang.org/x/arch` from 0.12.0 to 0.13.0 - [Commits](https://github.com/golang/arch/compare/v0.12.0...v0.13.0) Updates `golang.org/x/crypto` from 0.29.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.29.0...v0.36.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](https://github.com/golang/mod/compare/v0.22.0...v0.23.0) Updates `golang.org/x/net` from 0.31.0 to 0.37.0 - [Commits](https://github.com/golang/net/compare/v0.31.0...v0.37.0) Updates `golang.org/x/sync` from 0.9.0 to 0.12.0 - [Commits](https://github.com/golang/sync/compare/v0.9.0...v0.12.0) Updates `golang.org/x/sys` from 0.27.0 to 0.31.0 - [Commits](https://github.com/golang/sys/compare/v0.27.0...v0.31.0) Updates `golang.org/x/time` from 0.8.0 to 0.11.0 - [Commits](https://github.com/golang/time/compare/v0.8.0...v0.11.0) Updates `golang.org/x/tools` from 0.27.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.27.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20241104194629-dd2ea8efbc28 to 0.0.0-20250115164207-1a7da9e5054f - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.5 Updates `lukechampine.com/blake3` from 1.3.0 to 1.4.0 - [Commits](https://github.com/lukechampine/blake3/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sessions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/goccy/go-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/nicksnyder/go-i18n/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/valyala/fasthttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/xtls/xray-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: gorm.io/driver/sqlite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/bytedance/sonic/loader dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudflare/circl dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/cloudwego/base64x dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/ebitengine/purego dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/fasthttp/router dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/gin-contrib/sse dependency-type: indirect update-type: version-update:semver-major dependency-group: minor-patch-dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/klauspost/cpuid/v2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/quic-go/quic-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/rogpeppe/go-internal dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: github.com/sagernet/sing dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/go-sysconf dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: github.com/tklauser/numcpus dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/arch dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sync dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: google.golang.org/protobuf dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: lukechampine.com/blake3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 17:52:51 +00:00
gvisor.dev/gvisor v0.0.0-20240320123526-dc6abceb7ff0 // indirect
lukechampine.com/blake3 v1.4.0 // indirect
2025-02-04 18:32:40 +00:00
)