forked from ecordell/patchmanager
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 984 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 984 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/openshift/patchmanager
go 1.15
require (
github.com/cheggaaa/pb/v3 v3.0.6
github.com/dustin/go-humanize v1.0.0
github.com/enriquebris/goconcurrentcounter v0.0.0-20210303202617-b0fccc15d4ea // indirect
github.com/enriquebris/goconcurrentqueue v0.6.0 // indirect
github.com/enriquebris/goworkerpool v0.10.0
github.com/eparis/bugzilla v0.0.0-20210108140723-998a521ca0b5
github.com/fatih/color v1.7.0
github.com/google/go-github/v32 v32.1.0
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
github.com/lensesio/tableprinter v0.0.0-20201125135848-89e81fc956e7
github.com/openshift/build-machinery-go v0.0.0-20210209125900-0da259a2c359
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
gopkg.in/yaml.v2 v2.4.0
k8s.io/component-base v0.20.4
k8s.io/klog/v2 v2.4.0
)
replace gopkg.in/yaml.v2 => github.com/DirectXMan12/go-yaml v0.0.0-20151006211019-4c95efea8631