diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-10-04 17:16:35 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-10-07 16:27:09 +0200 |
commit | 6e0ca9e46c33d5519de3df46ff8baa85ff3f17e1 (patch) | |
tree | 56209ff8eddeeedeb4882057b423067839917745 /vendor/modules.txt | |
parent | 589261f275b485d78a6ac1bd7b95578257fc020f (diff) | |
download | podman-6e0ca9e46c33d5519de3df46ff8baa85ff3f17e1.tar.gz podman-6e0ca9e46c33d5519de3df46ff8baa85ff3f17e1.tar.bz2 podman-6e0ca9e46c33d5519de3df46ff8baa85ff3f17e1.zip |
vendor c/psgo@v1.3.2
Now supports cgroupsv2.
Fixes: #4192
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index c01409444..c422598fb 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -108,12 +108,13 @@ github.com/containers/image/v4/pkg/blobinfocache/memory github.com/containers/image/v4/pkg/blobinfocache/internal/prioritize # github.com/containers/libtrust v0.0.0-20190913040956-14b96171aa3b github.com/containers/libtrust -# github.com/containers/psgo v1.3.1 +# github.com/containers/psgo v1.3.2 github.com/containers/psgo github.com/containers/psgo/internal/capabilities github.com/containers/psgo/internal/dev github.com/containers/psgo/internal/proc github.com/containers/psgo/internal/process +github.com/containers/psgo/internal/cgroups github.com/containers/psgo/internal/host # github.com/containers/storage v1.13.4 github.com/containers/storage |