Gitiles
Code Review
Sign In
gerrit.nordix.org
/
oransc
/
ric-plt
/
e2mgr
/
b23d04b0a9b31a525ecb3a55dacb6c22008339e1
/
.
/
tools
/
RoutingManagerSimulator
/
go.mod
blob: 4ca14f128d903996f0aaea3d0490af80e5cc5959 [
file
] [
log
] [
blame
]
module
rmsimulator
go
1.12
require
(
github
.
com
/
gorilla
/
mux v1
.
7.0
github
.
com
/
pkg
/
errors v0
.
8.1
github
.
com
/
spf13
/
viper v1
.
6.1
github
.
com
/
stretchr
/
testify v1
.
4.0
go
.
uber
.
org
/
atomic v1
.
5.0
go
.
uber
.
org
/
zap v1
.
13.0
gopkg
.
in
/
yaml
.
v2 v2
.
2.4
)