mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
Re-write import paths to v2
This commit is contained in:
@@ -3,8 +3,8 @@ package task
|
||||
import (
|
||||
"path/filepath"
|
||||
|
||||
"github.com/go-task/task/internal/taskfile"
|
||||
"github.com/go-task/task/internal/templater"
|
||||
"github.com/go-task/task/v2/internal/taskfile"
|
||||
"github.com/go-task/task/v2/internal/templater"
|
||||
|
||||
"mvdan.cc/sh/shell"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user