Skip to content

Commit 54f89d1

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

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
@@ -110,7 +112,6 @@ require (
110112
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
111113
github.com/google/go-cmp v0.6.0 // indirect
112114
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
113-
github.com/google/uuid v1.6.0 // indirect
114115
github.com/gookit/color v1.5.4 // indirect
115116
github.com/gorilla/css v1.0.0 // indirect
116117
github.com/gorilla/websocket v1.5.0 // indirect
@@ -144,7 +145,6 @@ require (
144145
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
145146
github.com/pterm/pterm v0.12.69 // indirect
146147
github.com/rivo/uniseg v0.4.4 // indirect
147-
github.com/russross/blackfriday/v2 v2.1.0 // indirect
148148
github.com/sagikazarmark/locafero v0.4.0 // indirect
149149
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
150150
github.com/samber/lo v1.38.1 // indirect

0 commit comments

Comments
 (0)