diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-14 10:52:06 +0100 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-03-14 10:52:06 +0100 |
commit | 5b952cb45d6afd614bf25d2f3f855783d4dd1f5f (patch) | |
tree | 56cf8b1080faab4891aa7d078c166fe1913f9c25 /go.mod | |
parent | f1d510b68236794d5e81e84a0d78fe729af3d056 (diff) | |
download | podman-5b952cb45d6afd614bf25d2f3f855783d4dd1f5f.tar.gz podman-5b952cb45d6afd614bf25d2f3f855783d4dd1f5f.tar.bz2 podman-5b952cb45d6afd614bf25d2f3f855783d4dd1f5f.zip |
[v.3.4] vendor containers/common@v0.44.5
Backports for github.com/containers/podman/issues/11997
to fix a performance regression when listing images.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
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 v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.23.1 - github.com/containers/common v0.44.4 + github.com/containers/common v0.44.5 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.17.0 github.com/containers/ocicrypt v1.1.2 |