From bcf66d92d664dd707937ae866830a6bee0751745 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 24 May 2025 12:52:32 -0500 Subject: cleanup all go code and add an index/home page that is composed from the readme file --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'go.mod') 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 +) -- cgit v1.2.3