Update logging interface
[ric-plt/appmgr.git] / go.mod
diff --git a/go.mod b/go.mod
index 19c1062..6a22825 100644 (file)
--- 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