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