mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
f8954c7250
New version should have better gzip compression. See https://github.com/klauspost/compress#changelog
26 lines
923 B
Modula-2
26 lines
923 B
Modula-2
module github.com/VictoriaMetrics/VictoriaMetrics
|
|
|
|
require (
|
|
cloud.google.com/go v0.51.0 // indirect
|
|
cloud.google.com/go/storage v1.5.0
|
|
github.com/VictoriaMetrics/fastcache v1.5.7
|
|
github.com/VictoriaMetrics/metrics v1.9.3
|
|
github.com/aws/aws-sdk-go v1.28.3
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/klauspost/compress v1.9.8
|
|
github.com/valyala/fastjson v1.4.5
|
|
github.com/valyala/fastrand v1.0.0
|
|
github.com/valyala/gozstd v1.6.4
|
|
github.com/valyala/histogram v1.0.1
|
|
github.com/valyala/quicktemplate v1.4.1
|
|
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/sys v0.0.0-20200116001909-b77594299b42
|
|
golang.org/x/tools v0.0.0-20200116062425-473961ec044c // indirect
|
|
google.golang.org/api v0.15.0
|
|
google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba // indirect
|
|
)
|
|
|
|
go 1.12
|