mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
Adding transport/redis_pubsub publisher
This commit is contained in:
parent
6b6a375228
commit
45bf043d8a
4 changed files with 70 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -8,6 +8,7 @@ require (
|
|||
github.com/eosswedenorg-go/pid v1.0.1
|
||||
github.com/go-redis/cache/v8 v8.4.4
|
||||
github.com/go-redis/redis/v8 v8.11.6-0.20220405070650-99c79f7041fc
|
||||
github.com/go-redis/redismock/v8 v8.11.5
|
||||
github.com/nikoksr/notify v0.35.0
|
||||
github.com/pborman/getopt/v2 v2.1.0
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
|
|
@ -25,6 +26,7 @@ require (
|
|||
github.com/klauspost/compress v1.15.12 // indirect
|
||||
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
|
||||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
||||
github.com/onsi/gomega v1.24.1 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/streamingfast/logging v0.0.0-20220813175024-b4fbb0e893df // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue