RIS CLI (#222)
* init * Refactoring
cmd/riscli/dump_loc_rib.go
0 → 100644
cmd/riscli/main.go
0 → 100644
cmd/riscli/route.go
0 → 100644
... | ... | @@ -12,6 +12,7 @@ require ( |
github.com/prometheus/common v0.6.0 | ||
github.com/sirupsen/logrus v1.3.0 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/urfave/cli v1.21.0 | ||
github.com/vishvananda/netlink v1.0.0 | ||
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect | ||
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 | ||
... | ... |
Please register or sign in to comment