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
|
|
|
|
|
github.com/google/go-github/v36 v36.0.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-06-22 17:10:09 +09:00
|
|
|
github.com/onsi/ginkgo v1.16.4
|
|
|
|
|
github.com/onsi/gomega v1.13.0
|
|
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-05-03 22:03:49 +09:00
|
|
|
github.com/teambition/rrule-go v1.6.2
|
2021-06-22 17:10:09 +09:00
|
|
|
go.uber.org/zap v1.17.0
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0
|
|
|
|
|
k8s.io/api v0.21.1
|
|
|
|
|
k8s.io/apimachinery v0.21.1
|
|
|
|
|
k8s.io/client-go v0.21.1
|
|
|
|
|
sigs.k8s.io/controller-runtime v0.9.0
|
2021-07-04 17:43:52 +09:00
|
|
|
sigs.k8s.io/yaml v1.2.0
|
2020-01-28 15:03:23 +09:00
|
|
|
)
|