aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-05-03 15:12:04 -0400
committerSamuel Johnson <[email protected]>2025-05-03 15:12:04 -0400
commit005a588111e6d27b012bc923c39d97a6129f39f2 (patch)
tree69b2bf16a07bd6ebf97313e9bb9056c57d8bb88c /go.mod
parent46cdc7254109aaebf6e8b629cbd8ecb46c7ad21b (diff)
Implement basic parser endpoint
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 4813bb2..73a4b66 100644
--- a/go.mod
+++ b/go.mod
@@ -5,4 +5,5 @@ go 1.23.5
require (
github.com/gorilla/mux v1.8.1
github.com/joho/godotenv v1.5.1
+ github.com/yuin/goldmark v1.7.11
)