diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2019-03-11 18:05:37 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2019-03-11 18:05:37 +0100 |
commit | 508ab7f565edb17596b4f161b48233fa032c2b10 (patch) | |
tree | f1835de68a288c08a5f6f52a5ad69284b15193fe /vendor.conf | |
parent | 6421208e0f6ff1fba58eafdab12e897b5ed12e3b (diff) | |
download | podman-508ab7f565edb17596b4f161b48233fa032c2b10.tar.gz podman-508ab7f565edb17596b4f161b48233fa032c2b10.tar.bz2 podman-508ab7f565edb17596b4f161b48233fa032c2b10.zip |
vendor psgo v1.2
The psgo library now be used concurrently by multiple goroutines without
interferring with another.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 e7aec5e35..7ef99ef68 100644 --- a/vendor.conf +++ b/vendor.conf @@ -20,7 +20,7 @@ github.com/vbauerster/mpb v3.3.4 github.com/mattn/go-isatty v0.0.4 github.com/VividCortex/ewma v1.1.1 github.com/containers/storage v1.10 -github.com/containers/psgo v1.1 +github.com/containers/psgo v1.2 github.com/coreos/go-systemd v14 github.com/cri-o/ocicni 2d2983e40c242322a56c22a903785e7f83eb378c github.com/cyphar/filepath-securejoin v0.2.1 |