Update dependencies

This commit is contained in:
Jacob Gunther
2023-12-24 01:44:40 -06:00
parent c1a017d45b
commit 9af926633c
2 changed files with 3 additions and 3 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.1.1
github.com/mcstatus-io/mcutil/v3 v3.2.0
github.com/redis/go-redis/v9 v9.3.1
gopkg.in/yaml.v3 v3.0.1
)