Go: Update dependencies. (#13322)

This commit is contained in:
Marco Ebert 2025-05-02 16:39:57 +02:00 committed by GitHub
parent 996743ea68
commit 5d5861ae6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 63 additions and 75 deletions

View file

@ -27,7 +27,7 @@ import (
"strconv"
"strings"
libcontainercgroups "github.com/opencontainers/runc/libcontainer/cgroups"
libcontainercgroups "github.com/opencontainers/cgroups"
)
// NumCPU returns the number of logical CPUs usable by the current process.