From 5b6d5f94d04ea07202d01ac1985470bbbc472678 Mon Sep 17 00:00:00 2001 From: Lukas Wurzinger Date: Mon, 2 Jun 2025 19:44:00 +0200 Subject: [PATCH] fix module --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a5fd5c2..e654444 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/lukaswrz/binfo +module codeberg.org/helvetica/binfo go 1.23.3