aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-05-01 20:55:00 +0000
committerterminaldweller <devi@terminaldweller.com>2025-05-01 20:55:00 +0000
commit137e164d028a18a9f4f251e2250553a6a3524d6c (patch)
treeb64225aee59912587b5477532606d78565b88e7c /go.mod
parentusing nginx as reverse proxy now (diff)
downloadicanhazallips-137e164d028a18a9f4f251e2250553a6a3524d6c.tar.gz
icanhazallips-137e164d028a18a9f4f251e2250553a6a3524d6c.zip
added the proxy protocol to the server
Diffstat (limited to '')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 6f0768c..e8954e0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,5 @@
module icanhazallips
-go 1.19
+go 1.24.0
+
+require github.com/pires/go-proxyproto v0.8.0