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 (
|
2021-06-22 17:10:09 +09:00
|
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
2020-01-28 21:58:01 +09:00
|
|
|
github.com/bradleyfalzon/ghinstallation v1.1.1
|
2021-06-22 17:10:09 +09:00
|
|
|
github.com/coreos/etcd v3.3.15+incompatible // indirect
|
|
|
|
|
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
|
|
|
|
|
github.com/cpuguy83/go-md2man v1.0.10 // indirect
|
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/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect
|
|
|
|
|
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
|
|
|
|
|
github.com/go-logr/logr v0.4.0
|
|
|
|
|
github.com/go-openapi/validate v0.19.2 // indirect
|
|
|
|
|
github.com/google/go-cmp v0.5.5
|
2021-02-05 02:31:06 +02:00
|
|
|
github.com/google/go-github/v33 v33.0.1-0.20210204004227-319dcffb518a
|
2021-06-22 17:10:09 +09:00
|
|
|
github.com/gophercloud/gophercloud v0.1.0 // indirect
|
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
|
|
|
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
|
|
|
|
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
|
|
|
|
|
go.uber.org/zap v1.17.0
|
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
|
gomodules.xyz/jsonpatch/v2 v2.2.0
|
|
|
|
|
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
|
|
|
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
|
|
|
k8s.io/api v0.21.1
|
|
|
|
|
k8s.io/apimachinery v0.21.1
|
|
|
|
|
k8s.io/client-go v0.21.1
|
|
|
|
|
k8s.io/klog v0.4.0 // indirect
|
|
|
|
|
sigs.k8s.io/controller-runtime v0.9.0
|
|
|
|
|
sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca // indirect
|
|
|
|
|
sigs.k8s.io/testing_frameworks v0.1.2 // indirect
|
2020-01-28 15:03:23 +09:00
|
|
|
)
|