Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/containers/common v0.60.3-0.20241001153533-18930ed8933b
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/conmon-rs v0.6.5
github.com/containers/image/v5 v5.32.3-0.20241128085047-0c20855557c9
github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9
github.com/containers/kubensmnt v1.2.0
github.com/containers/ocicrypt v1.2.0
github.com/containers/storage v1.55.1-0.20250123153357-a030a4472622
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,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.5 h1:mxdEBF/pjBmryj1ABrTDUqxDyxoZrpo8A1/9+JNvtZU=
github.com/containers/conmon-rs v0.6.5/go.mod h1:+1QRvqdKmaFgaKL7IfsnXncePoH4K+5qkyBIAl/m9Zs=
github.com/containers/image/v5 v5.32.3-0.20241128085047-0c20855557c9 h1:RqjeydhQ73aFkYASllZ2/cAHYvmLHrLbxh5hnWVvoa8=
github.com/containers/image/v5 v5.32.3-0.20241128085047-0c20855557c9/go.mod h1:v1l73VeMugfj/QtKI+jhYbwnwFCFnNGckvbST3rQ5Hk=
github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9 h1:bFVDgCjoYm+Fr6DkQDjjqBTkA3Cgwjrr7Z2+uULJTPc=
github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9/go.mod h1:v1l73VeMugfj/QtKI+jhYbwnwFCFnNGckvbST3rQ5Hk=
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

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 @@ -268,7 +268,7 @@ github.com/containers/conmon/runner/config
## explicit; go 1.22
github.com/containers/conmon-rs/internal/proto
github.com/containers/conmon-rs/pkg/client
# github.com/containers/image/v5 v5.32.3-0.20241128085047-0c20855557c9
# github.com/containers/image/v5 v5.32.3-0.20250321090242-db55860a7cf9
## explicit; go 1.21.0
github.com/containers/image/v5/copy
github.com/containers/image/v5/directory
Expand Down
Loading