Update dependencies

This commit is contained in:
video-prize-ranch
2023-06-10 12:23:57 -04:00
parent 7c78e156ba
commit fe639ab7ef
2 changed files with 13 additions and 11 deletions

8
go.mod
View File

@@ -5,10 +5,10 @@ go 1.17
require (
github.com/aymerick/raymond v2.0.2+incompatible
github.com/dustin/go-humanize v1.0.1
github.com/gofiber/fiber/v2 v2.44.0
github.com/gofiber/fiber/v2 v2.46.0
github.com/gofiber/template v1.8.1
github.com/joho/godotenv v1.5.1
github.com/microcosm-cc/bluemonday v1.0.23
github.com/microcosm-cc/bluemonday v1.0.24
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/tidwall/gjson v1.14.4
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3
@@ -21,7 +21,7 @@ require (
github.com/gorilla/css v1.0.0 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
@@ -33,7 +33,7 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.47.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
)