- listening for Flows and updating ONU state machine
- Sending the EAP_START packet
- Moving Eapol in an external responder

Change-Id: I94fbbbb391467f44c71be8f2181cd41df7bd92f5
diff --git a/go.mod b/go.mod
index bfea739..ffee23a 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@
 
 require (
 	github.com/golang/protobuf v1.3.2
+	github.com/google/gopacket v1.1.17
 	github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 // indirect
 	github.com/looplab/fsm v0.1.0
 	github.com/opencord/omci-sim v0.0.0-20190826212842-203314beba7e