chore: 更新 gitignore 和 go.mod 依赖

This commit is contained in:
xfy 2026-04-09 12:18:45 +08:00
parent ee71270aa5
commit 42533c31d2
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -62,4 +62,5 @@ config.yaml
lolly
coverage.html
html/
default.pgo
default.pgo
benchmark-*.txt

2
go.mod
View File

@ -11,6 +11,7 @@ require (
github.com/rs/zerolog v1.35.0
github.com/valyala/fasthttp v1.69.0
golang.org/x/crypto v0.49.0
golang.org/x/net v0.51.0
gopkg.in/yaml.v3 v3.0.1
)
@ -21,7 +22,6 @@ require (
github.com/quic-go/qpack v0.6.0 // indirect
github.com/savsgio/gotils v0.0.0-20240704082632-aef3928b8a38 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
)