summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-08 19:51:53 +0200
committerPaul Buetow <paul@buetow.org>2026-03-08 19:51:53 +0200
commitdbc00b161b5e47411bcbe57f6fe8eefd40dc7f94 (patch)
treefb370fd251390f3af60214ccdc88ecac2a2c4f19 /go.mod
parentc398cbd7bc8dbfb7aff6c03294bd49d5af7c23ef (diff)
fix package names
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b8513c2..3cafd86 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/goprecords
+module codeberg.org/snonux/goprecords
go 1.21