fix(deps): update github.com/containers/common digest to 5547996

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2023-04-21 12:37:46 +00:00
committed by GitHub
parent e9c13354eb
commit d16c880fb1
9 changed files with 35 additions and 33 deletions

View File

@@ -0,0 +1,10 @@
//go:build !linux && !windows
// +build !linux,!windows
package sysinfo
import "runtime"
func numCPU() int {
return runtime.NumCPU()
}