Limit well-known response sizes (matrix-org/gomatrixserverlib#250)

This commit is contained in:
Neil Alexander 2021-01-21 13:57:41 +00:00
parent 8fe51019ad
commit 58f78e08af
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 3 additions and 7 deletions

2
go.mod
View file

@ -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-20210119115951-bd57c7cff614
github.com/matrix-org/gomatrixserverlib v0.0.0-20210121135706-63c66d16c96a
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