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 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +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
github.com/goccy/go-json v0.10.5
2025-03-08 17:01:37 +00:00
github.com/mymmrac/telego v0.32.0
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +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 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
github.com/shirou/gopsutil/v4 v4.25.2
github.com/valyala/fasthttp v1.59.0
github.com/xtls/xray-core v1.250306.0
2025-02-04 18:32:40 +00:00
go.uber.org/atomic v1.11.0
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
golang.org/x/text v0.23.0
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
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
github.com/bytedance/sonic v1.12.7 // indirect
github.com/bytedance/sonic/loader v0.2.2 // indirect
github.com/cloudflare/circl v1.6.0 // indirect
2025-03-08 16:49:22 +00:00
github.com/cloudwego/base64x v0.1.4 // indirect
2025-03-04 13:19:02 +00:00
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
github.com/ebitengine/purego v0.8.2 // indirect
github.com/fasthttp/router v1.5.4 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
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 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
github.com/go-playground/validator/v10 v10.24.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 16:49:22 +00:00
github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 // 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
2025-03-08 16:49:22 +00:00
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.9 // 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-04 13:19:02 +00:00
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // 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 16:49:22 +00:00
github.com/onsi/ginkgo/v2 v2.21.0 // 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 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +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
2025-03-08 16:49:22 +00:00
github.com/rogpeppe/go-internal v1.13.1 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
github.com/sagernet/sing v0.5.1 // 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
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.9.0 // indirect
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 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
golang.org/x/arch v0.13.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
2025-03-08 16:49:22 +00:00
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
2025-03-04 13:19:02 +00:00
golang.org/x/mod v0.22.0 // indirect
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect
golang.org/x/sys v0.31.0 // indirect
2025-03-04 13:19:02 +00:00
golang.org/x/time v0.8.0 // indirect
2025-03-08 16:49:22 +00:00
golang.org/x/tools v0.27.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
chore(deps)(deps): bump the minor-patch-dependencies group with 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +00:00
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
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 10 updates (#5) Bumps the minor-patch-dependencies group with 10 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.59.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` | 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.59.0 - [Release notes](https://github.com/valyala/fasthttp/releases) - [Commits](https://github.com/valyala/fasthttp/compare/v1.57.0...v1.59.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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-08 16:53:56 +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
)