diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-25 08:12:18 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-08-25 08:13:28 -0400 |
commit | 52b14a2218952b41633909d282e5bc135ef651bb (patch) | |
tree | 9e7e9b6727cf9705b3b34800208084f77d436250 /go.mod | |
parent | 8fdc1169546421a239644159bbaf38db407f2b0f (diff) | |
download | podman-52b14a2218952b41633909d282e5bc135ef651bb.tar.gz podman-52b14a2218952b41633909d282e5bc135ef651bb.tar.bz2 podman-52b14a2218952b41633909d282e5bc135ef651bb.zip |
Update vendor of buildah to latest code
Fix podman build man pages to match buildah functionality.
Also document .dockerignore formatted files.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ require ( github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.6 - github.com/containers/buildah v1.15.1-0.20200731151214-29f4d01c621c + github.com/containers/buildah v1.15.1-0.20200813183340-0a8dc1f8064c github.com/containers/common v0.20.3 github.com/containers/conmon v2.0.19+incompatible github.com/containers/image/v5 v5.5.2 @@ -47,7 +47,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 github.com/rootless-containers/rootlesskit v0.10.0 - github.com/seccomp/containers-golang v0.5.0 + github.com/seccomp/containers-golang v0.6.0 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v0.0.7 github.com/spf13/pflag v1.0.5 |