Better timeout support

This commit is contained in:
Jacob Gunther
2023-08-20 10:04:54 -05:00
parent 70114696b7
commit aa21aeaae1
5 changed files with 274 additions and 197 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.19
require (
github.com/go-redsync/redsync/v4 v4.8.1
github.com/gofiber/fiber/v2 v2.48.0
github.com/mcstatus-io/mcutil v1.4.0
github.com/mcstatus-io/mcutil/v2 v2.0.1
github.com/redis/go-redis/v9 v9.1.0
gopkg.in/yaml.v3 v3.0.1
)