Add Votifier 1 support, clean up code

This commit is contained in:
Jacob Gunther
2023-08-13 20:08:49 -05:00
parent 06da2df1b0
commit f7b9a06503
5 changed files with 135 additions and 104 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.1
github.com/mcstatus-io/mcutil v1.4.0
github.com/redis/go-redis/v9 v9.0.5
gopkg.in/yaml.v3 v3.0.1
)