2019-05-22 23:16:55 +02:00
|
|
|
module github.com/VictoriaMetrics/VictoriaMetrics
|
|
|
|
|
|
|
|
require (
|
2019-06-11 22:56:59 +02:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.1
|
2019-08-05 18:19:47 +02:00
|
|
|
github.com/VictoriaMetrics/metrics v1.7.1
|
2019-09-13 21:49:28 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.0
|
2019-05-22 23:16:55 +02:00
|
|
|
github.com/golang/snappy v0.0.1
|
2019-07-23 18:26:39 +02:00
|
|
|
github.com/google/go-cmp v0.3.0 // indirect
|
2019-09-13 21:49:28 +02:00
|
|
|
github.com/klauspost/compress v1.8.3
|
2019-05-26 22:18:42 +02:00
|
|
|
github.com/lithammer/go-jump-consistent-hash v1.0.1
|
2019-05-22 23:16:55 +02:00
|
|
|
github.com/valyala/fastjson v1.4.1
|
2019-09-16 20:49:48 +02:00
|
|
|
github.com/valyala/gozstd v1.6.2
|
2019-05-22 23:16:55 +02:00
|
|
|
github.com/valyala/histogram v1.0.1
|
2019-08-24 12:39:46 +02:00
|
|
|
github.com/valyala/quicktemplate v1.2.0
|
2019-09-13 21:49:28 +02:00
|
|
|
golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7
|
2019-05-22 23:16:55 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
go 1.12
|