Skip to content

Commit eb2cabb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ require (
2323
github.com/go-redis/redis v6.15.9+incompatible
2424
github.com/go-redis/redis/v8 v8.11.5
2525
github.com/golang-migrate/migrate/v4 v4.17.1
26+
github.com/google/uuid v1.6.0
2627
github.com/grafana/otel-profiling-go v0.5.1
2728
github.com/grafana/pyroscope-go v1.1.1
2829
github.com/graph-gophers/dataloader/v7 v7.1.0
@@ -39,6 +40,7 @@ require (
3940
github.com/pkg/errors v0.9.1
4041
github.com/ravilushqa/otelgqlgen v0.16.0
4142
github.com/russross/blackfriday v1.6.0
43+
github.com/russross/blackfriday/v2 v2.1.0
4244
github.com/samber/slog-multi v1.1.0
4345
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
4446
github.com/spf13/viper v1.19.0
@@ -107,7 +109,6 @@ require (
107109
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
108110
github.com/google/go-cmp v0.6.0 // indirect
109111
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
110-
github.com/google/uuid v1.6.0 // indirect
111112
github.com/gookit/color v1.5.4 // indirect
112113
github.com/gorilla/css v1.0.0 // indirect
113114
github.com/gorilla/websocket v1.5.0 // indirect
@@ -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)