diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-07 11:43:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 11:43:52 +0000 |
commit | f3533a312fb4b2f0eb88e9d53fb31d1580b182a6 (patch) | |
tree | 35e1bc11a9c5e9ee4740d3af642b511fe0de65be /go.mod | |
parent | 13070dc186d4083aa2b4f55781cd79ea6d577022 (diff) | |
parent | cc6faddfaaa7dad7e07e3113e14328d625636ace (diff) | |
download | podman-f3533a312fb4b2f0eb88e9d53fb31d1580b182a6.tar.gz podman-f3533a312fb4b2f0eb88e9d53fb31d1580b182a6.tar.bz2 podman-f3533a312fb4b2f0eb88e9d53fb31d1580b182a6.zip |
Merge pull request #14841 from Luap99/common-code
use c/common code for resize and CopyDetachable
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v1.1.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.26.1-0.20220609225314-e66309ebde8c - github.com/containers/common v0.48.1-0.20220630172158-178929cf063e + github.com/containers/common v0.48.1-0.20220705175712-dd1c331887b9 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.2-0.20220617075545-929f14a56f5c github.com/containers/ocicrypt v1.1.5 |