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.sum | |
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.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -112,6 +112,8 @@ github.com/containers/storage v1.15.2 h1:hLgafU4tuyQk/smMkXZfHTS8FtAQsqQvfWCp4bs github.com/containers/storage v1.15.2/go.mod h1:v0lq/3f+cXH3Y/HiDaFYRR0zilwDve7I4W7U5xQxvF8= github.com/containers/storage v1.15.3 h1:+lFSQZnnKUFyUEtguIgdoQLJfWSuYz+j/wg5GxLtsN4= github.com/containers/storage v1.15.3/go.mod h1:v0lq/3f+cXH3Y/HiDaFYRR0zilwDve7I4W7U5xQxvF8= +github.com/containers/storage v1.15.4 h1:eiUtV9MOTnPHibO18nDRI+aDhKudY7WmAiJdyVMsqSM= +github.com/containers/storage v1.15.4/go.mod h1:v0lq/3f+cXH3Y/HiDaFYRR0zilwDve7I4W7U5xQxvF8= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk= github.com/coreos/go-iptables v0.4.2 h1:KH0EwId05JwWIfb96gWvkiT2cbuOu8ygqUaB+yPAwIg= |