Update dependencies and add unique UUID route

This commit is contained in:
Jacob Gunther
2023-05-02 19:21:07 -05:00
parent d4f88af1f8
commit 953eb04476
7 changed files with 64 additions and 1 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.18
require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.44.0
github.com/mineatar-io/skin-render v1.0.6
github.com/mineatar-io/skin-render v1.0.8
gopkg.in/yaml.v3 v3.0.1
)