Update dependencies

This commit is contained in:
Jacob Gunther
2024-01-06 19:38:03 -06:00
parent c13803d984
commit 3eb8b7bbb9
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -4,8 +4,8 @@ go 1.18
require (
github.com/go-redsync/redsync/v4 v4.11.0
github.com/gofiber/fiber/v2 v2.51.0
github.com/mcstatus-io/mcutil/v3 v3.2.0
github.com/gofiber/fiber/v2 v2.52.0
github.com/mcstatus-io/mcutil/v3 v3.2.1
github.com/redis/go-redis/v9 v9.3.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -26,5 +26,5 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/sys v0.16.0 // indirect
)