From 9ce19debd842120f320e15ad07ea9426974b73aa Mon Sep 17 00:00:00 2001 From: Johannes Kimmel Date: Thu, 9 Nov 2023 12:27:49 +0100 Subject: [PATCH] correct import path --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index b094c7a..992910c 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "net/netip" "strconv" "strings" - "subv4/ipalloc" + "git.freifunk-franken.de/jkimmel/sub/ipalloc" ) type server struct {