aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-28 16:17:59 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-28 16:17:59 -0800
commit838988c1f2cf8aed46ce0c028d32a2d2a22d01fb (patch)
tree7a074e6693f18ceaf2822ad66737b05d26955b3a /go.mod
downloadoae2-838988c1f2cf8aed46ce0c028d32a2d2a22d01fb.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..f24aa5e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module roseh.moe/pkg/oae2
+
+go 1.25.4