mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-16 16:17:38 +03:00
cc9db3ab20
* Try TravisCI Windows * prefork is supported on windows with Reuseport=true * Bit longer timeouts for tests
13 lines
347 B
Modula-2
13 lines
347 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.0
|
|
github.com/klauspost/compress v1.10.7
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980
|
|
)
|