From 758f64f29e0fde1bb3087e33b6e435b5c3212517 Mon Sep 17 00:00:00 2001 From: wahidw Date: Tue, 2 Jun 2020 06:39:24 +0000 Subject: [PATCH] Using v0.4.14 xapp-framework that include mtypes related to TS Change-Id: I939b631fbb44f797ec0932e4c7c952e00e3f6b5b Signed-off-by: wahidw --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index e93f3ff..7bdc85b 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module routing-manager go 1.12.1 require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.10 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.14 github.com/ghodss/yaml v1.0.0 github.com/go-openapi/errors v0.19.3 github.com/go-openapi/loads v0.19.4 @@ -18,6 +18,6 @@ require ( replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.10 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.14 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 -- 2.16.6