X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=8de80d1087ac3e5a59c0fc85b1bc814e0e9ae532;hb=896c3acac45d9e23300072e0cf544bf728396066;hp=1b1b362ef7a9823e4297a61b49a224561cbcc4ba;hpb=d001434e094bfef65a21b77dc10f253095bd69ce;p=ric-plt%2Fsubmgr.git diff --git a/go.mod b/go.mod index 1b1b362..8de80d1 100644 --- a/go.mod +++ b/go.mod @@ -3,14 +3,20 @@ go 1.12 module gerrit.o-ran-sc.org/r/ric-plt/submgr require ( - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.20 + gerrit.o-ran-sc.org/r/ric-plt/e2ap v0.0.0-00010101000000-000000000000 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.28 + github.com/go-openapi/errors v0.19.2 github.com/go-openapi/runtime v0.19.7 github.com/go-openapi/strfmt v0.19.3 - github.com/spf13/viper v1.4.0 + github.com/go-openapi/swag v0.19.5 + github.com/go-openapi/validate v0.19.3 + github.com/spf13/viper v1.5.0 ) replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0 -replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.20 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.28 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/ric-plt/e2ap => ./e2ap/