X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=examples%2Fgo.mod;h=52376842a399738767b8b84be109f2ed8caa0aee;hb=96be5095a97c975d6644cdae6244366a9d2e59fe;hp=c39c00b63c2aea23d545d9adb30c0c96cda3ba99;hpb=4582bb0db597fcfe16672e145ddc9ecebc5830a4;p=ric-plt%2Fxapp-frame.git diff --git a/examples/go.mod b/examples/go.mod old mode 100755 new mode 100644 index c39c00b..5237684 --- a/examples/go.mod +++ b/examples/go.mod @@ -1,6 +1,20 @@ go 1.12 -module gitlabe1.ext.net.nokia.com/example-xapp +module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/example-xapp -require gitlabe1.ext.net.nokia.com/ric_dev/nokia-xapps/xapp v0.0.0 -replace gitlabe1.ext.net.nokia.com/ric_dev/nokia-xapps/xapp => gitlabe1.ext.net.nokia.com/ric_dev/nokia-xapps/xapp.git v0.0.0-20190520084019-6d175b3c7483 +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 +) + +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/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.0 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1