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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -14,9 +14,8 @@ require ( github.com/containernetworking/cni v0.7.1 github.com/containernetworking/plugins v0.8.2 github.com/containers/buildah v1.11.3 - github.com/containers/image v3.0.2+incompatible // indirect github.com/containers/image/v4 v4.0.1 - github.com/containers/psgo v1.3.1 + github.com/containers/psgo v1.3.2 github.com/containers/storage v1.13.4 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect |