Skip to content

Commit

Permalink
Rebase containers/storage to fix build on macOS
Browse files Browse the repository at this point in the history
The version we use expects Linux-specific struct stat; per
containers/image#268 (comment)
the update fixes this.

Signed-off-by: Miloslav Trmač <[email protected]>
  • Loading branch information
gaveen3 committed Mar 11, 2026
1 parent 53aabdc commit 8caa57d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vendor.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Sirupsen/logrus 7f4b1adc791766938c29457bed0703fb9134421a
github.com/containers/storage 5cbbc6bafb45bd7ef10486b673deb3b81bb3b787
github.com/containers/storage d10d8680af74070b362637408a7fe28c4b1f1eff
github.com/davecgh/go-spew 346938d642f2ec3594ed81d874461961cd0faa76
github.com/docker/distribution df5327f76fb6468b84a87771e361762b8be23fdb
github.com/docker/docker 75843d36aa5c3eaade50da005f9e0ff2602f3d5e
Expand Down Expand Up @@ -31,3 +31,5 @@ k8s.io/client-go bcde30fb7eaed76fd98a36b4120321b94995ffb6
github.com/xeipuuv/gojsonschema master
github.com/xeipuuv/gojsonreference master
github.com/xeipuuv/gojsonpointer master
github.com/tchap/go-patricia/patricia v2.2.6
github.com/opencontainers/selinux ba1aefe8057f1d0cfb8e88d0ec1dc85925ef987d

0 comments on commit 8caa57d

Please sign in to comment.