Mohamed Abukar | 2e78e42 | 2019-06-02 11:45:52 +0300 | [diff] [blame^] | 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 latest |
| 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 |