Skip to content
This repository was archived by the owner on Mar 24, 2026. It is now read-only.
Open
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
29 changes: 29 additions & 0 deletions third_party/rules_oci.patch
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,32 @@ index 1cdf45a..2373844 100644

return manifest, len(bytes), digest

diff --git e2e/assertion/registry/go.mod e2e/assertion/registry/go.mod
index e7feb08..2edef80 100644
--- e2e/assertion/registry/go.mod
+++ e2e/assertion/registry/go.mod
@@ -3,7 +3,7 @@ module example.com/auth
go 1.19

require (
- github.com/google/go-containerregistry v0.14.0
+ github.com/google/go-containerregistry v0.16.0
github.com/r3labs/diff/v3 v3.0.1
)

diff --git e2e/assertion/registry/go.sum e2e/assertion/registry/go.sum
index d21afe1..4e8f84b 100644
--- e2e/assertion/registry/go.sum
+++ e2e/assertion/registry/go.sum
@@ -6,8 +6,8 @@ github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6
github.com/docker/docker v23.0.1+incompatible h1:vjgvJZxprTTE1A37nm+CLNAdwu6xZekyoiVlUZEINcY=
github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
-github.com/google/go-containerregistry v0.14.0 h1:z58vMqHxuwvAsVwvKEkmVBz2TlgBgH5k6koEXBtlYkw=
-github.com/google/go-containerregistry v0.14.0/go.mod h1:aiJ2fp/SXvkWgmYHioXnbMdlgB8eXiiYOY55gfN91Wk=
+github.com/google/go-containerregistry v0.16.0 h1:p/9fLdmLZ7NPxYZgpgGhPcCCnfKqnB520YVLaJMlPFc=
+github.com/google/go-containerregistry v0.16.0/go.mod h1:u0qB2l7mvtWVR5kNcbFIhFY1hLbf8eeGapA+vbFDCtQ=
github.com/klauspost/compress v1.16.0 h1:iULayQNOReoYUe+1qtKOqw9CwJv3aNQu8ivo7lw1HU4=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=