diff --git a/task.go b/task.go index 738c075f..d7ba3fd7 100644 --- a/task.go +++ b/task.go @@ -3,7 +3,6 @@ package task import ( "context" "fmt" - "github.com/go-task/task/v2/internal/summary" "io" "os" "sync/atomic" @@ -14,6 +13,7 @@ import ( "github.com/go-task/task/v2/internal/execext" "github.com/go-task/task/v2/internal/logger" "github.com/go-task/task/v2/internal/output" + "github.com/go-task/task/v2/internal/summary" "github.com/go-task/task/v2/internal/taskfile" "github.com/go-task/task/v2/internal/taskfile/read" "github.com/go-task/task/v2/internal/taskfile/version"