Remove markdown, add goparse from go.modo

This commit is contained in:
2025-06-07 22:39:12 -04:00
parent 6bc98b3f77
commit 272a4da3c2
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.23.0
require (
git.tebibyte.media/sashakoshka/go-util v0.9.1
github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62
git.tebibyte.media/sashakoshka/goparse v0.2.0
)