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 Nov 29, 2024
1 parent 5515e90 commit 894c829
Show file tree
Hide file tree
Showing 4 changed files with 171 additions and 81 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-20241128204650-498b37f5e619

replace github.com/containers/image/v5 => github.com/mtrmac/image/v5 v5.0.0-20241128204140-4fb4df8f9a1f
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.0 h1:Z8ZEWb+Lio0d+lXexONdUWT4rm9lF91vH0g3ARnMy7o=
github.com/containers/gvisor-tap-vsock v0.8.0/go.mod h1:LVwnMiNvhxyGfhaMEQcXKJhNnN4h8woB9U3wf8rYOPc=
github.com/containers/image/v5 v5.33.1-0.20241128201909-5263462aa97a h1:W+jpGG1Rkr6LVqO8/fEZ7fu15U2Kde3EQBAi+ol0+TY=
github.com/containers/image/v5 v5.33.1-0.20241128201909-5263462aa97a/go.mod h1:52xoKScvTXWo0qyt0jWxMYTrOIgWmWBg8noBE0vsFNI=
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-20241128204140-4fb4df8f9a1f h1:saJPIe8/t99H10/x3vMpjYM9zfUKxnrOqTX2d8+eKSM=
github.com/mtrmac/image/v5 v5.0.0-20241128204140-4fb4df8f9a1f/go.mod h1:TCP4LLbXhxdOOXObVQ9piKFbaIYtxF1eG2FMcvZl+r8=
github.com/mtrmac/storage v0.0.0-20241128204650-498b37f5e619 h1:wtoqOTg2lyRIJFJQc+E+wM/c99xgnFO7Cm8xoyVM2Hc=
github.com/mtrmac/storage v0.0.0-20241128204650-498b37f5e619/go.mod h1:OK1gkAT1DIuU68om4cRbLJcr48N3p0T1+wp19F/2XAk=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
Expand Down
Loading

0 comments on commit 894c829

Please sign in to comment.