10 lines
321 B
Modula-2
10 lines
321 B
Modula-2
|
module github.com/valyala/fasthttp
|
||
|
|
||
|
require (
|
||
|
github.com/klauspost/compress v1.4.0
|
||
|
github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect
|
||
|
github.com/valyala/bytebufferpool v1.0.0
|
||
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
||
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
|
||
|
)
|