mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 11:23:11 -06:00
Update gomatrixserverlib to p2p commit e5dcc65
This commit is contained in:
parent
343c4de342
commit
3987102cee
2
go.mod
2
go.mod
|
|
@ -14,7 +14,7 @@ require (
|
|||
github.com/lib/pq v0.0.0-20170918175043-23da1db4f16d
|
||||
github.com/matrix-org/dugong v0.0.0-20171220115018-ea0a4690a0d5
|
||||
github.com/matrix-org/gomatrix v0.0.0-20190528120928-7df988a63f26
|
||||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191230174935-92c0338978d8
|
||||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191230181226-e5dcc65565b2
|
||||
|
||||
github.com/matrix-org/naffka v0.0.0-20171115094957-662bfd0841d0
|
||||
github.com/matrix-org/util v0.0.0-20171127121716-2e2df66af2f5
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -69,6 +69,8 @@ github.com/matrix-org/gomatrixserverlib v0.0.0-20191016163103-1f7afc6251d9 h1:pO
|
|||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191016163103-1f7afc6251d9/go.mod h1:sf0RcKOdiwJeTti7A313xsaejNUGYDq02MQZ4JD4w/E=
|
||||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191230174935-92c0338978d8 h1:ZqkMEMKkP3HMLwoWRVHaElFkOw0uQWDRDHhXv7Zmgns=
|
||||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191230174935-92c0338978d8/go.mod h1:FsKa2pWE/bpQql9H7U4boOPXFoJX/QcqaZZ6ijLkaZI=
|
||||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191230181226-e5dcc65565b2 h1:O5bhfMJ00S9BYhhQ/ustlBw+2ToRerXp8gIkCee0AZE=
|
||||
github.com/matrix-org/gomatrixserverlib v0.0.0-20191230181226-e5dcc65565b2/go.mod h1:FsKa2pWE/bpQql9H7U4boOPXFoJX/QcqaZZ6ijLkaZI=
|
||||
github.com/matrix-org/naffka v0.0.0-20171115094957-662bfd0841d0 h1:p7WTwG+aXM86+yVrYAiCMW3ZHSmotVvuRbjtt3jC+4A=
|
||||
github.com/matrix-org/naffka v0.0.0-20171115094957-662bfd0841d0/go.mod h1:cXoYQIENbdWIQHt1SyCo6Bl3C3raHwJ0wgVrXHSqf+A=
|
||||
github.com/matrix-org/util v0.0.0-20171127121716-2e2df66af2f5 h1:W7l5CP4V7wPyPb4tYE11dbmeAOwtFQBTW0rf4OonOS8=
|
||||
|
|
|
|||
Loading…
Reference in a new issue