From 1cac36f267f7c0953090c134b7afc0706ee080a8 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 1 May 2025 20:59:37 +0000 Subject: added the proxy protocol to the server --- go.mod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3