1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

go mod tidy

This commit is contained in:
Andrey Nering 2022-03-21 15:26:41 -03:00
parent 61c5718663
commit c6eea26660

9
go.mod
View File

@ -14,4 +14,13 @@ require (
mvdan.cc/sh/v3 v3.4.3
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210925032602-92d5a993a665 // indirect
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf // indirect
)
go 1.17