Code Review
/
ric-plt
/
e2mgr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
RICPLT-2966 - Free memory fix cgo
[ric-plt/e2mgr.git]
/
tools
/
RoutingManagerSimulator
/
go.mod
1
module rmsimulator
2
3
go 1.12
4
5
require (
6
github.com/gorilla/mux v1.7.0
7
github.com/pkg/errors v0.8.1
8
github.com/spf13/viper v1.6.1
9
github.com/stretchr/testify v1.4.0
10
go.uber.org/atomic v1.5.0
11
go.uber.org/zap v1.13.0
12
gopkg.in/yaml.v2 v2.2.4
13
)