From 4cf955dd9a20b557651a2d8b2e14b435c63fbdc4 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 22 Feb 2026 10:16:33 +0100 Subject: [PATCH] chore: clarify distribution/reference replace directive comment Co-Authored-By: Claude Opus 4.6 --- go.mod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8abce104..06864c94 100644 --- a/go.mod +++ b/go.mod @@ -112,5 +112,6 @@ require ( replace github.com/nektos/act => gitea.com/gitea/act v0.261.8 -// Remove after +// Remove after github.com/docker/distribution is updated to support distribution/reference v0.6.0 +// (pulled in via moby/buildkit, breaks on undefined: reference.SplitHostname) replace github.com/distribution/reference v0.6.0 => github.com/distribution/reference v0.5.0