diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-12-21 08:00:49 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2018-12-21 09:07:21 -0500 |
commit | 60a74088fa041adc374e2f7227bfbabaeffeb56d (patch) | |
tree | 7ad5c69157d0fad18dad461adc93e407ca82db6b /vendor.conf | |
parent | 28e30408b6f6088545421e0cfb8ca3e05d1cdc06 (diff) | |
download | podman-60a74088fa041adc374e2f7227bfbabaeffeb56d.tar.gz podman-60a74088fa041adc374e2f7227bfbabaeffeb56d.tar.bz2 podman-60a74088fa041adc374e2f7227bfbabaeffeb56d.zip |
Vendor in latest psgo code to fix race conditions
When running podman top, the processes collected can exit befor
psgo gets information on the processes. This can cause some weird
errors and creates some CI flakes.
psgo now properly ignores this situation rather then returning errors
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor.conf')
-rw-r--r-- | vendor.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor.conf b/vendor.conf index b272b537a..1ef9ada84 100644 --- a/vendor.conf +++ b/vendor.conf @@ -13,7 +13,7 @@ github.com/containernetworking/cni v0.7.0-alpha1 github.com/containernetworking/plugins 1562a1e60ed101aacc5e08ed9dbeba8e9f3d4ec1 github.com/containers/image d53afe179b381fafb427e6b9cf9b1996a98c1067 github.com/containers/storage db40f96d853dfced60c563e61fb66ba231ce7c8d -github.com/containers/psgo 5dde6da0bc8831b35243a847625bcf18183bd1ee +github.com/containers/psgo dc0bc9fac5b715034c4310ed4d795b3182360842 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni 2d2983e40c242322a56c22a903785e7f83eb378c github.com/cyphar/filepath-securejoin v0.2.1 @@ -100,4 +100,4 @@ github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 github.com/google/shlex c34317bd91bf98fab745d77b03933cf8769299fe -github.com/pkg/profile v1.2.1
\ No newline at end of file +github.com/pkg/profile v1.2.1 |