mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
chore: allow using only github.com/go-task/task/v3/errors package (#1926)
This commit is contained in:
@@ -2,8 +2,8 @@ package task
|
||||
|
||||
import (
|
||||
"context"
|
||||
"errors"
|
||||
|
||||
"github.com/go-task/task/v3/errors"
|
||||
"github.com/go-task/task/v3/internal/env"
|
||||
"github.com/go-task/task/v3/internal/execext"
|
||||
"github.com/go-task/task/v3/internal/logger"
|
||||
|
||||
Reference in New Issue
Block a user