From 9f2e6708249aa62d2840999fe7362585fda84a62 Mon Sep 17 00:00:00 2001 From: nutshell9247 Date: Sat, 8 Aug 2026 07:15:26 +0000 Subject: [PATCH] Update go.mod --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 1acc6da..84488f2 100644 --- a/go.mod +++ b/go.mod @@ -7,10 +7,10 @@ require ( github.com/gorilla/mux v1.8.0 github.com/gorilla/sessions v1.2.1 github.com/joho/godotenv v1.5.1 - github.com/markdownit/markdown-it-go v0.5.1 github.com/google/uuid v1.3.1 + github.com/gomarkdown/markdown v0.0.0-20231222211730-1d6a2021dbc2 ) require ( github.com/gorilla/securecookie v1.1.1 // indirect -) +) \ No newline at end of file