[SEBA-881] move device-management to go mod

Change-Id: Idf082ee75c157f72fd4173f653d9e13c1c55fcd3
diff --git a/demo_test/test.go b/demo_test/test.go
index 741da16..168dad1 100644
--- a/demo_test/test.go
+++ b/demo_test/test.go
@@ -15,13 +15,13 @@
 package main
 
 import (
-	importer "./proto"
+	"github.com/opencord/device-management/demo_test/proto"
 	"bufio"
 	"bytes"
 	"crypto/tls"
 	"fmt"
 	"github.com/Shopify/sarama"
-	log "github.com/Sirupsen/logrus"
+	log "github.com/sirupsen/logrus"
 	"golang.org/x/net/context"
 	"google.golang.org/grpc"
 	"google.golang.org/grpc/status"