chore: 更新 gitignore 和 go.mod 依赖
This commit is contained in:
parent
ee71270aa5
commit
42533c31d2
3
.gitignore
vendored
3
.gitignore
vendored
@ -62,4 +62,5 @@ config.yaml
|
||||
lolly
|
||||
coverage.html
|
||||
html/
|
||||
default.pgo
|
||||
default.pgo
|
||||
benchmark-*.txt
|
||||
2
go.mod
2
go.mod
@ -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
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user