VictoriaMetrics/go.mod

19 lines
593 B
Modula-2
Raw Normal View History

2019-05-22 21:16:55 +00:00
module github.com/VictoriaMetrics/VictoriaMetrics
require (
github.com/VictoriaMetrics/fastcache v1.5.1
github.com/VictoriaMetrics/metrics v1.7.1
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-07-23 17:00:03 +00:00
github.com/google/go-cmp v0.3.0 // indirect
2019-08-23 07:01:56 +00:00
github.com/klauspost/compress v1.7.6
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.6.0
2019-05-22 21:16:55 +00:00
github.com/valyala/histogram v1.0.1
github.com/valyala/quicktemplate v1.2.0
2019-08-23 07:01:56 +00:00
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
2019-05-22 21:16:55 +00:00
)
go 1.12