summaryrefslogtreecommitdiff
path: root/sort/selection.go
diff options
context:
space:
mode:
Diffstat (limited to 'sort/selection.go')
-rw-r--r--sort/selection.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sort/selection.go b/sort/selection.go
index 9b42b55..20a53a5 100644
--- a/sort/selection.go
+++ b/sort/selection.go
@@ -1,7 +1,7 @@
package sort
import (
- "github.com/snonux/algorithms/ds"
+ "codeberg.org/snonux/algorithms/ds"
)
func Selection(a ds.ArrayList) ds.ArrayList {