Upgrade dependencies

This commit is contained in:
Jacob Gunther
2022-12-17 14:15:19 -06:00
parent 52633fcd4a
commit 69e435117c
3 changed files with 9 additions and 4 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.18
require (
github.com/gofiber/fiber/v2 v2.37.0
github.com/mcstatus-io/mcutil v0.0.0-20220829055335-c1c2ef192eca
github.com/mcstatus-io/shared v0.0.0-20221023001202-042a64f3e9a8
github.com/mcstatus-io/shared v1.0.3
gopkg.in/yaml.v3 v3.0.1
)