Update dependencies

This commit is contained in:
Jacob Gunther
2023-07-19 21:18:52 -05:00
parent 3b63c32f08
commit 1c83ebc36a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.48.0
github.com/mcstatus-io/mcutil v1.2.0
github.com/mcstatus-io/mcutil v1.3.0
gopkg.in/yaml.v3 v3.0.1
)