X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fgo.mod;h=53baac57f77044c92ce5a8fe4d0db18c31238cdd;hb=5a6861191068d31051efdb453f8b97237c8eadb1;hp=52376842a399738767b8b84be109f2ed8caa0aee;hpb=96be5095a97c975d6644cdae6244366a9d2e59fe;p=ric-plt%2Fxapp-frame.git diff --git a/examples/go.mod b/examples/go.mod index 5237684..53baac5 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,18 +2,9 @@ go 1.12 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.20 - github.com/go-openapi/errors v0.19.3 // indirect - 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 -) +require gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.1 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.21 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.6 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0