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"