[VOL-4663] create voltha event topic (voltha.events) with conifgurable no of partitions and replication factor

Change-Id: Ibaf8681ccdbffcc8a3c68612c49d7822a20e1b14
diff --git a/go.mod b/go.mod
index f45e9b5..d09c213 100644
--- a/go.mod
+++ b/go.mod
@@ -1,24 +1,17 @@
 module gerrit.opencord.org/kafka-topic-exporter
 
-go 1.14
+go 1.16
 
 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/Shopify/sarama v1.32.0
 	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/sirupsen/logrus v1.8.1
 	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
 )