Update dependencies

This commit is contained in:
Jacob Gunther
2023-10-27 21:35:41 -05:00
parent f593ddd437
commit 6a39682cd0
3 changed files with 31 additions and 250 deletions

View File

@@ -292,7 +292,7 @@ func FetchJavaStatus(host string, port uint16, opts *StatusOptions) JavaStatusRe
// Lookup the SRV record
{
srvRecord, err = mcutil.LookupSRV("tcp", host, port)
srvRecord, err = mcutil.LookupSRV("tcp", host)
if err == nil && srvRecord != nil {
connectionHostname = srvRecord.Target