From e3000cfad48f85eeaac2a52f9ca8c71bc47c4819 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 9 Oct 2025 08:47:03 +0200 Subject: [PATCH] Fix module name --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 65cde93..cba6788 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module codex +module github.com/codex-storage/codex-go-bindings go 1.25.1