summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorAlan Pearce2024-07-01 16:46:55 +0200
committerAlan Pearce2024-07-01 16:48:16 +0200
commit2b4604d343b2df4289ef1295221c3e2a2a5c1532 (patch)
treec6bb3a94d4fcdbdf8b13b1f04fef87d52218ce08 /go.mod
parent54b0fd19e0c9c68c5d415c8d5cab1e04935f7fd6 (diff)
downloadgopkgs-2b4604d343b2df4289ef1295221c3e2a2a5c1532.tar.lz
gopkgs-2b4604d343b2df4289ef1295221c3e2a2a5c1532.tar.zst
gopkgs-2b4604d343b2df4289ef1295221c3e2a2a5c1532.zip
write my own version instead HEAD main
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..2fd9745
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module go.alanpearce.eu/gopkgs
+
+go 1.22.3
+
+require github.com/a-h/templ v0.2.731
+
+require github.com/pelletier/go-toml/v2 v2.2.2