2020-08-16 15:48:19 -03:00
|
|
|
module github.com/go-task/task/v3
|
2018-10-27 17:01:14 -03:00
|
|
|
|
|
|
|
require (
|
2019-05-26 18:36:39 -03:00
|
|
|
github.com/fatih/color v1.7.0
|
2020-05-16 10:21:54 -03:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20200516131648-f9bac4e523eb
|
2020-08-03 16:18:38 -06:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2019-05-26 18:36:39 -03:00
|
|
|
github.com/mattn/go-colorable v0.1.2 // 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
|
2018-10-27 17:01:14 -03:00
|
|
|
github.com/spf13/pflag v1.0.3
|
2020-05-16 10:21:54 -03:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-12-05 18:59:34 -03:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-03-28 11:27:49 -03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
2020-12-05 18:59:34 -03:00
|
|
|
mvdan.cc/sh/v3 v3.2.1
|
2018-10-27 17:01:14 -03:00
|
|
|
)
|
2019-09-07 14:35:48 -03:00
|
|
|
|
|
|
|
go 1.13
|