mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-15 16:07:51 +03:00
11 lines
256 B
Modula-2
11 lines
256 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.10.4
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
|
|
)
|