diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 +) |