Update dependencies

This commit is contained in:
Jacob Gunther
2022-08-30 21:09:42 -05:00
parent 4807a92b63
commit b832cf8584
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.18
require (
github.com/gofiber/fiber/v2 v2.37.0
github.com/mcstatus-io/shared v0.0.0-20220831015146-c4896270e6f6
github.com/mcstatus-io/shared v0.0.0-20220831020858-f06e905d3d58
gopkg.in/yaml.v3 v3.0.1
)