game versioning
This commit is contained in:
parent
e9dd802320
commit
e531b90499
2
go.mod
2
go.mod
@ -3,7 +3,7 @@ module git.saintnet.tech/tomecraft/tome_server
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
git.saintnet.tech/tomecraft/tome_game v0.0.0-20211001174426-36013e0b8925 // indirect
|
||||
git.saintnet.tech/tomecraft/tome_game v0.1.0 // indirect
|
||||
git.saintnet.tech/tomecraft/tome_lib v0.1.2 // indirect
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
)
|
||||
|
2
go.sum
2
go.sum
@ -1,5 +1,7 @@
|
||||
git.saintnet.tech/tomecraft/tome_game v0.0.0-20211001174426-36013e0b8925 h1:Td26lWIzlTTMEjarvtk/+uEBRaSfXp7zLP5Ynnpovfk=
|
||||
git.saintnet.tech/tomecraft/tome_game v0.0.0-20211001174426-36013e0b8925/go.mod h1:mwjKGgwOXGgviCbrtgk0yFRVyIwi8LQWELIOQfV2KlE=
|
||||
git.saintnet.tech/tomecraft/tome_game v0.1.0 h1:lX+nGeshZiM69aOdvaSYr4GT+Im+m/6VxdY8MY9oobc=
|
||||
git.saintnet.tech/tomecraft/tome_game v0.1.0/go.mod h1:o+aG3K2HNczRR+u7YlUiRmtukHLcrYTO12MiqGERAyY=
|
||||
git.saintnet.tech/tomecraft/tome_lib v0.1.0 h1:c+AMtXgLKUFErrYFx7g8M2zVcrHUwLRY18v/+N8nn2I=
|
||||
git.saintnet.tech/tomecraft/tome_lib v0.1.0/go.mod h1:Jekqa9ojNDOrcO1aL0IWKuhCQSE5+MNHVcYtTWA6uko=
|
||||
git.saintnet.tech/tomecraft/tome_lib v0.1.1 h1:WAX/9oQxkZeftWvy/dow00XUO+ZCp0/yOStCSL+T3nE=
|
||||
|
Loading…
Reference in New Issue
Block a user