diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-03-09 14:33:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 14:33:48 +0100 |
commit | 66ac9426ecebe43c98684ce4231c36721ff87d3a (patch) | |
tree | c4951a002a23ff11fe009b877f522f5e88a0ea91 /go.mod | |
parent | 36ec835298d0e33a2f783ceaf4ed19a3b62075f7 (diff) | |
parent | 1f2f7e74590090fe8ba68b25f83f2ca08e2f201d (diff) | |
download | podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.tar.gz podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.tar.bz2 podman-66ac9426ecebe43c98684ce4231c36721ff87d3a.zip |
Merge pull request #9630 from vrothberg/cp-rootless-eperms
podman cp: ignore EPERMs in rootless mode
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.19.7 + github.com/containers/buildah v1.19.8 github.com/containers/common v0.35.0 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.10.2 |