mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
Bump gomatrixserverlib (#353)
* Bump gomatrixserverlib Mostly because I want to use Erik's go-faster jsoning. * Update KeyDB for new KeyFetcher API we now need to implement FetcherName. * Attempt to fix integ tests CanonicalJSON doesn't like the empty string, apparently, and anyway canonicalising it is pointless. * More integ test fix
This commit is contained in:
parent
9e352e7311
commit
0786318a04
27 changed files with 7126 additions and 126 deletions
20
vendor/manifest
vendored
20
vendor/manifest
vendored
|
@ -135,7 +135,7 @@
|
|||
{
|
||||
"importpath": "github.com/matrix-org/gomatrixserverlib",
|
||||
"repository": "https://github.com/matrix-org/gomatrixserverlib",
|
||||
"revision": "076933f95312aae3a9476e78d6b4118e1b45d542",
|
||||
"revision": "8540d3dfc13c797cd3200640bc06e0286ab355aa",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
|
@ -274,6 +274,24 @@
|
|||
"branch": "master",
|
||||
"path": "/require"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/tidwall/gjson",
|
||||
"repository": "https://github.com/tidwall/gjson",
|
||||
"revision": "67e2a63ac70d273b6bc7589f12f07180bc9fc189",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/tidwall/match",
|
||||
"repository": "https://github.com/tidwall/match",
|
||||
"revision": "1731857f09b1f38450e2c12409748407822dc6be",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/tidwall/sjson",
|
||||
"repository": "https://github.com/tidwall/sjson",
|
||||
"revision": "6a22caf2fd45d5e2119bfc3717e984f15a7eb7ee",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/tj/go-debug",
|
||||
"repository": "https://github.com/tj/go-debug",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue