1
0
mirror of https://github.com/go-task/task.git synced 2024-12-14 10:52:43 +02:00
task/go.mod

18 lines
504 B
Modula-2
Raw Normal View History

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