aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Pu <michael.pu@uwaterloo.ca>2024-02-21 01:30:37 -0500
committerMichael Pu <michael.pu@uwaterloo.ca>2024-03-09 13:36:25 -0500
commitb512e242e88ec2b357314662106da034a2f81bbd (patch)
tree60aed640342291dcab7a0205b2ac5dba1c7938e1 /go.mod
parentfe56eaddf42c17be58e2fe0a6e7e99eadaa5b1f2 (diff)
downloadsnowflake-b512e242e88ec2b357314662106da034a2f81bbd.tar.gz
snowflake-b512e242e88ec2b357314662106da034a2f81bbd.zip
Implement better client IP per rendezvous method tracking for clients
Implement better client IP per rendezvous method tracking for clients Add tests for added code, fix existing tests chore(deps): update module github.com/miekg/dns to v1.1.58 Implement better client IP tracking for http and ampcache Add tests for added code, fix existing tests Implement GetCandidateAddrs from SDP Add getting client IP for SQS Bug fixes Bug fix for tests
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 3a070c2..c88424c 100644
--- a/go.mod
+++ b/go.mod
@@ -72,6 +72,7 @@ require (
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/quic-go/quic-go v0.40.1 // indirect
+ github.com/realclientip/realclientip-go v1.0.0 // indirect
github.com/smarty/assertions v1.15.0 // indirect
github.com/templexxx/cpu v0.1.0 // indirect
github.com/templexxx/xorsimd v0.4.2 // indirect