summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2021-01-07 14:29:19 -0700
committerMatthew Holt <mholt@users.noreply.github.com>2021-01-07 14:29:19 -0700
commitef5448324948537bb4ce798567d79d0612d41220 (patch)
tree0afd85f012971228e17dd7bf8566bf3a3038dc10 /go.mod
parentc2b91dbd65173d256e6fa4ddd3fec6ed2f6c87ef (diff)
logging: Remove logfmt encoder (close #3575)
Has been deprecated for about 6 months now because it is broken.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8ea1164..ed3a046 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,6 @@ require (
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/go-chi/chi v4.1.2+incompatible
github.com/google/cel-go v0.6.0
- github.com/jsternberg/zap-logfmt v1.2.0
github.com/klauspost/compress v1.11.3
github.com/klauspost/cpuid/v2 v2.0.1
github.com/lucas-clemente/quic-go v0.19.3