RICPLT-2707 - Create RNIB reader in C

Change-Id: Ife2594086079eb50657628dfc2db57a1eea51aa8
Signed-off-by: Irina <ib565x@intl.att.com>
diff --git a/creader/go.mod b/creader/go.mod
new file mode 100644
index 0000000..3dc4425
--- /dev/null
+++ b/creader/go.mod
@@ -0,0 +1,15 @@
+module gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/creader
+
+go 1.12
+
+require (
+	gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.28
+	gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.28
+	gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.28
+	gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.5.0
+	github.com/golang/protobuf v1.3.2
+	github.com/pkg/errors v0.8.1
+	github.com/stretchr/testify v1.3.0
+)
+
+replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0