diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-03-02 13:31:26 -0500 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2020-03-03 09:08:34 -0500 |
commit | b61da86b2ca349c1c877a90a45116c666554ddbb (patch) | |
tree | bf685f953afdc1dfc0a0bd6a4e53141747ab1c65 /go.mod | |
parent | 3bc5f431d4df9724501a42a68e333f7e98a0b0cf (diff) | |
download | podman-b61da86b2ca349c1c877a90a45116c666554ddbb.tar.gz podman-b61da86b2ca349c1c877a90a45116c666554ddbb.tar.bz2 podman-b61da86b2ca349c1c877a90a45116c666554ddbb.zip |
Bump to Buildah v1.14.1
As the title says. Bumped to Buildah v1.14.1.
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
@@ -8,7 +8,7 @@ require ( github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b github.com/containernetworking/cni v0.7.2-0.20190904153231-83439463f784 github.com/containernetworking/plugins v0.8.5 - github.com/containers/buildah v1.14.1-0.20200227103754-f0c3fd7c3d34 + github.com/containers/buildah v1.14.1 github.com/containers/common v0.4.2 github.com/containers/conmon v2.0.10+incompatible github.com/containers/image/v5 v5.2.1 |