tome_game/go.mod

9 lines
167 B
Modula-2
Raw Permalink Normal View History

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
)