aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar Terin Stock <terinjokes@gmail.com>2024-09-08 21:28:44 +0200
committerLibravatar Terin Stock <terinjokes@gmail.com>2024-09-08 21:50:07 +0200
commite2bbb3c148941f9abdd367cac532640e754fd01e (patch)
treebcd8c2a6d6bc8971fe4f8e6d7bfceebd7e81a1ba /go.mod
parentfeat: add pprof endpoints (diff)
downloadcgit-httpd-e2bbb3c148941f9abdd367cac532640e754fd01e.tar.xz
feat: use slog for logging
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 0 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index e7b8dde..5187c20 100644
--- a/go.mod
+++ b/go.mod
@@ -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
-)