X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=go.mod;h=6a22825f7420fee88c99b4c88427a71472fa97ad;hb=refs%2Fchanges%2F88%2F388%2F4;hp=19c1062630f411a8a913c18341be468c4d9e2255;hpb=059775ccd9e7c5482747729890800f7a7d507a94;p=ric-plt%2Fappmgr.git diff --git a/go.mod b/go.mod index 19c1062..6a22825 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,7 @@ module gerrit.oran-osc.org/r/ric-plt/appmgr go 1.12 require ( + gerrit.o-ran-sc.org/r/com/golog v0.0.1 gerrit.oran-osc.org/r/ric-plt/sdlgo v0.0.0 github.com/BurntSushi/toml v0.3.1 // indirect github.com/fsnotify/fsnotify v1.4.7 @@ -17,3 +18,5 @@ require ( ) replace gerrit.oran-osc.org/r/ric-plt/sdlgo => gerrit.oran-osc.org/r/ric-plt/sdlgo.git v0.0.1 + +replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1