fix: example use same go version as root

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker
2022-07-21 15:04:54 -03:00
committed by Christian Muehlhaeuser
parent 4cf3d49f08
commit 06e72b51db

View File

@@ -1,17 +1,11 @@
module example
go 1.18
go 1.12
replace github.com/muesli/kmeans => ../
require (
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/muesli/clusters v0.0.0-20200529215643-2700303c1762
github.com/muesli/kmeans v0.3.0
github.com/muesli/kmeans v0.0.0-00010101000000-000000000000
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/wcharczuk/go-chart/v2 v2.1.0 // indirect
golang.org/x/image v0.0.0-20200927104501-e162460cd6b5 // indirect
)
replace github.com/muesli/kmeans => ../