mirror of
https://github.com/muesli/kmeans.git
synced 2025-09-26 19:51:27 +08:00
fix: example use same go version as root
Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:

committed by
Christian Muehlhaeuser

parent
4cf3d49f08
commit
06e72b51db
@@ -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 => ../
|
||||
|
Reference in New Issue
Block a user