mirror of
https://github.com/containers/skopeo.git
synced 2025-08-24 17:18:56 +00:00
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.38.0 to 0.38.1. - [Release notes](https://github.com/containers/common/releases) - [Commits](https://github.com/containers/common/compare/v0.38.0...v0.38.1) Signed-off-by: dependabot[bot] <support@github.com>
6 lines
122 B
Go
6 lines
122 B
Go
package system
|
|
|
|
import "github.com/opencontainers/runc/libcontainer/userns"
|
|
|
|
var RunningInUserNS = userns.RunningInUserNS
|