Bump controller-runtime to v0.10.3 (#1002)

Enhanced version of https://github.com/actions-runner-controller/actions-runner-controller/pull/740
This commit is contained in:
Yusuke Kuoka
2021-12-11 20:49:47 +09:00
committed by GitHub
parent 8eb6c0f3f0
commit bbd328a7cc
13 changed files with 681 additions and 385 deletions

10
go.mod
View File

@@ -11,16 +11,16 @@ require (
github.com/gorilla/mux v1.8.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/onsi/gomega v1.15.0
github.com/prometheus/client_golang v1.11.0
github.com/teambition/rrule-go v1.7.2
go.uber.org/zap v1.19.1
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
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
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
sigs.k8s.io/yaml v1.3.0
)