Update dependencies

This commit is contained in:
Jacob Gunther
2024-03-05 22:31:32 -06:00
parent 16dde6347f
commit ae3203543a
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.18
require (
github.com/go-redsync/redsync/v4 v4.12.1
github.com/gofiber/fiber/v2 v2.52.1
github.com/gofiber/fiber/v2 v2.52.2
github.com/mineatar-io/skin-render v1.2.0
github.com/redis/go-redis/v9 v9.5.1
gopkg.in/yaml.v3 v3.0.1
@@ -28,6 +28,6 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.52.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)