Update dependencies, fix issue with resolving SRV records

This commit is contained in:
Jacob Gunther
2024-08-10 09:48:41 -05:00
parent 2ee543a6df
commit 8b328f64f5
5 changed files with 51 additions and 68 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ toolchain go1.22.3
require (
github.com/go-redsync/redsync/v4 v4.13.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/mcstatus-io/mcutil/v4 v4.0.0-20240719034021-32d6524c0a5a
github.com/mcstatus-io/mcutil/v4 v4.0.0-20240810144107-526e8f097db7
github.com/redis/go-redis/v9 v9.5.4
go.mongodb.org/mongo-driver v1.16.0
gopkg.in/yaml.v3 v3.0.1