mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-31 15:06:26 +00:00
e3cc329d85
The v0.1.0 points to the last verified changes made by me.
I'm afraid that releases after v0.1.0 may contain completely broken changes like
996610f021
9 lines
321 B
Modula-2
9 lines
321 B
Modula-2
module github.com/valyala/fasthttp
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.4.0
|
|
github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
|
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
|
|
)
|