diff --git a/internal/commands/repo/rm.go b/internal/commands/repo/rm.go index 8ebd426..1224c19 100644 --- a/internal/commands/repo/rm.go +++ b/internal/commands/repo/rm.go @@ -20,9 +20,10 @@ import ( "bufio" "context" "fmt" - "github.com/pkg/errors" "strings" + "github.com/pkg/errors" + "github.com/docker/hub-tool/internal/errdef" "github.com/docker/cli/cli"