2019-05-22 21:16:55 +00:00
|
|
|
module github.com/VictoriaMetrics/VictoriaMetrics
|
|
|
|
|
|
|
|
require (
|
2019-06-11 20:56:59 +00:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.1
|
2019-06-01 20:38:30 +00:00
|
|
|
github.com/VictoriaMetrics/metrics v1.5.0
|
2019-05-22 21:16:55 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.0.1-0.20190104013014-3767db7a7e18
|
|
|
|
github.com/golang/snappy v0.0.1
|
2019-05-26 20:18:42 +00:00
|
|
|
github.com/lithammer/go-jump-consistent-hash v1.0.1
|
2019-05-22 21:16:55 +00:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
|
|
github.com/valyala/fastjson v1.4.1
|
|
|
|
github.com/valyala/gozstd v1.5.0
|
|
|
|
github.com/valyala/histogram v1.0.1
|
|
|
|
github.com/valyala/quicktemplate v1.1.1
|
2019-06-18 13:20:09 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f
|
2019-05-22 21:16:55 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
go 1.12
|