VOL-1984 replace gopkg.in sarama import

Change-Id: I2dbd20ffd21e58146fc67bf44e6faef77206bd2d
diff --git a/kafka/sarama_client.go b/kafka/sarama_client.go
index 8037002..9e3ce0c 100755
--- a/kafka/sarama_client.go
+++ b/kafka/sarama_client.go
@@ -18,16 +18,15 @@
 import (
 	"errors"
 	"fmt"
-	"strings"
-	"sync"
-	"time"
-
+	"github.com/Shopify/sarama"
 	scc "github.com/bsm/sarama-cluster"
 	"github.com/golang/protobuf/proto"
 	"github.com/google/uuid"
 	"github.com/opencord/voltha-go/common/log"
 	ic "github.com/opencord/voltha-protos/go/inter_container"
-	"gopkg.in/Shopify/sarama.v1"
+	"strings"
+	"sync"
+	"time"
 )
 
 func init() {