feat(plugin): support multi-format manifest sources

This commit is contained in:
2026-06-27 18:28:03 +08:00
parent e4dfcb62cb
commit 7a5664ab89
17 changed files with 1079 additions and 289 deletions

2
go.mod
View File

@@ -7,11 +7,13 @@ toolchain go1.24.4
require (
github.com/gorilla/websocket v1.5.3
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml/v2 v2.4.2
github.com/pires/go-proxyproto v0.8.1
github.com/quic-go/quic-go v0.52.0
github.com/rs/zerolog v1.33.0
github.com/xtaci/kcp-go v5.4.20+incompatible
golang.org/x/crypto v0.43.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.45.0
)