Skip to content

Commit

Permalink
DO NOT MERGE: Test containers/image#2613
Browse files Browse the repository at this point in the history
> go mod edit -replace github.com/containers/image/v5=github.com/mtrmac/image/v5@wip-authentic

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
mtrmac committed Dec 12, 2024
1 parent ce363c1 commit 77a6959
Show file tree
Hide file tree
Showing 4 changed files with 223 additions and 91 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,5 @@ require (
)

replace github.com/containers/storage => github.com/mtrmac/storage v0.0.0-20241212230840-cee8ecfe9451

replace github.com/containers/image/v5 => github.com/mtrmac/image/v5 v5.0.0-20241212231611-3b181bfaa775
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ 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/gvisor-tap-vsock v0.8.1 h1:88qkOjGMF9NmyoVG/orUw73mdwj3z4aOwEbRS01hF78=
github.com/containers/gvisor-tap-vsock v0.8.1/go.mod h1:gjdY4JBWnynrXsxT8+OM7peEOd4FCZpoOWjSadHva0g=
github.com/containers/image/v5 v5.33.1-0.20241212175042-62cdc0515c5d h1:2+h+aOjvXIkKfBEDuTEdaXZph+XwH5fRfch8wTuDpqs=
github.com/containers/image/v5 v5.33.1-0.20241212175042-62cdc0515c5d/go.mod h1:RMIvCZD16mFvkqJtR+dkdsrRuPxg7t51RNAdL8tNhbs=
github.com/containers/libhvee v0.9.0 h1:5UxJMka1lDfxTeITA25Pd8QVVttJAG43eQS1Getw1tc=
github.com/containers/libhvee v0.9.0/go.mod h1:p44VJd8jMIx3SRN1eM6PxfCEwXQE0lJ0dQppCAlzjPQ=
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
Expand Down Expand Up @@ -379,6 +377,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
github.com/mtrmac/image/v5 v5.0.0-20241212231611-3b181bfaa775 h1:3d5iILKnDnYSUwNg+wwi4kba85erRC5MAjsYQUOcCfo=
github.com/mtrmac/image/v5 v5.0.0-20241212231611-3b181bfaa775/go.mod h1:r1rJZZc6JFqkhg7Lupk4umcqZC8KWpRmzutChboSg6c=
github.com/mtrmac/storage v0.0.0-20241212230840-cee8ecfe9451 h1:1kNRra/qoPJ2fWAAHpNQuRXoQA8VWINdup2sRaAY9GY=
github.com/mtrmac/storage v0.0.0-20241212230840-cee8ecfe9451/go.mod h1:S0a82hrdqPnFLguvlXYW7RlCH9TC5Ec+7xh5lWGk5dA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
Expand Down
Loading

0 comments on commit 77a6959

Please sign in to comment.