blob: ce000a7d94c670848447f2fed9be77037733d16e [file] [log] [blame]
Mohamed Abukar2e78e422019-06-02 11:45:52 +03001module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame
2
3go 1.12
4
5require (
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 latest
13)
14
15replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.1.1