Major changes and refactor of all code to break things out more and add in more testing

This commit is contained in:
2024-08-21 02:08:46 -04:00
parent dc35137e19
commit c2281e0c19
21 changed files with 974 additions and 331 deletions

4
go.mod
View File

@@ -2,13 +2,13 @@ module github.com/araxiaonline/endgame-item-generator
go 1.22.4
replace github.com/araxiaonline/endgame-item-generator/models => ../models
require github.com/go-sql-driver/mysql v1.8.1
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/thoas/go-funk v0.9.3 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
)