-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 817 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 817 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
module github.com/drycc/workflow-cli
go 1.22
require (
github.com/containerd/console v1.0.4
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/drycc/controller-sdk-go v0.0.0-20240710072101-82db20de8e4a
github.com/drycc/pkg v0.0.0-20240225112316-78fc9239f51f
github.com/olekukonko/tablewriter v0.0.5
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a
golang.org/x/net v0.23.0
gopkg.in/yaml.v3 v3.0.1
sigs.k8s.io/yaml v1.4.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.18.0 // indirect
)
replace github.com/drycc/controller-sdk-go => github.com/jianxiaoguo/controller-sdk-go v0.0.0-20240711022759-a09abdeedfea