We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409e741 commit cc5e1acCopy full SHA for cc5e1ac
go.mod
@@ -43,6 +43,7 @@ require (
43
github.com/pkg/errors v0.9.1
44
github.com/ravilushqa/otelgqlgen v0.16.0
45
github.com/russross/blackfriday v1.6.0
46
+ github.com/russross/blackfriday/v2 v2.1.0
47
github.com/samber/slog-multi v1.2.0
48
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
49
github.com/spf13/viper v1.19.0
@@ -158,7 +159,6 @@ require (
158
159
github.com/pterm/pterm v0.12.79 // indirect
160
github.com/rivo/uniseg v0.4.7 // indirect
161
github.com/robfig/cron v1.2.0 // indirect
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
162
github.com/sagikazarmark/locafero v0.6.0 // indirect
163
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
164
github.com/samber/lo v1.47.0 // indirect
0 commit comments