X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Fgo.mod;h=acf0c700093dcef5e50356a9f9dd7ab24fe41595;hb=c8382f13e7126e4038b88b0f8af33db983b7ea3a;hp=78e55fea2ed7e012427207d5410219e16a4d4138;hpb=bf6780bc2a998042027174a760fc12b8af9db3c1;p=ric-plt%2Fxapp-frame.git diff --git a/examples/go.mod b/examples/go.mod index 78e55fe..acf0c70 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,10 +2,13 @@ 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.4.1 +require ( + gerrit.o-ran-sc.org/r/ric-plt/alarm-go.git/alarm v0.5.0 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.7.1 +) -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git 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.7.1 -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/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 -replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2