-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 981 Bytes
/
go.mod
File metadata and controls
27 lines (24 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/drycc/workflow-cli
go 1.19
require (
github.com/containerd/console v1.0.3
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/drycc/controller-sdk-go v0.0.0-20220830032209-a334918d2242
github.com/drycc/pkg v0.0.0-20220830031116-26c11ff8667c
github.com/gorilla/websocket v1.5.0
github.com/olekukonko/tablewriter v0.0.5
github.com/stretchr/testify v1.8.0
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/PuerkitoBio/purell v1.1.1 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/goware/urlx v0.3.2 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
)