summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-07 00:21:12 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-07 00:21:12 +0200
commit351c15d28e0444fd8a78c510a0c4d62ed433c758 (patch)
treeb97aae6ec45c1b341075da147fb9e333246c19f7 /go.mod
Genesis commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..54ef251
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module git.thomasvoss.com/euro-cash.eu
+
+go 1.22.5
+
+require golang.org/x/text v0.17.0
+
+require github.com/a-h/templ v0.2.747