From 608d6c3cd2c906b43ad0593b425c7bee3a0f81e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 07:31:37 +0000 Subject: [PATCH] Bump github.com/containers/image/v5 from 5.34.2 to 5.34.3 Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.34.2 to 5.34.3. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.34.2...v5.34.3) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 4 +++- go.sum | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b0ecc462d..a6bb93b23 100644 --- a/go.mod +++ b/go.mod @@ -2,13 +2,15 @@ module github.com/operator-framework/operator-registry go 1.23.7 +toolchain go1.24.1 + require ( github.com/akrylysov/pogreb v0.10.2 github.com/blang/semver/v4 v4.0.0 github.com/containerd/containerd v1.7.27 github.com/containerd/errdefs v1.0.0 github.com/containers/common v0.62.2 - github.com/containers/image/v5 v5.34.2 + github.com/containers/image/v5 v5.34.3 github.com/distribution/distribution/v3 v3.0.0-rc.4 github.com/distribution/reference v0.6.0 github.com/docker/cli v28.0.4+incompatible diff --git a/go.sum b/go.sum index 52a984810..b092ba93d 100644 --- a/go.sum +++ b/go.sum @@ -69,8 +69,8 @@ github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++ github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk= github.com/containers/common v0.62.2 h1:xO45OOoeq17EZMIDZoSyRqg7GXGcRHa9sXlrr75zH+U= github.com/containers/common v0.62.2/go.mod h1:veFiR9iq2j3CHXtB4YnPHuOkSRdhIQ3bAY8AFMP/5bE= -github.com/containers/image/v5 v5.34.2 h1:3r1etun4uJYq5197tcymUcI1h6+zyzKS9PtRtBlEKMI= -github.com/containers/image/v5 v5.34.2/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE= +github.com/containers/image/v5 v5.34.3 h1:/cMgfyA4Y7ILH7nzWP/kqpkE5Df35Ek4bp5ZPvJOVmI= +github.com/containers/image/v5 v5.34.3/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE= github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA= github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY= github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=