caio.co/de/go-tdigest


Use /v4 💬 by Caio 2 years ago (log)
Otherwise the tooling barfs

Blob go.mod

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

go 1.18

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