From 549c89e84136a72f199ffff01457a1d9f5bcd40b Mon Sep 17 00:00:00 2001 From: James Carnegie Date: Tue, 9 Jul 2024 15:49:51 +0100 Subject: [PATCH] Add comment re: go-containerregistry fork --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index f7b3ff6..a9702f7 100644 --- a/go.mod +++ b/go.mod @@ -31,6 +31,7 @@ require ( sigs.k8s.io/yaml v1.4.0 ) +// fork of a fork (in case it goes away) with changes to support ArtifactType (https://github.com/google/go-containerregistry/pull/1931) replace github.com/google/go-containerregistry v0.19.2 => github.com/kipz/go-containerregistry v0.0.0-20240423201245-bf57eace21f2 require (