From 1692aea0951f1d46af01211bd3e32920c443505f Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sun, 23 Nov 2025 23:52:30 -0500 Subject: Add markdown parsing endpoint --- go.mod | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index bf24c47..82a8fd3 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,13 @@ require ( github.com/joho/godotenv v1.5.1 github.com/yuin/goldmark v1.7.11 ) + +require ( + github.com/jackc/pgpassfile v1.0.0 // indirect + github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect + github.com/jackc/pgx/v5 v5.7.6 // indirect + github.com/jackc/puddle/v2 v2.2.2 // indirect + golang.org/x/crypto v0.37.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/text v0.24.0 // indirect +) -- cgit v1.2.3