common: use slices from standard library instead of x/exp/slices

This commit is contained in:
Vincent Bernat
2025-06-15 13:58:30 +02:00
parent 322ddbe2ab
commit fb3f5f976b
10 changed files with 10 additions and 12 deletions

View File

@@ -8,9 +8,9 @@ package schema
import (
"fmt"
"slices"
"strings"
"golang.org/x/exp/slices"
"golang.org/x/text/cases"
"golang.org/x/text/language"
)