summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-03 23:28:57 +0300
committerPaul Buetow <paul@buetow.org>2026-05-03 23:28:57 +0300
commit2f09915d3da7a23574e1a90fa70eb1af1cdf830a (patch)
tree3c46947fd67ac0e20aff84ae2420a4788a8a8c0e /go.mod
initial stuff
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..53a1c66
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module codeberg.org/snonux/anelephantinachinashop
+
+go 1.26.2
+
+require github.com/magefile/mage v1.17.2