lolly/go.mod
xfy 326340fe4c chore(deps): 更新依赖版本
- brotli: 1.2.0 -> 1.2.1
- compress: 1.18.2 -> 1.18.5
- fasthttp: 1.69.0 -> 1.70.0
- crypto: 0.49.0 -> 0.50.0
- net: 0.51.0 -> 0.53.0
- isatty: 0.0.20 -> 0.0.21
- gotils: 更新至最新版本
- 移除 goleak 依赖(不再需要)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 09:51:22 +08:00

32 lines
943 B
Modula-2

module rua.plus/lolly
go 1.26.1
require (
github.com/andybalholm/brotli v1.2.1
github.com/fasthttp/router v1.5.4
github.com/google/uuid v1.6.0
github.com/klauspost/compress v1.18.5
github.com/quic-go/quic-go v0.59.0
github.com/rs/zerolog v1.35.0
github.com/stretchr/testify v1.11.1
github.com/valyala/fasthttp v1.70.0
github.com/yuin/gopher-lua v1.1.2
golang.org/x/crypto v0.50.0
golang.org/x/net v0.53.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.21 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/savsgio/gotils v0.0.0-20250924091648-bce9a52d7761 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.36.0 // indirect
)