diff options
| author | Tim Keller <tjkeller.xyz> | 2025-05-24 12:52:32 -0500 |
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-05-24 12:52:32 -0500 |
| commit | bcf66d92d664dd707937ae866830a6bee0751745 (patch) | |
| tree | 5c1f7ecc037b53b434befe71509cc3009beaf3d7 /go.mod | |
| parent | 6b0385c495b246859d27bfa75e1bd4dfa45c2be2 (diff) | |
| download | embedtube-bcf66d92d664dd707937ae866830a6bee0751745.tar.xz embedtube-bcf66d92d664dd707937ae866830a6bee0751745.zip | |
cleanup all go code and add an index/home page that is composed from the readme file
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 +) |
