2019-05-22 23:16:55 +02:00
|
|
|
module github.com/VictoriaMetrics/VictoriaMetrics
|
|
|
|
|
|
|
|
require (
|
2020-11-13 12:08:34 +01:00
|
|
|
cloud.google.com/go v0.72.0 // indirect
|
2020-09-23 13:23:39 +02:00
|
|
|
cloud.google.com/go/storage v1.12.0
|
2020-01-22 11:30:33 +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-11-26 12:27:12 +01:00
|
|
|
github.com/VictoriaMetrics/fasthttp v1.0.9
|
2020-08-07 12:02:25 +02:00
|
|
|
github.com/VictoriaMetrics/metrics v1.12.3
|
2020-12-02 07:08:59 +01:00
|
|
|
github.com/VictoriaMetrics/metricsql v0.7.3
|
2020-11-19 18:21:05 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.35.31
|
2019-11-19 20:29:35 +01:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
2020-09-22 16:08:49 +02:00
|
|
|
github.com/golang/snappy v0.0.2
|
2020-11-16 19:50:01 +01:00
|
|
|
github.com/klauspost/compress v1.11.3
|
2019-05-26 22:18:42 +02:00
|
|
|
github.com/lithammer/go-jump-consistent-hash v1.0.1
|
2020-09-22 16:08:49 +02:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-11-24 18:00:55 +01:00
|
|
|
github.com/valyala/fastjson v1.6.3
|
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-11-13 12:08:34 +01:00
|
|
|
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
|
2020-11-19 18:21:05 +01:00
|
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
|
|
|
|
golang.org/x/tools v0.0.0-20201119132711-4783bc9bebf0 // indirect
|
2020-11-13 12:08:34 +01:00
|
|
|
google.golang.org/api v0.35.0
|
2020-10-16 14:04:44 +02:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-11-19 18:21:05 +01:00
|
|
|
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
|
2020-05-15 14:03:06 +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
|