Update dependencies

This commit is contained in:
Jacob Gunther
2023-05-05 09:45:38 -05:00
parent 1a9c9897b3
commit 9879d925aa
2 changed files with 9 additions and 13 deletions

6
go.mod
View File

@@ -5,7 +5,7 @@ go 1.18
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.44.0
github.com/mineatar-io/skin-render v1.0.8
github.com/mineatar-io/skin-render v1.0.9
gopkg.in/yaml.v3 v3.0.1
)
@@ -25,9 +25,9 @@ require (
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.46.0 // indirect
github.com/valyala/fasthttp v1.47.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)