aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-05-01 20:59:37 +0000
committerterminaldweller <devi@terminaldweller.com>2025-05-01 20:59:37 +0000
commit1cac36f267f7c0953090c134b7afc0706ee080a8 (patch)
treeed0964289dc9ebbefda1343bc3ab3f240abc80f8 /go.mod
parentusing nginx as reverse proxy now (diff)
downloadicanhazallips-1cac36f267f7c0953090c134b7afc0706ee080a8.tar.gz
icanhazallips-1cac36f267f7c0953090c134b7afc0706ee080a8.zip
added the proxy protocol to the servermain2
Diffstat (limited to 'go.mod')
-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