aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-03-14 10:52:06 +0100
committerValentin Rothberg <vrothberg@redhat.com>2022-03-14 10:52:06 +0100
commit5b952cb45d6afd614bf25d2f3f855783d4dd1f5f (patch)
tree56cf8b1080faab4891aa7d078c166fe1913f9c25 /go.mod
parentf1d510b68236794d5e81e84a0d78fe729af3d056 (diff)
downloadpodman-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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 58d11f2a6..85239ba43 100644
--- a/go.mod
+++ b/go.mod
@@ -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