-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.16 KB
/
go.mod
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
28
29
30
31
32
33
module github.com/cheld/miniprow
go 1.13
require (
cloud.google.com/go/firestore v1.1.0 // indirect
firebase.google.com/go v3.13.0+incompatible // indirect
github.com/go-playground/webhooks v5.17.0+incompatible // indirect
github.com/go-playground/webhooks/v6 v6.0.1 // indirect
github.com/go-test/deep v1.0.4
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/hashicorp/go-multierror v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.5.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/spf13/flag v0.0.0-20140426202619-916eaf9e2dc5
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
google.golang.org/api v0.15.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/go-playground/webhooks.v5 v5.15.0
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
k8s.io/apimachinery v0.17.3
k8s.io/client-go v9.0.0+incompatible
k8s.io/test-infra v0.0.0-20200617221206-ea73eaeab7ff
sigs.k8s.io/boskos v0.0.0-20201124182501-9da894410392
sigs.k8s.io/controller-runtime v0.5.4
sigs.k8s.io/yaml v1.2.0
)