Move Yggdrasil methods to this repo

This commit is contained in:
Jacob Gunther
2023-02-24 12:51:29 -06:00
parent 4d926e5976
commit 2d1648f119
4 changed files with 142 additions and 7 deletions

1
go.mod
View File

@@ -7,7 +7,6 @@ require (
github.com/gofiber/fiber/v2 v2.40.1
github.com/joho/godotenv v1.4.0
github.com/mineatar-io/skin-render v1.0.1
github.com/mineatar-io/yggdrasil v1.0.1
gopkg.in/yaml.v3 v3.0.1
)