aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2025-11-23 23:52:30 -0500
committerSamuel Johnson <[email protected]>2025-11-23 23:52:30 -0500
commit1692aea0951f1d46af01211bd3e32920c443505f (patch)
tree07e8a77a2f3eb1852289ebb0ed63154c3329c5b0 /go.mod
parenta431c6737f230be70c0fa44e5b30337b044db6fb (diff)
Add markdown parsing endpoint
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
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
+)