summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-08-18 16:19:59 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-08-20 10:12:27 +0200
commit524ae12977d3eb93bd8b2eac4a15c84a05a66dbb (patch)
tree8e3f5471cd71d055e9598a32c1e235a5e9cb4cef /go.mod
parent9ac3a03d041161bed934ca0259fb70072b9cd8d0 (diff)
downloadpodman-524ae12977d3eb93bd8b2eac4a15c84a05a66dbb.tar.gz
podman-524ae12977d3eb93bd8b2eac4a15c84a05a66dbb.tar.bz2
podman-524ae12977d3eb93bd8b2eac4a15c84a05a66dbb.zip
vendor c/image v5.5.2
Enable pagination until the search result reaches the limit, instead of returning default 100 limit from registry API. BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1866153 Signed-off-by: Valentin Rothberg <rothberg@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 492b46032..34d657d85 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
github.com/containers/buildah v1.15.1
github.com/containers/common v0.14.6
github.com/containers/conmon v2.0.18+incompatible
- github.com/containers/image/v5 v5.5.1
+ github.com/containers/image/v5 v5.5.2
github.com/containers/psgo v1.5.1
github.com/containers/storage v1.20.2
github.com/coreos/go-systemd/v22 v22.1.0