Added new implementation for the following feature requests:
[ric-plt/xapp-frame.git] / go.mod
1 module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame
2
3 go 1.12
4
5 require (
6         gerrit.o-ran-sc.org/r/com/golog v0.0.1
7         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.8
8         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.8
9         gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.8
10         gerrit.o-ran-sc.org/r/ric-plt/sdlgo v0.2.2
11         gerrit.o-ran-sc.org/r/ric-plt/ue-nib v0.0.1
12         github.com/fsnotify/fsnotify v1.4.7
13         github.com/golang/protobuf v1.3.1
14         github.com/gorilla/mux v1.7.1
15         github.com/pkg/errors v0.8.1
16         github.com/prometheus/client_golang v0.9.3
17         github.com/spf13/viper v1.4.0
18 )
19
20 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.2.0
21
22 replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.0-20190604083303-aaffc8ebe3f1
23
24 replace gerrit.o-ran-sc.org/r/ric-plt/ue-nib => gerrit.o-ran-sc.org/r/ric-plt/ue-nib.git v0.0.1
25
26 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/common v1.0.8
27
28 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/entities v1.0.8
29
30 replace gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader => gerrit.o-ran-sc.org/r/ric-plt/nodeb-rnib.git/reader v1.0.8