-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 788 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/drycc/workflow-cli
go 1.17
require (
github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/drycc/controller-sdk-go v0.0.0-20210826011521-d57f3c75935a
github.com/drycc/pkg v0.0.0-20210826011456-c60b87108840
github.com/olekukonko/tablewriter v0.0.5
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/goware/urlx v0.3.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/text v0.3.6 // indirect
)