update deps

This commit is contained in:
stryan 2021-10-07 13:44:14 -04:00
parent 7466daee98
commit f775056a98
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.16
require (
git.saintnet.tech/tomecraft/tome_lib v0.1.3
git.saintnet.tech/tomecraft/tome_server v0.1.2
git.saintnet.tech/tomecraft/tome_server v0.1.3-0.20211007174247-9e34cab257fc
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
)

4
go.sum
View File

@ -4,6 +4,8 @@ git.saintnet.tech/tomecraft/tome_game v0.1.0 h1:lX+nGeshZiM69aOdvaSYr4GT+Im+m/6V
git.saintnet.tech/tomecraft/tome_game v0.1.0/go.mod h1:o+aG3K2HNczRR+u7YlUiRmtukHLcrYTO12MiqGERAyY=
git.saintnet.tech/tomecraft/tome_game v0.1.1 h1:oAW/VjrpdFQ1msVml255Fo0CJ+FWQjaGitZLQZbaMY8=
git.saintnet.tech/tomecraft/tome_game v0.1.1/go.mod h1:NvCnRvwYVZh5Qy65QxjEAaGZrnDM9bD+FlGb6oZV7y4=
git.saintnet.tech/tomecraft/tome_game v0.1.2-0.20211007173712-596291bbf881 h1:igUMSriLf7UKLcrQLQjbwkOuuqQglxFXF55l5C4mrGk=
git.saintnet.tech/tomecraft/tome_game v0.1.2-0.20211007173712-596291bbf881/go.mod h1:NvCnRvwYVZh5Qy65QxjEAaGZrnDM9bD+FlGb6oZV7y4=
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=
@ -15,6 +17,8 @@ git.saintnet.tech/tomecraft/tome_server v0.1.1 h1:Sxtt2rew1vPTFFXwVW+Q6qSQmDTHFY
git.saintnet.tech/tomecraft/tome_server v0.1.1/go.mod h1:QKIiMVDAhw94CNxGz07AHWkUy4k5bBg7rnsXUU37P2s=
git.saintnet.tech/tomecraft/tome_server v0.1.2 h1:9EFN59iUuSwDkqNeKnOE8JugaAxJZjk05ZqZ8P9hGrw=
git.saintnet.tech/tomecraft/tome_server v0.1.2/go.mod h1:xEklvY94xGsUhC+ztXtGN3j9dpRZtkBUyGsrzNQzl70=
git.saintnet.tech/tomecraft/tome_server v0.1.3-0.20211007174247-9e34cab257fc h1:spLBzYVE067jxjP7KboqSBx7Wy0RfUqMPMFnq7sTU6Q=
git.saintnet.tech/tomecraft/tome_server v0.1.3-0.20211007174247-9e34cab257fc/go.mod h1:sjxKPhie6tAlU1R5QMiOc6Vqrikz/kEAXWshTMFCfck=
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=