Redesign and taking xapp-framework into use
[ric-plt/vespamgr.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/vespamgr
2
3 go 1.13
4
5 replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.6.7
6
7 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.5.2
8
9 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2
10
11 require (
12         gerrit.o-ran-sc.org/r/com/golog.git v0.0.1
13         gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.0.0-00010101000000-000000000000
14         github.com/stretchr/testify v1.5.1
15         gopkg.in/yaml.v2 v2.2.4
16 )