Skip to content

Commit 923afad

Browse files
🌱 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](containers/image@v5.34.2...v5.34.3) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-version: 5.34.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98b975a commit 923afad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/operator-framework/operator-lifecycle-manager
22

33
go 1.23.0
44

5-
toolchain go1.23.4
5+
toolchain go1.24.1
66

77
require (
88
github.com/blang/semver/v4 v4.0.0
9-
github.com/containers/image/v5 v5.34.2
9+
github.com/containers/image/v5 v5.34.3
1010
github.com/coreos/go-semver v0.3.1
1111
github.com/distribution/reference v0.6.0
1212
github.com/evanphx/json-patch v5.9.11+incompatible

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,8 +1405,8 @@ github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++
14051405
github.com/containerd/typeurl/v2 v2.2.3/go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk=
14061406
github.com/containers/common v0.62.0 h1:Sl9WE5h7Y/F3bejrMAA4teP1EcY9ygqJmW4iwSloZ10=
14071407
github.com/containers/common v0.62.0/go.mod h1:Yec+z8mrSq4rydHofrnDCBqAcNA/BGrSg1kfFUL6F6s=
1408-
github.com/containers/image/v5 v5.34.2 h1:3r1etun4uJYq5197tcymUcI1h6+zyzKS9PtRtBlEKMI=
1409-
github.com/containers/image/v5 v5.34.2/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE=
1408+
github.com/containers/image/v5 v5.34.3 h1:/cMgfyA4Y7ILH7nzWP/kqpkE5Df35Ek4bp5ZPvJOVmI=
1409+
github.com/containers/image/v5 v5.34.3/go.mod h1:MG++slvQSZVq5ejAcLdu4APGsKGMb0YHHnAo7X28fdE=
14101410
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
14111411
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
14121412
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=

vendor/github.com/containers/image/v5/version/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ github.com/containers/common/pkg/auth
144144
github.com/containers/common/pkg/capabilities
145145
github.com/containers/common/pkg/completion
146146
github.com/containers/common/pkg/password
147-
# github.com/containers/image/v5 v5.34.2
147+
# github.com/containers/image/v5 v5.34.3
148148
## explicit; go 1.22.8
149149
github.com/containers/image/v5/docker
150150
github.com/containers/image/v5/docker/policyconfiguration

0 commit comments

Comments
 (0)