diff options
author | 2024-09-08 22:06:16 +0200 | |
---|---|---|
committer | 2024-09-08 22:06:16 +0200 | |
commit | 4b4a6952d77d4c4e5b3189c0e947697eb3eca926 (patch) | |
tree | 9bf3878af861eb16bf0e210f3a96d3564ba11037 /go.mod | |
parent | feat: use slog for logging (diff) | |
download | cgit-httpd-4b4a6952d77d4c4e5b3189c0e947697eb3eca926.tar.xz |
feat: replace signal handlerv0.5.0
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.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ) |