mirror of
https://github.com/go-task/task.git
synced 2026-06-30 16:14:19 +00:00
Re-write import paths to v2
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/go-task/task"
|
||||
"github.com/go-task/task/internal/args"
|
||||
"github.com/go-task/task/v2"
|
||||
"github.com/go-task/task/v2/internal/args"
|
||||
|
||||
"github.com/spf13/pflag"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user