diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-09-23 12:47:16 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-09-23 12:47:16 +0100 |
commit | 60524f4b994ba070fff74fa47599e0fcc7856fc0 (patch) | |
tree | e40cae3c5e33d156cf98e243edec4a73ad530e89 /go.mod | |
parent | de8b39065ec6d56d6784ce3b704f00432b41e6fb (diff) |
Update gomatrixserverlib to matrix-org/gomatrixserverlib#223
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ require ( github.com/matrix-org/go-http-js-libp2p v0.0.0-20200518170932-783164aeeda4 github.com/matrix-org/go-sqlite3-js v0.0.0-20200522092705-bc8506ccbcf3 github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd - github.com/matrix-org/gomatrixserverlib v0.0.0-20200922152606-4aa1159e672b + github.com/matrix-org/gomatrixserverlib v0.0.0-20200923114637-d0bf7a3c8b02 github.com/matrix-org/naffka v0.0.0-20200901083833-bcdd62999a91 github.com/matrix-org/util v0.0.0-20200807132607-55161520e1d4 github.com/mattn/go-sqlite3 v1.14.2 |