Finish porting to ONF infrastructure
- change of imports
- Adding vendor folder
- licensing

Change-Id: If2e7ed27d603668b848ae58c135e94a8db13a9e2
diff --git a/go.mod b/go.mod
index 7fd7f18..77a4226 100644
--- a/go.mod
+++ b/go.mod
@@ -1,14 +1,21 @@
-module github.com/cboling/omci
+module github.com/opencord/omci-lib-go
 
 go 1.13
 
 require (
 	github.com/aead/cmac v0.0.0-20160719120800-7af84192f0b1
-	github.com/davecgh/go-spew v1.1.1
 	github.com/deckarep/golang-set v1.7.1
-	github.com/google/gopacket v1.1.16-0.20190128161349-66eed7fc5258
-	github.com/pmezard/go-difflib v1.0.0
-	github.com/stretchr/testify v1.4.0
-	golang.org/x/tools v0.0.0-20200211045251-2de505fc5306 // indirect
-	gopkg.in/yaml.v2 v2.2.7
+	github.com/google/gopacket v1.1.17
+	github.com/stretchr/objx v0.2.0 // indirect
+	github.com/stretchr/testify v1.5.1
+	golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
+	golang.org/x/mod v0.2.0 // indirect
+	golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
+	golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
+	golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
+	golang.org/x/text v0.3.2 // indirect
+	golang.org/x/tools v0.0.0-20200221224223-e1da425f72fd // indirect
+	golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
+	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+	gopkg.in/yaml.v2 v2.2.8 // indirect
 )