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

Change-Id: Idf082ee75c157f72fd4173f653d9e13c1c55fcd3
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..566a094
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,16 @@
+module github.com/opencord/device-management
+
+go 1.12
+
+require (
+	github.com/Shopify/sarama v1.24.1
+	github.com/golang/protobuf v1.3.2
+	github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
+	github.com/klauspost/cpuid v1.2.1 // indirect
+	github.com/sirupsen/logrus v1.4.2
+	golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
+	golang.org/x/net v0.0.0-20191119073136-fc4aabc6c914
+	golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
+	google.golang.org/grpc v1.25.1
+	honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
+)