-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 690 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/evryfs/github-actions-runner-operator
go 1.16
require (
github.com/go-logr/logr v0.4.0
github.com/google/go-github/v33 v33.0.0
github.com/gophercloud/gophercloud v0.17.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/imdario/mergo v0.3.11 // indirect
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/palantir/go-githubapp v0.6.0
github.com/redhat-cop/operator-utils v1.1.2
github.com/stretchr/testify v1.7.0
github.com/thoas/go-funk v0.8.0
k8s.io/api v0.20.5
k8s.io/apimachinery v0.20.5
k8s.io/client-go v0.20.5
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
sigs.k8s.io/controller-runtime v0.8.3
)