Fix protocol version and SRV record issue

This commit is contained in:
Jacob Gunther
2024-01-07 09:30:51 -06:00
parent 3eb8b7bbb9
commit 9dd320108f
4 changed files with 24 additions and 23 deletions

4
go.mod
View File

@@ -5,8 +5,8 @@ go 1.18
require (
github.com/go-redsync/redsync/v4 v4.11.0
github.com/gofiber/fiber/v2 v2.52.0
github.com/mcstatus-io/mcutil/v3 v3.2.1
github.com/redis/go-redis/v9 v9.3.1
github.com/mcstatus-io/mcutil/v3 v3.3.0
github.com/redis/go-redis/v9 v9.4.0
gopkg.in/yaml.v3 v3.0.1
)