fix go mod and change tag version to 1.0.3 81/681/1
authorss412g <shuky.har-noy@intl.att.com>
Mon, 12 Aug 2019 15:19:55 +0000 (18:19 +0300)
committerss412g <shuky.har-noy@intl.att.com>
Mon, 12 Aug 2019 15:20:11 +0000 (18:20 +0300)
Change-Id: Iaa72859f139ab707c85b3213f216e36ad6367c19
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
E2Manager/container-tag.yaml
E2Manager/go.mod

index 707a9ab..5c23161 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 1.0.0
+tag: 1.0.3
index 9e9d9d4..704fd19 100644 (file)
@@ -1,12 +1,10 @@
 module e2mgr
 
 require (
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.16
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.16
-       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.16
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.18
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.18
+       gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.18
        gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.0
-       gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/ric-plt/nodeb-rnib.git/common v1.0.5 // indirect
-       gerrit.ranco-dev-tools.eastus.cloudapp.azure.com/ric-plt/nodeb-rnib.git/entities v1.0.5
        github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
        github.com/go-ozzo/ozzo-validation v3.5.0+incompatible
        github.com/golang/protobuf v1.3.1