minor update

This commit is contained in:
stryan 2021-10-01 13:44:26 -04:00
parent 91cf029584
commit 36013e0b89
1 changed files with 2 additions and 2 deletions

4
go.mod
View File

@ -1,9 +1,9 @@
module tome_game
module git.saintnet.tech/tomecraft/tome_game
go 1.16
require (
git.saintnet.tech/tomecraft/tome_lib v0.1.0 // indirect
git.saintnet.tech/tomecraft/tome_lib v0.1.1 // indirect
github.com/google/uuid v1.3.0 // indirect
)