tome_game/go.mod

11 lines
200 B
Modula-2
Raw Normal View History

2021-10-01 13:40:46 -04:00
module tome_game
go 1.16
replace git.saintnet.tech/tomecraft/tome_lib => ../tome_lib
require (
git.saintnet.tech/tomecraft/tome_lib v0.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
)