X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-go%2Fgo.mod;h=26b642f18b572934b4aac94b6ba11d38af4233b9;hb=refs%2Fchanges%2F95%2F9595%2F2;hp=a189744b11ccce3f2f68ba9d563e5cc580e6229e;hpb=3ad6de4df1dfe70e467064e6477f2e6068e87048;p=ric-plt%2Fa1.git diff --git a/a1-go/go.mod b/a1-go/go.mod index a189744..26b642f 100644 --- a/a1-go/go.mod +++ b/a1-go/go.mod @@ -26,6 +26,8 @@ replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdl replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.3 + require ( gerrit.o-ran-sc.org/r/com/golog v0.0.2 gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.7.0 @@ -41,4 +43,5 @@ require ( github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 )