Add widget route
This commit is contained in:
5
go.mod
5
go.mod
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user