summaryrefslogtreecommitdiff
path: root/libpod/runtime_ctr.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 /libpod/runtime_ctr.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 'libpod/runtime_ctr.go')
-rw-r--r--libpod/runtime_ctr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/runtime_ctr.go b/libpod/runtime_ctr.go
index 05f22c1fe..6c46eb747 100644
--- a/libpod/runtime_ctr.go
+++ b/libpod/runtime_ctr.go
@@ -9,11 +9,11 @@ import (
"time"
"github.com/containers/buildah"
+ "github.com/containers/common/pkg/cgroups"
"github.com/containers/common/pkg/config"
"github.com/containers/podman/v3/libpod/define"
"github.com/containers/podman/v3/libpod/events"
"github.com/containers/podman/v3/libpod/shutdown"
- "github.com/containers/podman/v3/pkg/cgroups"
"github.com/containers/podman/v3/pkg/domain/entities/reports"
"github.com/containers/podman/v3/pkg/rootless"
"github.com/containers/podman/v3/pkg/specgen"