caio.co/de/go-tdigest

Use /v4

Otherwise the tooling barfs
Id
11d00f0ab3aa17239b7126c111e924c8e59187eb
Author
Caio
Commit time
2022-08-28T10:07:30+02:00

Modified README.md

@@ -19,7 +19,7
This package uses go modules. Our releases are tagged and signed following
the [Semantic Versioning][semver] scheme.

- go get github.com/caio/go-tdigest/v3
+ go get github.com/caio/go-tdigest/v4


[semver]: http://semver.org/
@@ -33,7 +33,7
"fmt"
"math/rand"

- "github.com/caio/go-tdigest/v3"
+ "github.com/caio/go-tdigest/v4"
)

func main() {

Modified go.mod

@@ -1,4 +1,4
-module github.com/caio/go-tdigest/v3
+module github.com/caio/go-tdigest/v4

go 1.18