diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-23 17:16:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-23 17:16:06 +0100 |
commit | 9bf7315882dd6565e43754d1d7ab7cfa44b00820 (patch) | |
tree | b2543fe361712d768812db4cb11116f124cae35e /go.mod | |
parent | fcd48db4d24f6dba4fb2652d72aa0d86e167aa0c (diff) | |
parent | 6dfffa92d93444cc9207e0ab68d3577347e11984 (diff) | |
download | podman-9bf7315882dd6565e43754d1d7ab7cfa44b00820.tar.gz podman-9bf7315882dd6565e43754d1d7ab7cfa44b00820.tar.bz2 podman-9bf7315882dd6565e43754d1d7ab7cfa44b00820.zip |
Merge pull request #4697 from rhatdan/context
Set contextdir to current PWD if user did not specify a context dir.
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/conmon v2.0.2+incompatible // indirect github.com/containers/image/v5 v5.1.0 github.com/containers/psgo v1.4.0 - github.com/containers/storage v1.15.3 + github.com/containers/storage v1.15.4 github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/cri-o/ocicni v0.1.1-0.20190920040751-deac903fd99b |