Update dependencies

This commit is contained in:
Jacob Gunther
2023-10-09 22:50:07 -05:00
parent 72780f9904
commit 72fb530078
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -7,7 +7,7 @@ toolchain go1.21.0
require (
github.com/go-redsync/redsync/v4 v4.9.4
github.com/gofiber/fiber/v2 v2.49.2
github.com/mineatar-io/skin-render v1.1.1
github.com/mineatar-io/skin-render v1.2.0
github.com/redis/go-redis/v9 v9.2.1
gopkg.in/yaml.v3 v3.0.1
)