Skip to content

Commit 29b1125

Browse files
committed
fix(deps): update module github.com/russross/blackfriday to v2
1 parent b2c1bb5 commit 29b1125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ require (
3939
github.com/pkg/errors v0.9.1
4040
github.com/ravilushqa/otelgqlgen v0.16.0
4141
github.com/russross/blackfriday v1.6.0
42+
github.com/russross/blackfriday/v2 v2.1.0
4243
github.com/samber/slog-multi v1.1.0
4344
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
4445
github.com/spf13/viper v1.19.0
@@ -141,7 +142,6 @@ require (
141142
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
142143
github.com/pterm/pterm v0.12.69 // indirect
143144
github.com/rivo/uniseg v0.4.4 // indirect
144-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
145145
github.com/sagikazarmark/locafero v0.4.0 // indirect
146146
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
147147
github.com/samber/lo v1.38.1 // indirect

0 commit comments

Comments
 (0)