mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-16 16:17:38 +03:00
Bump dependencies (#1718)
This commit is contained in:
@@ -3,13 +3,13 @@ module github.com/valyala/fasthttp
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.0.5
|
||||
github.com/klauspost/compress v1.17.0
|
||||
github.com/andybalholm/brotli v1.1.0
|
||||
github.com/klauspost/compress v1.17.6
|
||||
github.com/valyala/bytebufferpool v1.0.0
|
||||
github.com/valyala/tcplisten v1.0.0
|
||||
golang.org/x/crypto v0.17.0
|
||||
golang.org/x/net v0.17.0
|
||||
golang.org/x/sys v0.15.0
|
||||
golang.org/x/crypto v0.19.0
|
||||
golang.org/x/net v0.21.0
|
||||
golang.org/x/sys v0.17.0
|
||||
)
|
||||
|
||||
require golang.org/x/text v0.14.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user