kesavand | 2cde658 | 2020-06-22 04:56:23 -0400 | [diff] [blame^] | 1 | module gerrit.opencord.org/kafka-topic-exporter |
| 2 | |
| 3 | go 1.14 |
| 4 | |
| 5 | require ( |
| 6 | github.com/DataDog/zstd v1.4.0 // indirect |
| 7 | github.com/Shopify/sarama v1.23.0 |
| 8 | github.com/eapache/go-resiliency v1.2.0 // indirect |
| 9 | github.com/gfremex/logrus-kafka-hook v0.0.0-20180109031623-f62e125fcbfe |
| 10 | github.com/golang/protobuf v1.4.0 |
| 11 | github.com/jcmturner/gofork v1.0.0 // indirect |
| 12 | github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
| 13 | github.com/opencord/device-management-interface v0.0.0-20200617163137-f6b5eff37950 |
| 14 | github.com/opencord/voltha-protos v1.0.3 |
| 15 | github.com/prometheus/client_golang v1.0.0 |
| 16 | github.com/prometheus/common v0.6.0 // indirect |
| 17 | github.com/prometheus/procfs v0.0.3 // indirect |
| 18 | github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect |
| 19 | github.com/sirupsen/logrus v1.4.2 |
| 20 | golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect |
| 21 | golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect |
| 22 | golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect |
| 23 | golang.org/x/text v0.3.2 // indirect |
| 24 | google.golang.org/genproto v0.0.0-20200424135956-bca184e23272 // indirect |
| 25 | google.golang.org/grpc v1.29.1 // indirect |
| 26 | gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect |
| 27 | gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect |
| 28 | gopkg.in/yaml.v2 v2.2.2 |
| 29 | ) |