1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

Use new distribution/reference import

This commit is contained in:
Michael Kriese 2025-05-12 13:07:18 +02:00
parent ba102368d3
commit 5e76fb3468

View file

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