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:
parent
61c5718663
commit
c6eea26660
9
go.mod
9
go.mod
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user