summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-04-03 06:36:51 -0400
committerEd Santiago <santiago@redhat.com>2021-04-07 05:00:16 -0600
commitb68106703e8929c2ba313fd580032ea5bf43ccf2 (patch)
tree59f6794e8b464b49d745a75b6aaca51e946b250d /go.mod
parent68269a0ee11f4683cdd8e36b85a58a1975aeb8e7 (diff)
downloadpodman-b68106703e8929c2ba313fd580032ea5bf43ccf2.tar.gz
podman-b68106703e8929c2ba313fd580032ea5bf43ccf2.tar.bz2
podman-b68106703e8929c2ba313fd580032ea5bf43ccf2.zip
Handle podman-remote --arch, --platform, --os
Podman remote should be able to handle remote specification of arches. Requires: https://github.com/containers/buildah/pull/3116 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 52d632b46..9b2bfa8ac 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b
github.com/containernetworking/cni v0.8.1
github.com/containernetworking/plugins v0.9.1
- github.com/containers/buildah v1.20.0
+ github.com/containers/buildah v1.20.1-0.20210402144408-36a37402d0c8
github.com/containers/common v0.35.4
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.10.5