Files
task/go.mod

22 lines
693 B
Modula-2
Raw Permalink Normal View History

2018-11-04 21:23:35 -02:00
module github.com/go-task/task/v2
require (
github.com/Masterminds/semver v1.4.2 // indirect
2018-11-04 21:31:29 -02:00
github.com/Masterminds/sprig v2.16.0+incompatible
github.com/aokoli/goutils v1.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.0.0 // indirect
github.com/huandu/xstrings v1.1.0 // indirect
github.com/imdario/mergo v0.3.6 // indirect
2019-01-19 19:08:30 -02:00
github.com/mattn/go-zglob v0.0.1
2019-01-19 19:24:42 -02:00
github.com/radovskyb/watcher v1.0.5
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc // indirect
2019-11-24 19:17:09 -03:00
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
gopkg.in/yaml.v2 v2.2.2
2020-05-20 19:18:31 -03:00
mvdan.cc/sh/v3 v3.1.1
)
2019-09-07 14:35:48 -03:00
go 1.13