mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-31 21:32:46 +00:00
Bump dependencies (#592)
* Bump dependencies * Fix missing dependencies that were not previously fetched
This commit is contained in:
parent
8b0f60a470
commit
2133e6bf59
44 changed files with 10555 additions and 2 deletions
38
vendor/manifest
vendored
38
vendor/manifest
vendored
|
@ -148,8 +148,8 @@
|
|||
{
|
||||
"importpath": "github.com/matrix-org/gomatrixserverlib",
|
||||
"repository": "https://github.com/matrix-org/gomatrixserverlib",
|
||||
"revision": "677bbe93ffc9ad9ba5de615cd81185d0493f5d25",
|
||||
"branch": "master"
|
||||
"revision": "1c2cbc0872f0b2f19929dd70d22f77486078641e",
|
||||
"branch": "HEAD"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/matrix-org/naffka",
|
||||
|
@ -369,6 +369,34 @@
|
|||
"branch": "master",
|
||||
"path": "/ed25519"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/internal/subtle",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"revision": "e4dc69e5b2fd71dcaf8bd5d054eb936deb78d1fa",
|
||||
"branch": "master",
|
||||
"path": "/internal/subtle"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/nacl/secretbox",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"revision": "e4dc69e5b2fd71dcaf8bd5d054eb936deb78d1fa",
|
||||
"branch": "master",
|
||||
"path": "/nacl/secretbox"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/poly1305",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"revision": "e4dc69e5b2fd71dcaf8bd5d054eb936deb78d1fa",
|
||||
"branch": "master",
|
||||
"path": "/poly1305"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/salsa20/salsa",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
"revision": "e4dc69e5b2fd71dcaf8bd5d054eb936deb78d1fa",
|
||||
"branch": "master",
|
||||
"path": "/salsa20/salsa"
|
||||
},
|
||||
{
|
||||
"importpath": "golang.org/x/crypto/ssh",
|
||||
"repository": "https://go.googlesource.com/crypto",
|
||||
|
@ -455,6 +483,12 @@
|
|||
"revision": "02e621739c77c791d8c153f240b7a1f75b07816f",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "gopkg.in/macaroon.v2",
|
||||
"repository": "https://gopkg.in/macaroon.v2",
|
||||
"revision": "bed2a428da6e56d950bed5b41fcbae3141e5b0d0",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "gopkg.in/yaml.v2",
|
||||
"repository": "https://gopkg.in/yaml.v2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue