Support the ability to make images square

This commit is contained in:
Jacob Gunther
2024-07-13 11:45:16 -05:00
parent ae3203543a
commit e123b0e337
7 changed files with 22 additions and 1 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.18
require (
github.com/go-redsync/redsync/v4 v4.12.1
github.com/gofiber/fiber/v2 v2.52.2
github.com/mineatar-io/skin-render v1.2.0
github.com/mineatar-io/skin-render v1.3.0
github.com/redis/go-redis/v9 v9.5.1
gopkg.in/yaml.v3 v3.0.1
)