1. ✅ 监控指标收集 2. ✅ 中间件机制 3. ✅ 配置热更新 4. ✅ 优雅关闭 5. ✅ 插件系统 6. ✅ API文档 7. ✅ 认证授权系统 8. ✅ 请求/响应压缩优化
24 lines
729 B
Modula-2
24 lines
729 B
Modula-2
module github.com/darkit/goproxy
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/ouqiang/websocket v1.6.2
|
|
github.com/prometheus/client_golang v1.20.4
|
|
github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8
|
|
golang.org/x/time v0.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
google.golang.org/protobuf v1.36.1 // indirect
|
|
)
|