VictoriaMetrics/vendor/github.com/valyala/histogram/go.mod
Aliaksandr Valialkin 68ea3d18f7 vendor: update github.com/valyala/histogram from v1.1.2 to v1.2.0
This fixes the non-repeatable quantile_over_time() results when the number of input samples exceeds 1000.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1612
2021-09-15 09:34:07 +03:00

5 lines
89 B
Modula-2

module github.com/valyala/histogram
go 1.12
require github.com/valyala/fastrand v1.1.0