mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-05 14:22:15 +01: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
|
|
)
|