File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
github.com/containers/image/v5/version Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.4
4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
- github.com/containers/image/v5 v5.36.1
7
+ github.com/containers/image/v5 v5.36.2
8
8
github.com/coreos/go-semver v0.3.1
9
9
github.com/distribution/reference v0.6.0
10
10
github.com/evanphx/json-patch v5.9.11+incompatible
Original file line number Diff line number Diff line change @@ -1407,8 +1407,8 @@ github.com/containerd/typeurl/v2 v2.2.3 h1:yNA/94zxWdvYACdYO8zofhrTVuQY73fFU1y++
1407
1407
github.com/containerd/typeurl/v2 v2.2.3 /go.mod h1:95ljDnPfD3bAbDJRugOiShd/DlAAsxGtUBhJxIn7SCk =
1408
1408
github.com/containers/common v0.64.1 h1:E8vSiL+B84/UCsyVSb70GoxY9cu+0bseLujm4EKF6GE =
1409
1409
github.com/containers/common v0.64.1 /go.mod h1:CtfQNHoCAZqWeXMwdShcsxmMJSeGRgKKMqAwRKmWrHE =
1410
- github.com/containers/image/v5 v5.36.1 h1:6zpXBqR59UcAzoKpa/By5XekeqFV+htWYfr65+Cgjqo =
1411
- github.com/containers/image/v5 v5.36.1 /go.mod h1:b4GMKH2z/5t6/09utbse2ZiLK/c72GuGLFdp7K69eA4 =
1410
+ github.com/containers/image/v5 v5.36.2 h1:GcxYQyAHRF/pLqR4p4RpvKllnNL8mOBn0eZnqJbfTwk =
1411
+ github.com/containers/image/v5 v5.36.2 /go.mod h1:b4GMKH2z/5t6/09utbse2ZiLK/c72GuGLFdp7K69eA4 =
1412
1412
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA =
1413
1413
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 /go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY =
1414
1414
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM =
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ github.com/containers/common/pkg/auth
144
144
github.com/containers/common/pkg/capabilities
145
145
github.com/containers/common/pkg/completion
146
146
github.com/containers/common/pkg/password
147
- # github.com/containers/image/v5 v5.36.1
147
+ # github.com/containers/image/v5 v5.36.2
148
148
## explicit; go 1.23.3
149
149
github.com/containers/image/v5/docker
150
150
github.com/containers/image/v5/docker/policyconfiguration
You can’t perform that action at this time.
0 commit comments