From eb08529f35ce33ed98c34fb48013f0f4a5fc9635 Mon Sep 17 00:00:00 2001 From: Autumn! <86073772+autumnull@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:20:22 +0000 Subject: [chore/bugfix] Switch markdown from blackfriday to goldmark (#1267) Co-authored-by: Autumn! --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 139c13582..daf27b575 100644 --- a/go.mod +++ b/go.mod @@ -35,7 +35,6 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/oklog/ulid v1.3.1 github.com/robfig/cron/v3 v3.0.1 - github.com/russross/blackfriday/v2 v2.1.0 github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.14.0 github.com/stretchr/testify v1.8.1 @@ -48,6 +47,7 @@ require ( github.com/uptrace/bun/dialect/pgdialect v1.1.9 github.com/uptrace/bun/dialect/sqlitedialect v1.1.9 github.com/wagslane/go-password-validator v0.3.0 + github.com/yuin/goldmark v1.5.3 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d golang.org/x/image v0.2.0 -- cgit v1.3