2019-05-22 23:16:55 +02:00
|
|
|
module github.com/VictoriaMetrics/VictoriaMetrics
|
|
|
|
|
|
|
|
require (
|
2020-10-16 14:06:20 +02:00
|
|
|
cloud.google.com/go v0.69.1 // indirect
|
2020-09-23 13:23:39 +02:00
|
|
|
cloud.google.com/go/storage v1.12.0
|
2020-01-22 11:31:26 +01:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.7
|
2020-04-29 15:20:23 +02:00
|
|
|
|
|
|
|
// Do not use the original github.com/valyala/fasthttp because of issues
|
|
|
|
// like https://github.com/valyala/fasthttp/commit/996610f021ff45fdc98c2ce7884d5fa4e7f9199b
|
2020-09-18 11:20:29 +02:00
|
|
|
github.com/VictoriaMetrics/fasthttp v1.0.7
|
2020-08-07 12:02:25 +02:00
|
|
|
github.com/VictoriaMetrics/metrics v1.12.3
|
2020-10-16 11:53:34 +02:00
|
|
|
github.com/VictoriaMetrics/metricsql v0.7.2
|
2020-10-16 14:06:20 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.35.8
|
2019-11-19 20:05:37 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2020-10-16 14:06:20 +02:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2020-09-22 16:07:37 +02:00
|
|
|
github.com/golang/snappy v0.0.2
|
2020-10-05 22:21:35 +02:00
|
|
|
github.com/klauspost/compress v1.11.1
|
2020-09-22 16:07:37 +02:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-09-16 01:03:35 +02:00
|
|
|
github.com/valyala/fastjson v1.6.1
|
2019-09-24 20:10:22 +02:00
|
|
|
github.com/valyala/fastrand v1.0.0
|
2020-08-13 15:43:55 +02:00
|
|
|
github.com/valyala/fasttemplate v1.2.1
|
2020-08-15 14:11:28 +02:00
|
|
|
github.com/valyala/gozstd v1.8.3
|
2020-07-20 15:56:07 +02:00
|
|
|
github.com/valyala/histogram v1.1.2
|
2020-09-18 12:10:40 +02:00
|
|
|
github.com/valyala/quicktemplate v1.6.3
|
2020-09-08 14:19:47 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
2020-10-16 14:06:20 +02:00
|
|
|
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
|
|
|
|
golang.org/x/tools v0.0.0-20201015182029-a5d9e455e9c4 // indirect
|
|
|
|
google.golang.org/api v0.33.0
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20201015140912-32ed001d685c // indirect
|
|
|
|
google.golang.org/grpc v1.33.0 // indirect
|
2020-05-15 14:02:03 +02:00
|
|
|
gopkg.in/yaml.v2 v2.3.0
|
2019-05-22 23:16:55 +02:00
|
|
|
)
|
|
|
|
|
2020-03-30 13:56:47 +02:00
|
|
|
go 1.13
|