-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 731 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 731 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
module github.com/drycc/workflow-cli
go 1.20
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-20230711045631-016fac5b12ba
github.com/drycc/pkg v0.0.0-20230619083908-711ad2e9f1b8
github.com/olekukonko/tablewriter v0.0.5
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/net v0.12.0
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/yaml v1.3.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.10.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)