diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-08-16 12:10:23 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-16 18:28:44 +0000 |
commit | 37e3f47ef3ecc6f36fca65f47914139c636f34ac (patch) | |
tree | c36333ed6494db5a763313aa4a1b0b61369b8d49 /vendor.conf | |
parent | d20f3a51463ce75d139dd830e19a173906b0b0cb (diff) | |
download | podman-37e3f47ef3ecc6f36fca65f47914139c636f34ac.tar.gz podman-37e3f47ef3ecc6f36fca65f47914139c636f34ac.tar.bz2 podman-37e3f47ef3ecc6f36fca65f47914139c636f34ac.zip |
Vendor in latest containers/psgo code
This fixes a couple of issues with podman top.
podman top --latest USER HUSER
Now shows you the User inside of the containers usernamespace as well as the user on the host.
podman top --latest capeff capbnd
Now has headings that differentiatiate between the Capabiltiies. We also have support for
ambient capabilities.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1286
Approved by: vrothberg
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.conf b/vendor.conf index 2076d395f..a2dd39d36 100644 --- a/vendor.conf +++ b/vendor.conf @@ -12,7 +12,7 @@ github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 github.com/containers/image 134f99bed228d6297dc01d152804f6f09f185418 github.com/containers/storage 17c7d1fee5603ccf6dd97edc14162fc1510e7e23 -github.com/containers/psgo 382fc951fe0a8aba62043862ce1a56f77524db87 +github.com/containers/psgo master github.com/coreos/go-systemd v14 github.com/cri-o/ocicni master github.com/cyphar/filepath-securejoin v0.2.1 |