Use module slices from the standard library. Remove use of golang.org/x/exp/slices

This commit is contained in:
Holger Obermaier
2026-02-09 11:30:32 +01:00
parent 77a9b5a977
commit 3633db0d46
3 changed files with 3 additions and 4 deletions

View File

@@ -13,11 +13,11 @@ import (
"os"
"path/filepath"
"regexp"
"slices"
"strconv"
"strings"
cclogger "github.com/ClusterCockpit/cc-lib/v2/ccLogger"
"golang.org/x/exp/slices"
)
const SYSFS_CPUBASE = `/sys/devices/system/cpu`