aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-07-24 16:36:10 -0230
committerSam Anthony <sam@samanthony.xyz>2023-07-24 16:36:10 -0230
commit295ee281f19d62c9685ee84cd050d88a7f228f23 (patch)
treeb7aadff2d6588a801a7074e3ea9e1142639a5149 /go.mod
downloadhose-295ee281f19d62c9685ee84cd050d88a7f228f23.zip
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..5d66d44
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.samanthony.xyz/hose
+
+go 1.20