mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
29 lines
1.1 KiB
Modula-2
29 lines
1.1 KiB
Modula-2
module github.com/VictoriaMetrics/VictoriaMetrics
|
|
|
|
require (
|
|
cloud.google.com/go v0.49.0 // indirect
|
|
cloud.google.com/go/storage v1.4.0
|
|
github.com/VictoriaMetrics/fastcache v1.5.2
|
|
github.com/VictoriaMetrics/metrics v1.9.0
|
|
github.com/aws/aws-sdk-go v1.25.37
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
|
|
github.com/golang/snappy v0.0.1
|
|
github.com/jstemmer/go-junit-report v0.9.1 // indirect
|
|
github.com/klauspost/compress v1.9.2
|
|
github.com/valyala/fastjson v1.4.1
|
|
github.com/valyala/fastrand v1.0.0
|
|
github.com/valyala/gozstd v1.6.3
|
|
github.com/valyala/histogram v1.0.1
|
|
github.com/valyala/quicktemplate v1.4.1
|
|
go.opencensus.io v0.22.2 // indirect
|
|
golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914 // indirect
|
|
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2
|
|
golang.org/x/tools v0.0.0-20191119175705-11e13f1c3fd7 // indirect
|
|
google.golang.org/api v0.14.0
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
|
|
google.golang.org/grpc v1.25.1 // indirect
|
|
)
|
|
|
|
go 1.12
|