1
0
mirror of https://github.com/go-task/task.git synced 2025-03-03 14:52:13 +02:00
task/go.mod

17 lines
455 B
Modula-2
Raw Normal View History

module github.com/go-task/task/v3
require (
github.com/fatih/color v1.10.0
2021-01-07 13:56:07 -03:00
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
2020-08-03 16:18:38 -06:00
github.com/joho/godotenv v1.3.0
github.com/mattn/go-zglob v0.0.3
github.com/radovskyb/watcher v1.0.7
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
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
2021-03-20 10:38:13 -03:00
mvdan.cc/sh/v3 v3.2.4
)
2019-09-07 14:35:48 -03:00
go 1.13