aboutsummaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/system.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-07 12:49:57 +0000
committerGitHub <noreply@github.com>2021-12-07 12:49:57 +0000
commit23ce826a84db81b834ef62584b6d3ffb3e0084fd (patch)
treed647ba1e6650f0a30656a8022acc74d5dea9323d /pkg/domain/infra/abi/system.go
parent43077291ac8cafeea5b75ccbb37d929b079bf235 (diff)
parent2130d185395b897798dcb1c17bbaf147dfb4da3c (diff)
downloadpodman-23ce826a84db81b834ef62584b6d3ffb3e0084fd.tar.gz
podman-23ce826a84db81b834ef62584b6d3ffb3e0084fd.tar.bz2
podman-23ce826a84db81b834ef62584b6d3ffb3e0084fd.zip
Merge pull request #12498 from rhatdan/cgroups
Update vendor or containers/common moving pkg/cgroups there
Diffstat (limited to 'pkg/domain/infra/abi/system.go')
-rw-r--r--pkg/domain/infra/abi/system.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/system.go b/pkg/domain/infra/abi/system.go
index e6c9d850b..02b4181f5 100644
--- a/pkg/domain/infra/abi/system.go
+++ b/pkg/domain/infra/abi/system.go
@@ -8,9 +8,9 @@ import (
"os/exec"
"path/filepath"
+ "github.com/containers/common/pkg/cgroups"
"github.com/containers/common/pkg/config"
"github.com/containers/podman/v3/libpod/define"
- "github.com/containers/podman/v3/pkg/cgroups"
"github.com/containers/podman/v3/pkg/domain/entities"
"github.com/containers/podman/v3/pkg/domain/entities/reports"
"github.com/containers/podman/v3/pkg/rootless"