Skip to content

Commit

Permalink
Merge pull request cri-o#7981 from kwilczynski/feature/update-contain…
Browse files Browse the repository at this point in the history
…er-images-crio-1.30

Cherry-pick changes from containers/image/pull#2363
  • Loading branch information
openshift-merge-bot[bot] committed Apr 12, 2024
2 parents 256fda5 + e480e5b commit 71deaa3
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/containers/common v0.57.4
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/conmon-rs v0.6.2-0.20230920142715-f5a362044a57
github.com/containers/image/v5 v5.29.2
github.com/containers/image/v5 v5.29.3-0.20240409133913-ea4fcca19343
github.com/containers/kubensmnt v1.2.0
github.com/containers/ocicrypt v1.1.9
github.com/containers/podman/v4 v4.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ github.com/containers/conmon v2.0.20+incompatible h1:YbCVSFSCqFjjVwHTPINGdMX1F6J
github.com/containers/conmon v2.0.20+incompatible/go.mod h1:hgwZ2mtuDrppv78a/cOBNiCm6O0UMWGx1mu7P00nu5I=
github.com/containers/conmon-rs v0.6.2-0.20230920142715-f5a362044a57 h1:EHiHMe0cOPvBzi20g/f+NzhjhPFTxpyAkpRE4h1ZAzw=
github.com/containers/conmon-rs v0.6.2-0.20230920142715-f5a362044a57/go.mod h1:rMhWT6H3demwJCFuT+Bc9b+T9oypfZ5SnPzOrt6QNkg=
github.com/containers/image/v5 v5.29.2 h1:b8U0XYWhaQbKucK73IbmSm8WQyKAhKDbAHQc45XlsOw=
github.com/containers/image/v5 v5.29.2/go.mod h1:kQ7qcDsps424ZAz24thD+x7+dJw1vgur3A9tTDsj97E=
github.com/containers/image/v5 v5.29.3-0.20240409133913-ea4fcca19343 h1:xscjwgxozq2RUcCURl/S/ZGgsPOPAbulTJFcfc5Jtk4=
github.com/containers/image/v5 v5.29.3-0.20240409133913-ea4fcca19343/go.mod h1:kQ7qcDsps424ZAz24thD+x7+dJw1vgur3A9tTDsj97E=
github.com/containers/kubensmnt v1.2.0 h1:BDtkaOFQ5fN7FnB9kC6peMW50KkwI1KI8E9ROBFeQIg=
github.com/containers/kubensmnt v1.2.0/go.mod h1:1/HG09N/a1+WSD3zkurzeWtqlKRSfUUnlIF/08zloqk=
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
Expand Down
18 changes: 13 additions & 5 deletions vendor/github.com/containers/image/v5/docker/docker_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ github.com/containers/conmon/runner/config
## explicit; go 1.20
github.com/containers/conmon-rs/internal/proto
github.com/containers/conmon-rs/pkg/client
# github.com/containers/image/v5 v5.29.2
# github.com/containers/image/v5 v5.29.3-0.20240409133913-ea4fcca19343
## explicit; go 1.19
github.com/containers/image/v5/copy
github.com/containers/image/v5/directory
Expand Down

0 comments on commit 71deaa3

Please sign in to comment.