X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=d7a9c320405ce49a71b9d6907c128faf366d27cb;hb=775722c877ef7110cdb4e992f5c216e0e03775c4;hp=33342f011d59323d252233fa8ae29cefe82a5853;hpb=127f16726e208a904dda9d6f9c5016df86064438;p=ric-plt%2Fxapp-frame.git diff --git a/go.mod b/go.mod index 33342f0..d7a9c32 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ 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 @@ -13,3 +14,5 @@ require ( ) 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