diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-12-04 10:08:14 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2019-12-04 10:08:14 -0500 |
commit | 5851dacc32b49d680b153cd6e52d2ea82a8eb036 (patch) | |
tree | f2cd5bd7968d3032e0fa60ec7cff1bdf14c2726e /go.mod | |
parent | e47b7a61d925475faea32a130296cd6a4d660af0 (diff) | |
download | podman-5851dacc32b49d680b153cd6e52d2ea82a8eb036.tar.gz podman-5851dacc32b49d680b153cd6e52d2ea82a8eb036.tar.bz2 podman-5851dacc32b49d680b153cd6e52d2ea82a8eb036.zip |
Bump Buildah to v1.11.6
Signed-off-by: TomSweeneyRedHat <tsweeney@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/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/containernetworking/cni v0.7.2-0.20190904153231-83439463f784 github.com/containernetworking/plugins v0.8.2 - github.com/containers/buildah v1.11.5 + github.com/containers/buildah v1.11.6 github.com/containers/conmon v2.0.2+incompatible // indirect github.com/containers/image/v5 v5.0.0 github.com/containers/psgo v1.3.2 |