wahidw | a8596ec | 2019-12-05 06:30:42 +0000 | [diff] [blame] | 1 | module routing-manager |
| 2 | |
rangajal | a8b2771 | 2021-05-19 14:13:36 +0000 | [diff] [blame] | 3 | go 1.13 |
wahidw | a8596ec | 2019-12-05 06:30:42 +0000 | [diff] [blame] | 4 | |
| 5 | require ( |
Timo Tietavainen | e6c7db5 | 2021-10-07 09:22:33 +0300 | [diff] [blame] | 6 | gerrit.o-ran-sc.org/r/ric-plt/xapp-frame v0.9.1 |
wahidw | dd6b056 | 2020-03-31 03:09:45 +0000 | [diff] [blame] | 7 | github.com/ghodss/yaml v1.0.0 |
| 8 | github.com/go-openapi/errors v0.19.3 |
| 9 | github.com/go-openapi/loads v0.19.4 |
| 10 | github.com/go-openapi/runtime v0.19.4 |
| 11 | github.com/go-openapi/spec v0.19.3 |
| 12 | github.com/go-openapi/strfmt v0.19.4 |
| 13 | github.com/go-openapi/swag v0.19.7 |
| 14 | github.com/go-openapi/validate v0.19.6 |
| 15 | github.com/jessevdk/go-flags v1.4.0 |
Timo Tietavainen | e378e30 | 2021-06-10 23:57:03 +0300 | [diff] [blame] | 16 | github.com/kr/pretty v0.2.0 // indirect |
| 17 | github.com/magiconair/properties v1.8.1 // indirect |
| 18 | github.com/mitchellh/mapstructure v1.3.2 // indirect |
| 19 | github.com/pelletier/go-toml v1.8.0 // indirect |
| 20 | github.com/spf13/cast v1.3.1 // indirect |
| 21 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 22 | github.com/spf13/pflag v1.0.5 // indirect |
| 23 | github.com/spf13/viper v1.4.0 |
| 24 | golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 |
| 25 | golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect |
| 26 | gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect |
wahidw | a8596ec | 2019-12-05 06:30:42 +0000 | [diff] [blame] | 27 | ) |
| 28 | |
Timo Tietavainen | e6c7db5 | 2021-10-07 09:22:33 +0300 | [diff] [blame] | 29 | replace gerrit.o-ran-sc.org/r/ric-plt/sdlgo => gerrit.o-ran-sc.org/r/ric-plt/sdlgo.git v0.8.0 |
wahidw | a8596ec | 2019-12-05 06:30:42 +0000 | [diff] [blame] | 30 | |
Timo Tietavainen | e6c7db5 | 2021-10-07 09:22:33 +0300 | [diff] [blame] | 31 | replace gerrit.o-ran-sc.org/r/ric-plt/xapp-frame => gerrit.o-ran-sc.org/r/ric-plt/xapp-frame.git v0.9.1 |
wahidw | a8596ec | 2019-12-05 06:30:42 +0000 | [diff] [blame] | 32 | |
Abukar Mohamed | d962cb4 | 2021-03-11 06:14:05 +0000 | [diff] [blame] | 33 | replace gerrit.o-ran-sc.org/r/com/golog => gerrit.o-ran-sc.org/r/com/golog.git v0.0.2 |