Support query lookup for Java servers

This commit is contained in:
Jacob Gunther
2023-04-18 00:38:55 -05:00
parent 2ea126daed
commit 30311f200a
5 changed files with 223 additions and 122 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.43.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/mcstatus-io/mcutil v0.0.0-20230416213822-e8ba7a2ea0dd
github.com/mcstatus-io/mcutil v1.0.0
golang.org/x/image v0.6.0
gopkg.in/yaml.v3 v3.0.1
)