go.mod: add github.com/realclientip/realclientip-go

Used by the trusted_proxies middleware for safe X-Forwarded-For
parsing with rightmost-trusted-range semantics.
This commit is contained in:
Kristoffer Dalby 2026-05-18 09:21:05 +00:00
parent b5b786f519
commit 1f48ebb376
3 changed files with 5 additions and 2 deletions

1
go.mod
View file

@ -206,6 +206,7 @@ require (
github.com/prometheus-community/pro-bing v0.7.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/procfs v0.19.2 // indirect
github.com/realclientip/realclientip-go v1.0.0 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/safchain/ethtool v0.7.0 // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect