blob: d09c2137dc15fd82ee9ceb8301c15221f68fdb60 [file] [log] [blame]
kesavand2cde6582020-06-22 04:56:23 -04001module gerrit.opencord.org/kafka-topic-exporter
2
kesavandc71914f2022-03-25 11:19:03 +05303go 1.16
kesavand2cde6582020-06-22 04:56:23 -04004
5require (
kesavandc71914f2022-03-25 11:19:03 +05306 github.com/Shopify/sarama v1.32.0
kesavand2cde6582020-06-22 04:56:23 -04007 github.com/gfremex/logrus-kafka-hook v0.0.0-20180109031623-f62e125fcbfe
Andrea Campanella764f1ed2022-03-24 11:46:38 +01008 github.com/golang/protobuf v1.5.2
Andrea Campanella764f1ed2022-03-24 11:46:38 +01009 github.com/opencord/device-management-interface v1.4.0
10 github.com/opencord/voltha-protos/v5 v5.2.4
kesavand2cde6582020-06-22 04:56:23 -040011 github.com/prometheus/client_golang v1.0.0
12 github.com/prometheus/common v0.6.0 // indirect
13 github.com/prometheus/procfs v0.0.3 // indirect
kesavandc71914f2022-03-25 11:19:03 +053014 github.com/sirupsen/logrus v1.8.1
Andrea Campanella764f1ed2022-03-24 11:46:38 +010015 github.com/stretchr/testify v1.7.0
Andrea Campanella764f1ed2022-03-24 11:46:38 +010016 gopkg.in/yaml.v2 v2.2.3
kesavand2cde6582020-06-22 04:56:23 -040017)