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

This commit is contained in:
2025-09-12 21:47:19 +02:00
parent 6718928860
commit a9a099468f
2 changed files with 2 additions and 3 deletions

View File

@@ -5,8 +5,7 @@ package vercmp
import (
"strconv"
"strings"
"golang.org/x/exp/slices"
"slices"
)
// Compare compares two version strings.