Releasing Docker image
[ric-plt/alarm-go.git] / go.mod
diff --git a/go.mod b/go.mod
old mode 100755 (executable)
new mode 100644 (file)
index 2f19f6c..cc1fa1d
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,9 @@ module gerrit.o-ran-sc.org/r/ric-plt/alarm-go
 
 go 1.13
 
-replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm => ../alarm/
+replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm => ./alarm/
 
-replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.0.30
+replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.0
 
 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
 
@@ -12,9 +12,12 @@ replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v
 
 require (
        gerrit.o-ran-sc.org/r/com/golog v0.0.1
+       gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm v0.0.0-00010101000000-000000000000
        gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000
        github.com/go-openapi/runtime v0.19.11
        github.com/go-openapi/strfmt v0.19.4
+       github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
+       github.com/modern-go/reflect2 v1.0.1 // indirect
        github.com/prometheus/alertmanager v0.20.0
        github.com/spf13/viper v1.6.2
        github.com/stretchr/testify v1.5.1