Add widget route

This commit is contained in:
Jacob Gunther
2023-03-30 22:47:01 -05:00
parent c45944b41b
commit eaa1492baa
9 changed files with 254 additions and 10 deletions

5
go.mod
View File

@@ -3,9 +3,12 @@ module main
go 1.19
require (
github.com/fogleman/gg v1.3.0
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.43.0
github.com/mcstatus-io/mcutil v0.0.0-20230331002438-59f81e936131
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/mcstatus-io/mcutil v0.0.0-20230331012121-a2cb94e8ebfe
golang.org/x/image v0.6.0
gopkg.in/yaml.v3 v3.0.1
)