Files
fasthttp/go.mod
T
Erik Dubbelboer e6a8bcfb0c Add go version to go.mod, test with 1.13.1
I chose 1.11 for the version in the go.mod file based on the information
in this issue: https://github.com/golang/go/issues/30791
2019-09-28 10:10:20 +02:00

12 lines
302 B
Modula-2

module github.com/valyala/fasthttp
go 1.11
require (
github.com/klauspost/compress v1.8.2
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
)