mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-11 14:53:49 +00:00
9 lines
212 B
Modula-2
9 lines
212 B
Modula-2
module github.com/VictoriaMetrics/fasthttp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.10.11
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
)
|