From 3040a7dd3cd37fcaa8a99ce1468e40eec8f57ae7 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 24 Apr 2019 11:02:08 +0100 Subject: [PATCH] Use munnerz/controller-runtime fork for 1.14.1 compatibility This fork will not remove this commit/ref, whereas the previous one was part of a pull request that is being force pushed, causing our builds to fail. Signed-off-by: James Munnelly --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0e4c7e831..5d30cffeb 100644 --- a/go.mod +++ b/go.mod @@ -112,7 +112,7 @@ replace k8s.io/client-go => k8s.io/client-go v0.0.0-20190413052642-108c485f896e replace github.com/openshift/generic-admission-server => github.com/openshift/generic-admission-server v1.14.0 -replace sigs.k8s.io/controller-runtime => github.com/adracus/controller-runtime v0.1.8-0.20190327145817-16c1164b0822 +replace sigs.k8s.io/controller-runtime => github.com/munnerz/controller-runtime v0.1.8-0.20190423203449-038d2c82607c replace github.com/evanphx/json-patch => github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550