2021-10-01 13:44:26 -04:00
|
|
|
module git.saintnet.tech/tomecraft/tome_game
|
2021-10-01 13:40:46 -04:00
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
2021-10-07 13:02:40 -04:00
|
|
|
git.saintnet.tech/tomecraft/tome_lib v0.1.3 // indirect
|
2021-10-01 13:40:46 -04:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
)
|
2021-11-08 15:00:41 -05:00
|
|
|
|
|
|
|
replace git.saintnet.tech/tomecraft/tome_lib => ../tome_lib
|