@@ -23,6 +23,7 @@ require (
23
23
github.com/go-redis/redis v6.15.9+incompatible
24
24
github.com/go-redis/redis/v8 v8.11.5
25
25
github.com/golang-migrate/migrate/v4 v4.17.1
26
+ github.com/google/uuid v1.6.0
26
27
github.com/grafana/otel-profiling-go v0.5.1
27
28
github.com/grafana/pyroscope-go v1.1.1
28
29
github.com/graph-gophers/dataloader/v7 v7.1.0
@@ -39,6 +40,7 @@ require (
39
40
github.com/pkg/errors v0.9.1
40
41
github.com/ravilushqa/otelgqlgen v0.16.0
41
42
github.com/russross/blackfriday v1.6.0
43
+ github.com/russross/blackfriday/v2 v2.1.0
42
44
github.com/samber/slog-multi v1.1.0
43
45
github.com/sizeofint/gif-to-webp v0.0.0-20210224202734-e9d7ed071591
44
46
github.com/spf13/viper v1.19.0
@@ -107,7 +109,6 @@ require (
107
109
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
108
110
github.com/google/go-cmp v0.6.0 // indirect
109
111
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
110
- github.com/google/uuid v1.6.0 // indirect
111
112
github.com/gookit/color v1.5.4 // indirect
112
113
github.com/gorilla/css v1.0.0 // indirect
113
114
github.com/gorilla/websocket v1.5.0 // indirect
@@ -141,7 +142,6 @@ require (
141
142
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
142
143
github.com/pterm/pterm v0.12.69 // indirect
143
144
github.com/rivo/uniseg v0.4.4 // indirect
144
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
145
145
github.com/sagikazarmark/locafero v0.4.0 // indirect
146
146
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
147
147
github.com/samber/lo v1.38.1 // indirect
0 commit comments