summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-04-10 12:55:41 +0200
committerValery Piashchynski <[email protected]>2022-04-10 12:55:41 +0200
commit203d2fa9adf83aeab8271d8c6113c15f87d9aeca (patch)
tree297e95b4a8ad5e2a8666c8c2760dc3da63f08140 /go.mod
parenta75413573099387bd03f91caefb0072f3fb9504d (diff)
trusted_proxies: add proxy_ip_parser middleware
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod13
1 files changed, 7 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index d37475a4..f6a227bb 100644
--- a/go.mod
+++ b/go.mod
@@ -34,6 +34,7 @@ require (
github.com/roadrunner-server/nats/v2 v2.12.0
github.com/roadrunner-server/new_relic/v2 v2.13.0
github.com/roadrunner-server/prometheus/v2 v2.12.0
+ github.com/roadrunner-server/proxy_ip_parser/v2 v2.4.0
github.com/roadrunner-server/redis/v2 v2.13.0
github.com/roadrunner-server/reload/v2 v2.11.0
github.com/roadrunner-server/resetter/v2 v2.11.0
@@ -73,7 +74,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d // indirect
github.com/caddyserver/certmagic v0.16.0 // indirect
- github.com/cenkalti/backoff/v4 v4.1.2 // indirect
+ github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -109,7 +110,7 @@ require (
github.com/minio/highwayhash v1.0.2 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/nats-io/jwt/v2 v2.2.1-0.20220113022732-58e87895b296 // indirect
- github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d // indirect
+ github.com/nats-io/nats.go v1.14.0 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/newrelic/go-agent/v3 v3.15.2 // indirect
@@ -150,16 +151,16 @@ require (
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
- golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
+ golang.org/x/crypto v0.0.0-20220408190544-5352b0902921 // indirect
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 //indirect
- golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
+ golang.org/x/net v0.0.0-20220407224826-aac1ed45d8e3 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
- golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
+ golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
- google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect
+ google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
google.golang.org/grpc v1.45.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect