naman.gupta | ec6b6cf | 2022-12-12 17:03:19 +0530 | [diff] [blame] | 1 | go 1.13 |
| 2 | |
| 3 | module gerrit.o-ran-sc.org/r/ric-plt/xapp-frame/example-xapp |
| 4 | |
| 5 | require ( |
| 6 | gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.4.8 |
| 7 | github.com/go-openapi/runtime v0.19.11 // indirect |
| 8 | github.com/go-openapi/spec v0.19.6 // indirect |
| 9 | ) |
| 10 | |
| 11 | replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.4.8 |
| 12 | |
| 13 | replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.7.0 |
| 14 | |
| 15 | replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.1 |