Render media in comments (closes #8)

This commit is contained in:
video-prize-ranch
2022-10-08 17:50:08 -04:00
parent 46465e1e17
commit d6ebc9a54a
4 changed files with 57 additions and 13 deletions

6
go.mod
View File

@@ -7,18 +7,24 @@ require (
github.com/gofiber/fiber/v2 v2.36.0
github.com/gofiber/template v1.6.30
github.com/joho/godotenv v1.4.0
github.com/microcosm-cc/bluemonday v1.0.21
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/tidwall/gjson v1.14.1
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/aymerick/raymond v2.0.2+incompatible // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/klauspost/compress v1.15.9 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.38.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/net v0.0.0-20221002022538-bcab6841153b // indirect
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
golang.org/x/text v0.3.7 // indirect
)