From 5e76fb3468020c9af831ec12082df9792e7b1d2f Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 12 May 2025 13:07:18 +0200 Subject: [PATCH] Use new `distribution/reference` import --- act/container/docker_pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act/container/docker_pull.go b/act/container/docker_pull.go index 7c94c104..529d1c8c 100644 --- a/act/container/docker_pull.go +++ b/act/container/docker_pull.go @@ -9,7 +9,7 @@ import ( "fmt" "strings" - "github.com/docker/distribution/reference" + "github.com/distribution/reference" "github.com/docker/docker/api/types" "github.com/docker/docker/api/types/registry"