mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
e6a8bcfb0c
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
12 lines
302 B
Modula-2
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
|
|
)
|