aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-03-21 16:45:33 -0400
committerGitHub <noreply@github.com>2025-03-21 16:45:33 -0400
commit07e6695430c4c0d77867bb31e547ceab1d65ddd0 (patch)
tree4dec2bdb3cec8151aeae6df9f28a284f5340ea22 /go.mod
parenta9777a3126b5908c5cebfb24f7422252101b2125 (diff)
downloadanubis-07e6695430c4c0d77867bb31e547ceab1d65ddd0.tar.xz
anubis-07e6695430c4c0d77867bb31e547ceab1d65ddd0.zip
cmd/anubis: set X-Real-Ip based on X-Forwarded-For (#63)v1.14.1
This triggers a SHAME release[0]. [0]: https://pridever.org/
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 8caa7fa..f4f54bc 100644
--- a/go.mod
+++ b/go.mod
@@ -34,6 +34,7 @@ require (
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.62.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
+ github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.37.0 // indirect
golang.org/x/sync v0.12.0 // indirect