Update Go version in Actions, update dependencies

This commit is contained in:
Jacob Gunther
2023-04-20 00:29:48 -05:00
parent a66cc778f7
commit af45527321
3 changed files with 4 additions and 2 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/gofiber/fiber/v2 v2.44.0
github.com/joho/godotenv v1.5.1
github.com/mineatar-io/skin-render v1.0.1
github.com/mineatar-io/skin-render v1.0.2
gopkg.in/yaml.v3 v3.0.1
)