diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-09-20 14:48:58 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-09-22 10:35:08 +0200 |
commit | 5875e409e2b6244daed10c1dff929ae3b69724fa (patch) | |
tree | 4e7401d1f168aad3cfaf898a54437024e319c638 /go.mod | |
parent | b906ecbb5bc887f5123a0f61a5a51782aa34357f (diff) | |
download | podman-5875e409e2b6244daed10c1dff929ae3b69724fa.tar.gz podman-5875e409e2b6244daed10c1dff929ae3b69724fa.tar.bz2 podman-5875e409e2b6244daed10c1dff929ae3b69724fa.zip |
vendor c/psgo@v1.7.1
psgo added support for listing supplementary groups via
two new descriptors:
* `groups` for supplementary groups inside the container
* `hgroups` for the counterpart on the host
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require ( github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.0 github.com/containers/ocicrypt v1.1.2 - github.com/containers/psgo v1.6.0 + github.com/containers/psgo v1.7.1 github.com/containers/storage v1.36.0 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 |