aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-05-24 12:52:32 -0500
committerTim Keller <tjkeller.xyz>2025-05-24 12:52:32 -0500
commitbcf66d92d664dd707937ae866830a6bee0751745 (patch)
tree5c1f7ecc037b53b434befe71509cc3009beaf3d7 /go.mod
parent6b0385c495b246859d27bfa75e1bd4dfa45c2be2 (diff)
downloadmintube-bcf66d92d664dd707937ae866830a6bee0751745.tar.xz
mintube-bcf66d92d664dd707937ae866830a6bee0751745.zip
cleanup all go code and add an index/home page that is composed from the readme fileHEADmaster
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 92f4caa..c2c4797 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,7 @@ module tjkeller.xyz/mintube
go 1.23.7
-require github.com/joho/godotenv v1.5.1
+require (
+ github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b
+ github.com/joho/godotenv v1.5.1
+)