@@ -1,5 +1,5 @@
module go.elara.ws/vercmp
go 1.20
go 1.21
require golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
@@ -5,8 +5,7 @@ package vercmp
import (
"strconv"
"strings"
"golang.org/x/exp/slices"
"slices"
)
// Compare compares two version strings.
The note is not visible to the blocked user.