VOL-1691 Fix openolt adapter getting stuck while registartion with core

Change-Id: Ide8131f325bc15f1b909e14d7af6ee9bcd6b3b5b
diff --git a/vendor/github.com/mdlayher/ethernet/go.mod b/vendor/github.com/mdlayher/ethernet/go.mod
index 4ac5e77..ffe3803 100644
--- a/vendor/github.com/mdlayher/ethernet/go.mod
+++ b/vendor/github.com/mdlayher/ethernet/go.mod
@@ -2,4 +2,9 @@
 
 go 1.12
 
-require github.com/mdlayher/raw v0.0.0-20190313224157-43dbcdd7739d
+require (
+	github.com/google/go-cmp v0.3.0 // indirect
+	github.com/mdlayher/raw v0.0.0-20190606142536-fef19f00fc18
+	golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
+	golang.org/x/sys v0.0.0-20190606122018-79a91cf218c4 // indirect
+)