diff options
author | Samuel Johnson <[email protected]> | 2025-05-03 15:12:04 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-05-03 15:12:04 -0400 |
commit | 005a588111e6d27b012bc923c39d97a6129f39f2 (patch) | |
tree | 69b2bf16a07bd6ebf97313e9bb9056c57d8bb88c /go.sum | |
parent | 46cdc7254109aaebf6e8b629cbd8ecb46c7ad21b (diff) |
Implement basic parser endpoint
Diffstat (limited to 'go.sum')
-rw-r--r-- | go.sum | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY= github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0= github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4= +github.com/yuin/goldmark v1.7.11 h1:ZCxLyDMtz0nT2HFfsYG8WZ47Trip2+JyLysKcMYE5bo= +github.com/yuin/goldmark v1.7.11/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= |