Releasing Docker image
[ric-plt/alarm-go.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/alarm-go
2
3 go 1.13
4
5 replace gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm => ./alarm/
6
7 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
8
9 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
10
11 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1
12
13 require (
14         gerrit.o-ran-sc.org/r/com/golog v0.0.1
15         gerrit.o-ran-sc.org/r/ric-plt/alarm-go/alarm v0.0.0-00010101000000-000000000000
16         gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000
17         github.com/go-openapi/runtime v0.19.11
18         github.com/go-openapi/strfmt v0.19.4
19         github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
20         github.com/modern-go/reflect2 v1.0.1 // indirect
21         github.com/prometheus/alertmanager v0.20.0
22         github.com/spf13/viper v1.6.2
23         github.com/stretchr/testify v1.5.1
24 )