Add debug routes

This commit is contained in:
Jacob Gunther
2023-07-28 18:34:42 -05:00
parent 71ce3ea8b4
commit 1192c4236a
3 changed files with 145 additions and 1 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.3.0
github.com/mcstatus-io/mcutil v1.3.1
github.com/redis/go-redis/v9 v9.0.5
gopkg.in/yaml.v3 v3.0.1
)