Files
fasthttp/go.mod
T
Erik Dubbelboer cc9db3ab20 Try TravisCI Windows (#828)
* Try TravisCI Windows

* prefork is supported on windows with Reuseport=true

* Bit longer timeouts for tests
2020-06-06 15:57:38 +02:00

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
)