mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-29 12:42:46 +00:00
Add kafka and postgres clients to vendor directory
This commit is contained in:
parent
2f965c6b33
commit
a78e0cba8e
876 changed files with 73718 additions and 0 deletions
80
vendor/manifest
vendored
Normal file
80
vendor/manifest
vendored
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"version": 0,
|
||||
"dependencies": [
|
||||
{
|
||||
"importpath": "github.com/Shopify/sarama",
|
||||
"repository": "https://github.com/Shopify/sarama",
|
||||
"revision": "574d3147eee384229bf96a5d12c207fe7b5234f3",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/davecgh/go-spew/spew",
|
||||
"repository": "https://github.com/davecgh/go-spew",
|
||||
"revision": "346938d642f2ec3594ed81d874461961cd0faa76",
|
||||
"branch": "master",
|
||||
"path": "/spew"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/eapache/go-resiliency/breaker",
|
||||
"repository": "https://github.com/eapache/go-resiliency",
|
||||
"revision": "b86b1ec0dd4209a588dc1285cdd471e73525c0b3",
|
||||
"branch": "master",
|
||||
"path": "/breaker"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/eapache/go-xerial-snappy",
|
||||
"repository": "https://github.com/eapache/go-xerial-snappy",
|
||||
"revision": "bb955e01b9346ac19dc29eb16586c90ded99a98c",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/eapache/queue",
|
||||
"repository": "https://github.com/eapache/queue",
|
||||
"revision": "44cc805cf13205b55f69e14bcb69867d1ae92f98",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/golang/snappy",
|
||||
"repository": "https://github.com/golang/snappy",
|
||||
"revision": "7db9049039a047d955fe8c19b83c8ff5abd765c7",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/klauspost/crc32",
|
||||
"repository": "https://github.com/klauspost/crc32",
|
||||
"revision": "cb6bfca970f6908083f26f39a79009d608efd5cd",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/lib/pq",
|
||||
"repository": "https://github.com/lib/pq",
|
||||
"revision": "a6657b2386e9b8be76484c08711b02c7cf867ead",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/pierrec/lz4",
|
||||
"repository": "https://github.com/pierrec/lz4",
|
||||
"revision": "5c9560bfa9ace2bf86080bf40d46b34ae44604df",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/pierrec/xxHash/xxHash32",
|
||||
"repository": "https://github.com/pierrec/xxHash",
|
||||
"revision": "5a004441f897722c627870a981d02b29924215fa",
|
||||
"branch": "master",
|
||||
"path": "/xxHash32"
|
||||
},
|
||||
{
|
||||
"importpath": "github.com/rcrowley/go-metrics",
|
||||
"repository": "https://github.com/rcrowley/go-metrics",
|
||||
"revision": "1f30fe9094a513ce4c700b9a54458bbb0c96996c",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
"importpath": "gopkg.in/Shopify/sarama.v1",
|
||||
"repository": "https://gopkg.in/Shopify/sarama.v1",
|
||||
"revision": "0fb560e5f7fbcaee2f75e3c34174320709f69944",
|
||||
"branch": "master"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue