diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-04-07 10:03:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 10:03:43 -0400 |
commit | f44645aad6822aee27c241f2f0f43bdbc652dc0a (patch) | |
tree | dc9e06d86e4fefcea8a8d3d653b9ec9a74b0232c /go.mod | |
parent | 0e67053b9a26f20e5ccbffdcc5e7a84254ca16b8 (diff) | |
parent | 48b4b665b1c0c3ebab8007e0c39bb3aab6f3c414 (diff) | |
download | podman-f44645aad6822aee27c241f2f0f43bdbc652dc0a.tar.gz podman-f44645aad6822aee27c241f2f0f43bdbc652dc0a.tar.bz2 podman-f44645aad6822aee27c241f2f0f43bdbc652dc0a.zip |
Merge pull request #9962 from edsantiago/podman_remote_arch
Handle podman-remote --arch, --platform, --os
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/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 |