mirror of
https://github.com/go-task/task.git
synced 2026-07-02 17:08:45 +00:00
chore: allow using only github.com/go-task/task/v3/errors package (#1926)
This commit is contained in:
@@ -2,7 +2,6 @@ package flags
|
||||
|
||||
import (
|
||||
"cmp"
|
||||
"errors"
|
||||
"log"
|
||||
"os"
|
||||
"strconv"
|
||||
@@ -10,6 +9,7 @@ import (
|
||||
|
||||
"github.com/spf13/pflag"
|
||||
|
||||
"github.com/go-task/task/v3/errors"
|
||||
"github.com/go-task/task/v3/internal/experiments"
|
||||
"github.com/go-task/task/v3/taskfile/ast"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user