summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames O'Doherty <james@theodohertyfamily.com>2026-05-22 08:48:02 -0400
committerJames O'Doherty <james@theodohertyfamily.com>2026-05-22 08:48:02 -0400
commita4cd7de209fe90006b3e6e67c69dea5ed0c9f832 (patch)
tree2e8d3446e3d880b398e42da38b67c7988cc0f3ff /go.mod
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..c5ef9d2
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.theodohertyfamily.com/tools/wg-wrap
+
+go 1.26.3