-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
21 lines (19 loc) · 887 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/teamhephy/workflow-cli
go 1.13
require (
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
github.com/arschles/assert v1.0.0
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/engineyard/workflow-cli v2.21.6+incompatible // indirect
github.com/goware/urlx v0.2.0
github.com/mattn/go-runewidth v0.0.5-0.20181218000649-703b5e6b11ae
github.com/olekukonko/tablewriter v0.0.2-0.20190315073140-f82d31373321
github.com/teamhephy/controller-sdk-go v0.0.0-20181015154232-a1ffb4886a5f
github.com/teamhephy/pkg v0.5.1-0.20180912202400-777f37a30108
golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a
golang.org/x/net v0.0.0-20190213061140-3a22650c66bd
golang.org/x/sys v0.0.0-20190318195719-6c81ef8f67ca
golang.org/x/text v0.3.1-0.20190306152657-5d731a35f486
gopkg.in/yaml.v2 v2.2.2
)