File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "io/ioutil"
55 "os"
66
7- yaml "gopkg.in/yaml.v3 "
7+ yaml "gopkg.in/yaml.v2 "
88
99 "github.com/drycc/controller-sdk-go/builds"
1010)
Original file line number Diff line number Diff line change 11module github.com/drycc/workflow-cli
22
3- go 1.13
3+ go 1.16
44
55require (
66 github.com/arschles/assert v1.0.1-0.20191213221312-71f210f9375a
77 github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
8- github.com/drycc/controller-sdk-go v0.0.0-20210730033940-19fd0982c928
9- github.com/drycc/pkg v0.0.0-20200811173146-1f2b2781a852
10- github.com/olekukonko/tablewriter v0.0.4
11- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
8+ github.com/drycc/controller-sdk-go v0.0.0-20210805062837-2a7a960603e6
9+ github.com/drycc/pkg v0.0.0-20210805062602-f69851d7b6af
10+ github.com/olekukonko/tablewriter v0.0.5
11+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
12+ gopkg.in/yaml.v2 v2.4.0
1213)
You can’t perform that action at this time.
0 commit comments