chore: clarify distribution/reference replace directive comment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-02-22 10:16:33 +01:00
parent 53738d882b
commit 4cf955dd9a
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 2 additions and 1 deletions

3
go.mod
View File

@ -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