forked from taskctl/taskctl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 661 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/taskctl/taskctl
go 1.16
require (
github.com/bmatcuk/doublestar v1.1.5
github.com/briandowns/spinner v0.0.0-20200215035459-6dc224009eae
github.com/emicklei/dot v0.10.2
github.com/fsnotify/fsnotify v1.4.9
github.com/imdario/mergo v0.3.8
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
github.com/manifoldco/promptui v0.7.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/pelletier/go-toml v1.8.0
github.com/sirupsen/logrus v1.4.2
github.com/urfave/cli/v2 v2.2.0
gopkg.in/yaml.v2 v2.3.0
mvdan.cc/sh/v3 v3.1.1
)