X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=integration_tests%2Ftestxappcode%2Fgo.mod;h=7f44bd1476ffe4e31054a590e4c86149075c4d6c;hb=refs%2Fchanges%2F54%2F3454%2F7;hp=9a5691f59a0b7f4895093727a848a8faf8d5e133;hpb=78ba273b279a7e7af6dba811a29746b881a53a8e;p=ric-plt%2Fa1.git diff --git a/integration_tests/testxappcode/go.mod b/integration_tests/testxappcode/go.mod index 9a5691f..7f44bd1 100644 --- a/integration_tests/testxappcode/go.mod +++ b/integration_tests/testxappcode/go.mod @@ -3,17 +3,12 @@ go 1.13 module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/example-xapp require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.24 - github.com/go-openapi/errors v0.19.3 // indirect + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.8 github.com/go-openapi/runtime v0.19.11 // indirect github.com/go-openapi/spec v0.19.6 // indirect - github.com/go-openapi/strfmt v0.19.4 // indirect - github.com/go-openapi/swag v0.19.7 // indirect - github.com/go-openapi/validate v0.19.6 // indirect - github.com/jessevdk/go-flags v1.4.0 // indirect ) -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.24 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.8 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0