WIP [VOL-2811] - Incorporate preliminary onu-adapter-go code into opencord repo

- reason "discovery-mibsync-complete" reached (via full MibUpload only, received data won't be stored yet)
- first review comments of patchset #4 considered
 (please have a look into our inline-comments in Gerrit to know more about the current state)
- no refactoring done yet

Change-Id: Iac47817f8ce4bd28dd8132f530b0570d57ae99b8
Signed-off-by: Holger Hildebrandt <holger.hildebrandt@adtran.com>
diff --git a/go.mod b/go.mod
index bb3a024..8c07ce6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,18 @@
-module github.com/opencord/voltha-openonu-adapter-go
+module test.internal/openadapter
 
 go 1.13
 
-require github.com/stretchr/testify v1.5.1
+require (
+	github.com/EagleChen/mapmutex v0.0.0-20180418073615-e1a5ae258d8d // indirect
+	github.com/cenkalti/backoff/v3 v3.1.1 // indirect
+	github.com/gogo/protobuf v1.3.1
+	github.com/golang/protobuf v1.3.2
+	github.com/google/gopacket v1.1.17
+	github.com/looplab/fsm v0.1.0
+	github.com/opencord/omci-lib-go v0.13.1
+	github.com/opencord/voltha-lib-go/v3 v3.0.8
+	github.com/opencord/voltha-protos v1.0.3 // indirect
+	github.com/opencord/voltha-protos/v3 v3.2.2
+	github.com/stretchr/testify v1.5.1
+	google.golang.org/grpc v1.25.1 // indirect
+)