1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

github.com/go-task/task/v2 -> github.com/go-task/task/v3

This commit is contained in:
Andrey Nering
2020-08-16 15:48:19 -03:00
parent 49bf395f61
commit fb72b46a3c
24 changed files with 67 additions and 67 deletions

View File

@@ -6,7 +6,7 @@ import (
"io"
"testing"
"github.com/go-task/task/v2/internal/output"
"github.com/go-task/task/v3/internal/output"
"github.com/stretchr/testify/assert"
)