diff options
author | 2024-09-08 21:28:44 +0200 | |
---|---|---|
committer | 2024-09-08 21:50:07 +0200 | |
commit | e2bbb3c148941f9abdd367cac532640e754fd01e (patch) | |
tree | bcd8c2a6d6bc8971fe4f8e6d7bfceebd7e81a1ba /go.mod | |
parent | feat: add pprof endpoints (diff) | |
download | cgit-httpd-e2bbb3c148941f9abdd367cac532640e754fd01e.tar.xz |
feat: use slog for logging
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -4,14 +4,7 @@ go 1.18 require ( github.com/gorilla/mux v1.8.0 - github.com/rs/zerolog v1.28.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 ) - -require ( - github.com/mattn/go-colorable v0.1.12 // indirect - github.com/mattn/go-isatty v0.0.14 // indirect - golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect -) |