blob: f45e9b52ce69da4bbf513bbb0323bd344350db6d [file] [log] [blame]
module gerrit.opencord.org/kafka-topic-exporter
go 1.14
require (
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Shopify/sarama v1.23.0
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/gfremex/logrus-kafka-hook v0.0.0-20180109031623-f62e125fcbfe
github.com/golang/protobuf v1.5.2
github.com/jcmturner/gofork v1.0.0 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/opencord/device-management-interface v1.4.0
github.com/opencord/voltha-protos/v5 v5.2.4
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190706150252-9beb055b7962 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.7.0
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
gopkg.in/yaml.v2 v2.2.3
)