First version,
OLT is activated and enabled.
ONU are in discovery state, OMCI state machine is still missing.

Change-Id: I6dddd4fd3460ee73b44226a546318acb2545d64d
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..afe0e88
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,11 @@
+module gerrit.opencord.org/bbsim
+
+go 1.12
+
+require (
+	github.com/golang/protobuf v1.3.2
+	github.com/looplab/fsm v0.1.0
+	github.com/sirupsen/logrus v1.4.2
+	google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
+	google.golang.org/grpc v1.22.1
+)