2021-06-22 17:55:06 +09:00
|
|
|
module github.com/actions-runner-controller/actions-runner-controller
|
2020-01-28 15:03:23 +09:00
|
|
|
|
2020-11-10 17:16:04 +09:00
|
|
|
go 1.15
|
2020-01-28 15:03:23 +09:00
|
|
|
|
|
|
|
|
require (
|
2020-01-28 21:58:01 +09:00
|
|
|
github.com/bradleyfalzon/ghinstallation v1.1.1
|
2020-02-26 21:23:23 +09:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-06-22 17:10:09 +09:00
|
|
|
github.com/go-logr/logr v0.4.0
|
2021-07-04 17:43:52 +09:00
|
|
|
github.com/google/go-cmp v0.5.6
|
2021-12-11 07:43:40 -05:00
|
|
|
github.com/google/go-github/v39 v39.2.0
|
2020-10-05 01:06:37 +01:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-10-28 15:15:53 +02:00
|
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
2021-12-11 21:10:09 +09:00
|
|
|
github.com/onsi/ginkgo v1.16.5
|
|
|
|
|
github.com/onsi/gomega v1.17.0
|
2021-06-22 17:10:09 +09:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-12-11 18:58:09 +09:00
|
|
|
github.com/teambition/rrule-go v1.7.2
|
2021-12-11 18:41:22 +09:00
|
|
|
go.uber.org/zap v1.19.1
|
2021-12-11 20:51:46 +09:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
2021-06-22 17:10:09 +09:00
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0
|
2021-12-11 20:49:47 +09:00
|
|
|
k8s.io/api v0.22.2
|
|
|
|
|
k8s.io/apimachinery v0.22.2
|
|
|
|
|
k8s.io/client-go v0.22.2
|
|
|
|
|
sigs.k8s.io/controller-runtime v0.10.3
|
2021-12-11 18:41:52 +09:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2020-01-28 15:03:23 +09:00
|
|
|
)
|