2018-11-05 01:23:35 +02:00
|
|
|
module github.com/go-task/task/v2
|
2018-10-27 22:01:14 +02:00
|
|
|
|
|
|
|
require (
|
2019-05-26 23:36:39 +02:00
|
|
|
github.com/fatih/color v1.7.0
|
2020-05-16 15:21:54 +02:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20200516131648-f9bac4e523eb
|
2019-05-26 23:36:39 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
2019-01-19 23:08:30 +02:00
|
|
|
github.com/mattn/go-zglob v0.0.1
|
2019-01-19 23:24:42 +02:00
|
|
|
github.com/radovskyb/watcher v1.0.5
|
2018-10-27 22:01:14 +02:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2020-05-16 15:21:54 +02:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-11-25 00:17:09 +02:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-03-28 16:27:49 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
2020-04-25 20:51:47 +02:00
|
|
|
mvdan.cc/sh/v3 v3.1.0
|
2018-10-27 22:01:14 +02:00
|
|
|
)
|
2019-09-07 19:35:48 +02:00
|
|
|
|
|
|
|
go 1.13
|