aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-09-27 10:14:25 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-09-27 10:14:25 -0700
commitc01a9c08ffecc89f3f318586a2e7214a2981a35e (patch)
treed9fa95a3eb363c115ce908c48dfd5d5ab360a92b /go.mod
downloadkmac-c01a9c08ffecc89f3f318586a2e7214a2981a35e.tar.zst
Initial commit
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..8c8eab3
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/rhogenson/kmac
+
+go 1.25.0