Update dependencies

This commit is contained in:
video-prize-ranch
2022-03-16 13:33:31 -04:00
parent 90ab3b37d3
commit 038842a36b
2 changed files with 48 additions and 61 deletions

14
go.mod
View File

@@ -4,19 +4,19 @@ go 1.17
require (
github.com/dustin/go-humanize v1.0.0
github.com/gofiber/fiber/v2 v2.24.0
github.com/gofiber/template v1.6.21
github.com/gofiber/fiber/v2 v2.29.0
github.com/gofiber/template v1.6.25
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/spf13/viper v1.10.1
github.com/tidwall/gjson v1.12.1
github.com/tidwall/gjson v1.14.0
)
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/aymerick/raymond v2.0.2+incompatible // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/klauspost/compress v1.13.4 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
@@ -28,9 +28,9 @@ require (
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.31.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect