update tome_server dep

This commit is contained in:
stryan 2021-10-01 21:21:20 -04:00
parent 1ecda43cd4
commit dbd0c4886b
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@ -4,6 +4,6 @@ go 1.16
require (
git.saintnet.tech/tomecraft/tome_lib v0.1.2 // indirect
git.saintnet.tech/tomecraft/tome_server v0.1.0 // indirect
git.saintnet.tech/tomecraft/tome_server v0.1.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
)

4
go.sum
View File

@ -1,10 +1,14 @@
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.1/go.mod h1:Jekqa9ojNDOrcO1aL0IWKuhCQSE5+MNHVcYtTWA6uko=
git.saintnet.tech/tomecraft/tome_lib v0.1.2 h1:S2BHgsWBGFv9fy+qBHuKXv0kcjT7VP/7gDmJHje/+RQ=
git.saintnet.tech/tomecraft/tome_lib v0.1.2/go.mod h1:Jekqa9ojNDOrcO1aL0IWKuhCQSE5+MNHVcYtTWA6uko=
git.saintnet.tech/tomecraft/tome_server v0.1.0 h1:tnwCCPai6+SOu/AzJa4ePuYyYrn/yrkHr3bCS0b/Dnc=
git.saintnet.tech/tomecraft/tome_server v0.1.0/go.mod h1:ciBGZtw0LVnGd/pZSYqiWRZJ9eGjswt62xbSrPM7G5Y=
git.saintnet.tech/tomecraft/tome_server v0.1.1 h1:Sxtt2rew1vPTFFXwVW+Q6qSQmDTHFYtb2MVfrEap2a0=
git.saintnet.tech/tomecraft/tome_server v0.1.1/go.mod h1:QKIiMVDAhw94CNxGz07AHWkUy4k5bBg7rnsXUU37P2s=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=