diff options
| author | Samuel Johnson <[email protected]> | 2025-11-23 23:52:30 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-23 23:52:30 -0500 |
| commit | 1692aea0951f1d46af01211bd3e32920c443505f (patch) | |
| tree | 07e8a77a2f3eb1852289ebb0ed63154c3329c5b0 /go.mod | |
| parent | a431c6737f230be70c0fa44e5b30337b044db6fb (diff) | |
Add markdown parsing endpoint
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 +) |
