From 4b4a6952d77d4c4e5b3189c0e947697eb3eca926 Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 8 Sep 2024 22:06:16 +0200 Subject: feat: replace signal handler Go added signal.NotifyContext to the standard library in 1.16, allowing for easy bindings of signals to context. This allows for controller-runtime's signals.SetupSignalHandler to be replaced. --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 5187c20..4734707 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,4 @@ require ( github.com/gorilla/mux v1.8.0 golang.org/x/sync v0.1.0 olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 - sigs.k8s.io/controller-runtime v0.13.1 ) -- cgit v1.2.3