33342f011d59323d252233fa8ae29cefe82a5853
[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/ric-plt/sdlgo v0.1.1
7         github.com/BurntSushi/toml v0.3.1 // indirect
8         github.com/fsnotify/fsnotify v1.4.7
9         github.com/gorilla/mux v1.7.1
10         github.com/prometheus/client_golang v0.9.3
11         github.com/spf13/viper v1.3.2
12         gitlabe1.ext.net.nokia.com/ric_dev/ue-nib v0.0.0-20190531121637-5379da45e235
13 )
14
15 replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.1.1