diff --git a/go.mod b/go.mod index 2e2dcb7..5eb5052 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,9 @@ require ( github.com/alecthomas/chroma/v2 v2.27.0 github.com/fsnotify/fsnotify v1.10.1 github.com/spf13/cobra v1.10.2 - github.com/yuin/goldmark v1.8.5 + github.com/yuin/goldmark v1.7.4 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc + github.com/yuin/goldmark/v2 v2.1.0 oss.terrastruct.com/d2 v0.7.2 ) diff --git a/go.sum b/go.sum index 5ff51fd..6be8c89 100644 --- a/go.sum +++ b/go.sum @@ -77,6 +77,7 @@ github.com/yuin/goldmark v1.8.5 h1:r6N5afV5qj/5S4UTch8agZHJ8UxNCMwX7WjkkJam2NA= github.com/yuin/goldmark v1.8.5/go.mod h1:ip/1k0VRfGynBgxOz0yCqHrbZXhcjxyuS66Brc7iBKg= github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc h1:+IAOyRda+RLrxa1WC7umKOZRsGq4QrFFMYApOeHzQwQ= github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc/go.mod h1:ovIvrum6DQJA4QsJSovrkC4saKHQVs7TvcaeO8AIl5I= +github.com/yuin/goldmark/v2 v2.1.0/go.mod h1:G6M4/qOFtfn01/o14BU1UR2Lo5N3S9Qo7xCuz/sHjGQ= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=