1
0
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:
Andrey Nering
2018-11-04 21:23:35 -02:00
parent cb95200be3
commit 3cbc89769d
19 changed files with 41 additions and 41 deletions

View File

@@ -9,8 +9,8 @@ import (
"strings"
"testing"
"github.com/go-task/task"
"github.com/go-task/task/internal/taskfile"
"github.com/go-task/task/v2"
"github.com/go-task/task/v2/internal/taskfile"
"github.com/mitchellh/go-homedir"
"github.com/stretchr/testify/assert"