diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-08-03 13:29:49 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-08-03 13:29:57 -0400 |
commit | 8da5767856a941d8f587e35f4c9b8e7b9c26c8ed (patch) | |
tree | 0a1d6f5251b0b0bf201900e1982c5e601731e569 /go.mod | |
parent | 66e7fdb97fb431b3c4552c3179160d10c147d111 (diff) | |
download | podman-8da5767856a941d8f587e35f4c9b8e7b9c26c8ed.tar.gz podman-8da5767856a941d8f587e35f4c9b8e7b9c26c8ed.tar.bz2 podman-8da5767856a941d8f587e35f4c9b8e7b9c26c8ed.zip |
Bump Buildah to v1.15.1 on v2.0 branch
As the title says
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 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.0 + github.com/containers/buildah v1.15.1 github.com/containers/common v0.14.6 github.com/containers/conmon v2.0.18+incompatible github.com/containers/image/v5 v5.5.1 @@ -63,7 +63,6 @@ require ( golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 - golang.org/x/text v0.3.3 // indirect gopkg.in/yaml.v2 v2.3.0 k8s.io/api v0.18.4 k8s.io/apimachinery v0.18.4 |