diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-10 07:36:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 07:36:14 -0700 |
commit | f39e097a815799bad704a8a1d8f16ee86f4c3602 (patch) | |
tree | 23405622f47b3799442fee8ebae79473749af052 /go.mod | |
parent | a7f266891ca20214f56d0bb742896e9112f4905a (diff) | |
parent | 6e0ca9e46c33d5519de3df46ff8baa85ff3f17e1 (diff) | |
download | podman-f39e097a815799bad704a8a1d8f16ee86f4c3602.tar.gz podman-f39e097a815799bad704a8a1d8f16ee86f4c3602.tar.bz2 podman-f39e097a815799bad704a8a1d8f16ee86f4c3602.zip |
Merge pull request #4197 from vrothberg/fix-4192
vendor c/psgo@v1.3.2
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 |