-
- Downloads
gosdn-cli with working command selection. Stubs mostly for grpc calls.
... | @@ -16,6 +16,7 @@ require ( | ... | @@ -16,6 +16,7 @@ require ( |
github.com/mattn/go-sqlite3 v1.14.3 | github.com/mattn/go-sqlite3 v1.14.3 | ||
github.com/openconfig/goyang v0.0.0-20200917201611-633eccb6fa97 // indirect | github.com/openconfig/goyang v0.0.0-20200917201611-633eccb6fa97 // indirect | ||
github.com/openconfig/ygot v0.8.7 | github.com/openconfig/ygot v0.8.7 | ||
github.com/rivo/tview v0.0.0-20200915114512-42866ecf6ca6 | |||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
google.golang.org/grpc v1.29.1 | google.golang.org/grpc v1.29.1 | ||
google.golang.org/protobuf v1.23.0 | google.golang.org/protobuf v1.23.0 | ||
... | ... |
Please register or sign in to comment