summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-04 20:42:03 +0300
committerPaul Buetow <paul@buetow.org>2026-07-04 20:42:03 +0300
commit702f05865895e36c6e5e490886a641873d8adc4e (patch)
treec2be076712164e316a339d5b7da4957d0871cf82 /go.mod
initial version
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..3b9fca6
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module codeberg.org/snonux/gonf
+
+go 1.26.4