mirror of
https://github.com/araxiaonline/wow-item-generator.git
synced 2026-06-13 03:02:22 -04:00
Major changes and refactor of all code to break things out more and add in more testing
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user