From b18675fa83a8b6a479e1eb8ec512afc82ebe0c0e Mon Sep 17 00:00:00 2001 From: Tim Ebert Date: Wed, 23 Nov 2022 20:46:30 +0100 Subject: [PATCH] Reference tagged version of controller-runtime --- webhosting-operator/go.mod | 2 +- webhosting-operator/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webhosting-operator/go.mod b/webhosting-operator/go.mod index 45b915c1..56e9783b 100644 --- a/webhosting-operator/go.mod +++ b/webhosting-operator/go.mod @@ -98,4 +98,4 @@ require ( ) // https://github.com/timebertt/controller-runtime/tree/sharding based on v0.12.3 -replace sigs.k8s.io/controller-runtime => github.com/timebertt/controller-runtime v0.6.1-0.20221018074954-e9b50d2e71cd +replace sigs.k8s.io/controller-runtime => github.com/timebertt/controller-runtime v0.12.3-sharding-1 diff --git a/webhosting-operator/go.sum b/webhosting-operator/go.sum index 5383ebcb..d08aa163 100644 --- a/webhosting-operator/go.sum +++ b/webhosting-operator/go.sum @@ -478,8 +478,8 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/timebertt/controller-runtime v0.6.1-0.20221018074954-e9b50d2e71cd h1:env1zMIkEiRihdGPr3gfeAScYmpXrT6Y2b5ErIFgY3c= -github.com/timebertt/controller-runtime v0.6.1-0.20221018074954-e9b50d2e71cd/go.mod h1:qKsk4WE6zW2Hfj0G4v10EnNB2jMG1C+NTb8h+DwCoU0= +github.com/timebertt/controller-runtime v0.12.3-sharding-1 h1:IennrBmAqonPVnwgaq1kGjS6MUTvPlhddym+mDYgZ8Q= +github.com/timebertt/controller-runtime v0.12.3-sharding-1/go.mod h1:qKsk4WE6zW2Hfj0G4v10EnNB2jMG1C+NTb8h+DwCoU0= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=