Update dependencies

This commit is contained in:
Jacob Gunther
2023-12-23 16:45:02 -06:00
parent 8437444638
commit 3eda357c96
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ 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.0.1
github.com/mcstatus-io/mcutil/v3 v3.1.0
github.com/redis/go-redis/v9 v9.3.1
gopkg.in/yaml.v3 v3.0.1
)