caio.co/de/go-tdigest


Prepare for /v5 release by Caio 4 months ago (log)

Blob go.mod

1
2
3
4
5
6
7
8
module github.com/caio/go-tdigest/v5

go 1.18

require (
	github.com/leesper/go_rng v0.0.0-20190531154944-a612b043e353
	gonum.org/v1/gonum v0.11.0
)