X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=432ba856f4d5a084fb7aae0900d1597f8573f03f;hb=HEAD;hp=4de6318aba054b160b3f0f9cd67a953482126b7a;hpb=93cc3e245f87798c8753209980817727e0648401;p=ric-plt%2Fsubmgr.git diff --git a/go.mod b/go.mod index 4de6318..432ba85 100644 --- a/go.mod +++ b/go.mod @@ -1,17 +1,24 @@ -go 1.12 - module gerrit.o-ran-sc.org/r/ric-plt/submgr -require ( - gerrit.o-ran-sc.org/r/ric-plt/ue-nib v0.0.1 - gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.8 - github.com/spf13/viper v1.3.2 -) +go 1.18 -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/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.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.8 +replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.16 -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 -replace gerrit.o-ran-sc.org/r/ric-plt/ue-nib => gerrit.o-ran-sc.org/r/ric-plt/ue-nib.git v0.0.1 +replace gerrit.o-ran-sc.org/r/ric-plt/e2ap => ./e2ap/ + +require ( + gerrit.o-ran-sc.org/r/ric-plt/e2ap v0.0.0-00010101000000-000000000000 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.2.8 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.8.0 + gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000 + github.com/go-openapi/runtime v0.19.4 + github.com/go-openapi/strfmt v0.19.4 + github.com/gorilla/mux v1.7.1 + github.com/segmentio/ksuid v1.0.3 + github.com/spf13/viper v1.4.0 + github.com/stretchr/testify v1.5.1 +)