mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-29 23:30:04 +01:00
10 lines
212 B
Modula-2
10 lines
212 B
Modula-2
module github.com/VictoriaMetrics/fasthttp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.11.12
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
)
|