chore: allow using only github.com/go-task/task/v3/errors package (#1926)

This commit is contained in:
Oleksandr Redko
2024-11-30 17:00:58 +02:00
committed by GitHub
parent 41884f0a69
commit bc844246d4
5 changed files with 17 additions and 4 deletions

View File

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