Skip to content

Commit

Permalink
fix(deps): update module github.com/russross/blackfriday to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 11, 2024
1 parent e931673 commit 37ec542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v8 v8.11.5
github.com/golang-migrate/migrate/v4 v4.17.1
github.com/google/uuid v1.6.0
github.com/grafana/otel-profiling-go v0.5.1
github.com/grafana/pyroscope-go v1.1.1
github.com/graph-gophers/dataloader/v7 v7.1.0
Expand All @@ -39,6 +40,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/ravilushqa/otelgqlgen v0.16.0
github.com/russross/blackfriday v1.6.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/samber/slog-multi v1.1.0
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
github.com/spf13/viper v1.19.0
Expand Down Expand Up @@ -110,7 +112,6 @@ require (
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
Expand Down Expand Up @@ -144,7 +145,6 @@ require (
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pterm/pterm v0.12.69 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/samber/lo v1.38.1 // indirect
Expand Down

0 comments on commit 37ec542

Please sign in to comment.