X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=d7a9c320405ce49a71b9d6907c128faf366d27cb;hb=775722c877ef7110cdb4e992f5c216e0e03775c4;hp=ce000a7d94c670848447f2fed9be77037733d16e;hpb=2e78e42c5896b61b77ab3a97e45704f6749161b2;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod index ce000a7..d7a9c32 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,16 @@ 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 github.com/fsnotify/fsnotify v1.4.7 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 latest + gitlabe1.ext.net.nokia.com/ric_dev/ue-nib v0.0.0-20190531121637-5379da45e235 ) 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/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.0-20190604083303-aaffc8ebe3f1