-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 773 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/cloudnative-id/community-operator
go 1.13
require (
github.com/dghubble/go-twitter v0.0.0-20190719072343-39e5462e111f
github.com/dghubble/oauth1 v0.6.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/operator-framework/operator-sdk v0.18.1
github.com/sirupsen/logrus v1.5.0
github.com/spf13/pflag v1.0.5
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.8
k8s.io/client-go v12.0.0+incompatible
sigs.k8s.io/controller-runtime v0.6.0
sigs.k8s.io/yaml v1.2.0
)
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.3.2+incompatible // Required by OLM
k8s.io/client-go => k8s.io/client-go v0.18.2 // Required by prometheus-operator
)