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 14, 2024
1 parent 787bac9 commit b658171
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-20241214001013-834e871d106a

replace github.com/containers/image/v5 => github.com/mtrmac/image/v5 v5.0.0-20241214001719-db62006dd641
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.20241214000558-01058107e817 h1:7kJ9W88gfxAmhwM0xkhrKEcYizxkg9htF1fA9HiXLlg=
github.com/containers/image/v5 v5.33.1-0.20241214000558-01058107e817/go.mod h1:MwtBFIDcbUZV4Y7IvmkQcCxSgTdL0j8Ui+GqSKhj5p0=
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-20241214001719-db62006dd641 h1:g7NVSaHmE0ZQll6UlHJXY54TajRUySAPYg1361XdDvM=
github.com/mtrmac/image/v5 v5.0.0-20241214001719-db62006dd641/go.mod h1:FEgRBo4wbQ96RtxTZShlqLA5Byn4vybpv783yL81LH8=
github.com/mtrmac/storage v0.0.0-20241214001013-834e871d106a h1:ce2EGPYy1Hd5bfcnU/u/Nag9ufk2X81WGiASV82il1g=
github.com/mtrmac/storage v0.0.0-20241214001013-834e871d106a/go.mod h1:S0a82hrdqPnFLguvlXYW7RlCH9TC5Ec+7xh5lWGk5dA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
Expand Down
Loading

0 comments on commit b658171

Please sign in to comment.