X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=d3603ce01d4212d615654df6fc2cea8a48cec7b8;hb=467a99f0a3e5352ce77514ca2e3f9cc316fa9afc;hp=33342f011d59323d252233fa8ae29cefe82a5853;hpb=127f16726e208a904dda9d6f9c5016df86064438;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod index 33342f0..d3603ce 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,24 @@ module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame go 1.12 require ( - gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.1.1 - github.com/BurntSushi/toml v0.3.1 // indirect + gerrit.o-ran-sc.org/r/com/golog v0.0.1 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.21 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.3.1 github.com/fsnotify/fsnotify v1.4.7 + github.com/golang/protobuf v1.3.2 github.com/gorilla/mux v1.7.1 github.com/prometheus/client_golang v0.9.3 - github.com/spf13/viper v1.3.2 - gitlabe1.ext.net.nokia.com/ric_dev/ue-nib v0.0.0-20190531121637-5379da45e235 + github.com/spf13/viper v1.4.0 ) -replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.1.1 +replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.3.1 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.0-20190604083303-aaffc8ebe3f1 + +replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.21 + +replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.21 + +replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.21