diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-07 18:02:00 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-05-07 18:02:41 -0400 |
commit | cb7b97ce5ed30bbe1239d2bcbc1be282ba56ed9e (patch) | |
tree | 791838d80e179b941f37d525cacd26b4fc961de5 /go.mod | |
parent | e9b178556d89fa7d483826fbfb59e1075081f800 (diff) | |
download | podman-cb7b97ce5ed30bbe1239d2bcbc1be282ba56ed9e.tar.gz podman-cb7b97ce5ed30bbe1239d2bcbc1be282ba56ed9e.tar.bz2 podman-cb7b97ce5ed30bbe1239d2bcbc1be282ba56ed9e.zip |
Fix handling of overridden paths from database
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
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.8 - github.com/containers/common v0.8.2 + github.com/containers/common v0.8.3 github.com/containers/conmon v2.0.14+incompatible github.com/containers/image/v5 v5.4.3 github.com/containers/psgo v1.4.0 |