1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

Merge branch 'master' into aliases

This commit is contained in:
Andrey Nering
2022-10-14 18:44:56 -03:00
14 changed files with 148 additions and 7 deletions

View File

@@ -7,8 +7,8 @@ import (
"github.com/go-task/task/v3/internal/execext"
"github.com/go-task/task/v3/internal/filepathext"
"golang.org/x/exp/slices"
"golang.org/x/exp/slices"
"gopkg.in/yaml.v3"
)