diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-06-02 15:44:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 15:44:15 +0200 |
commit | d10addca6c4eef4a3ab93336d1080eead3784caa (patch) | |
tree | 83d89962d041c754d7cf456fba942a86431d97d7 /go.mod | |
parent | 2937151e376dd1f44c95af2f94d2a9ca24fb9f86 (diff) | |
parent | 4157af8776c0d4b949efa034e40b4abaa4b6af57 (diff) | |
download | podman-d10addca6c4eef4a3ab93336d1080eead3784caa.tar.gz podman-d10addca6c4eef4a3ab93336d1080eead3784caa.tar.bz2 podman-d10addca6c4eef4a3ab93336d1080eead3784caa.zip |
Merge pull request #6457 from rhatdan/psgo
Update vendor containers/psgo
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/common v0.12.0 github.com/containers/conmon v2.0.16+incompatible github.com/containers/image/v5 v5.4.5-0.20200529084758-46b2ee6aebb0 - github.com/containers/psgo v1.5.0 + github.com/containers/psgo v1.5.1 github.com/containers/storage v1.20.1 github.com/coreos/go-systemd/v22 v22.1.0 github.com/cri-o/ocicni v0.2.0 |