Bumps the go-dependencies group in /bridge with 1 update: [github.com/metacubex/mihomo](https://github.com/metacubex/mihomo). Updates `github.com/metacubex/mihomo` from 1.19.25 to 1.19.26 - [Release notes](https://github.com/metacubex/mihomo/releases) - [Commits](https://github.com/metacubex/mihomo/compare/v1.19.25...v1.19.26) --- updated-dependencies: - dependency-name: github.com/metacubex/mihomo dependency-version: 1.19.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
42 lines
2.0 KiB
Modula-2
42 lines
2.0 KiB
Modula-2
module github.com/aethersailor/subconverter-extended/bridge
|
|
|
|
go 1.25.5
|
|
|
|
require github.com/metacubex/mihomo v1.19.26
|
|
|
|
require (
|
|
github.com/RyuaNerin/go-krypto v1.3.0 // indirect
|
|
github.com/Yawning/aez v0.0.0-20211027044916-e49e68abd344 // indirect
|
|
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
|
github.com/ericlagergren/aegis v0.0.0-20250325060835-cd0defd64358 // indirect
|
|
github.com/ericlagergren/polyval v0.0.0-20230805202542-18692a1b76f9 // indirect
|
|
github.com/ericlagergren/siv v0.0.0-20220507050439-0b757b3aa5f1 // indirect
|
|
github.com/ericlagergren/subtle v0.0.0-20220507045147-890d697da010 // indirect
|
|
github.com/gofrs/uuid/v5 v5.4.0 // indirect
|
|
github.com/metacubex/ascon v0.1.0 // indirect
|
|
github.com/metacubex/blake3 v0.1.0 // indirect
|
|
github.com/metacubex/chacha v0.1.5 // indirect
|
|
github.com/metacubex/cpu v0.1.1 // indirect
|
|
github.com/metacubex/hkdf v0.1.0 // indirect
|
|
github.com/metacubex/hpke v0.1.0 // indirect
|
|
github.com/metacubex/http v0.1.6 // indirect
|
|
github.com/metacubex/mlkem v0.1.0 // indirect
|
|
github.com/metacubex/randv2 v0.2.0 // indirect
|
|
github.com/metacubex/sing v0.5.7 // indirect
|
|
github.com/metacubex/sing-shadowsocks v0.2.12 // indirect
|
|
github.com/metacubex/tls v0.1.6 // indirect
|
|
github.com/oasisprotocol/deoxysii v0.0.0-20220228165953-2091330c22b7 // indirect
|
|
github.com/samber/lo v1.53.0 // indirect
|
|
github.com/sina-ghaderi/poly1305 v0.0.0-20220724002748-c5926b03988b // indirect
|
|
github.com/sina-ghaderi/rabaead v0.0.0-20220730151906-ab6e06b96e8c // indirect
|
|
github.com/sina-ghaderi/rabbitio v0.0.0-20220730151941-9ce26f4f872e // indirect
|
|
github.com/sirupsen/logrus v1.9.4 // indirect
|
|
gitlab.com/go-extension/aes-ccm v0.0.0-20230221065045-e58665ef23c7 // indirect
|
|
gitlab.com/yawning/bsaes.git v0.0.0-20190805113838-0a714cd429ec // indirect
|
|
golang.org/x/crypto v0.46.0 // indirect
|
|
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
|
|
golang.org/x/net v0.48.0 // indirect
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
golang.org/x/text v0.32.0 // indirect
|
|
)
|