From dd859390d99771e8c211b5bfee08a0cc8bf4dc76 Mon Sep 17 00:00:00 2001 From: austin362667 Date: Tue, 17 May 2022 19:21:20 +0800 Subject: [PATCH] rsmaker: add bulit-in strategy rsmaker: clean up --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 09ba96f5f..d7d2f80d6 100644 --- a/go.mod +++ b/go.mod @@ -92,6 +92,8 @@ require ( github.com/mitchellh/mapstructure v1.4.1 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.1 // indirect + github.com/muesli/clusters v0.0.0-20180605185049-a07a36e67d36 // indirect + github.com/muesli/kmeans v0.3.0 // indirect github.com/pelletier/go-toml v1.8.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_model v0.2.0 // indirect