Remove old dependency on x/exp/slices in favor of stdlib

This commit is contained in:
2025-09-12 22:09:49 +02:00
parent 6718928860
commit 2e97859b87
4 changed files with 3 additions and 9 deletions

View File

@@ -3,10 +3,9 @@
package vercmp
import (
"slices"
"strconv"
"strings"
"golang.org/x/exp/slices"
)
// Compare compares two version strings.