diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-08 17:41:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:41:48 +0200 |
commit | 2547fe53127057ce8f3ba065b4263fea32be7f0d (patch) | |
tree | ee2a6e1a9d8dc186d49a825621e2ac9cd3e06544 /go.mod | |
parent | fa7589b6a6a513b7449b59535221aaee809cb239 (diff) | |
parent | 5cbb0b8a665eb28b5b47212d35a6204d2be202fb (diff) | |
download | podman-2547fe53127057ce8f3ba065b4263fea32be7f0d.tar.gz podman-2547fe53127057ce8f3ba065b4263fea32be7f0d.tar.bz2 podman-2547fe53127057ce8f3ba065b4263fea32be7f0d.zip |
Merge pull request #6137 from rhatdan/VENDOR
Fix handling of overridden paths from database
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.5 github.com/containers/buildah v1.14.9-0.20200501175434-42a48f9373d9 - github.com/containers/common v0.11.0 + github.com/containers/common v0.11.1 github.com/containers/conmon v2.0.14+incompatible github.com/containers/image/v5 v5.4.3 github.com/containers/psgo v1.5.0 |