X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=db2904c5bf83f4b18ea8946b2f97a5f4ce46d2af;hb=refs%2Fchanges%2F08%2F708%2F1;hp=fe46bcf48136df5ec6499b5ddc60d8c816422a42;hpb=08fdd0bba0fa505f8f4bd083d5517148e0b21902;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod index fe46bcf..db2904c 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,28 @@ module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame go 1.12 require ( - gerrit.o-ran-sc.org/r/com/golog v0.0.0 - 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.8 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.8 + gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.8 + gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.2 + gerrit.o-ran-sc.org/r/ric-plt/ue-nib v0.0.1 github.com/fsnotify/fsnotify v1.4.7 + github.com/golang/protobuf v1.3.1 github.com/gorilla/mux v1.7.1 + github.com/pkg/errors v0.8.1 github.com/prometheus/client_golang v0.9.3 - github.com/spf13/viper v1.3.2 + 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.2.0 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/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/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.8 + +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.8 + +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.8