mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
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
|
||
|
)
|