-
- Downloads
gosdn-cli with working command selection. Stubs mostly for grpc calls.
parent
a7bdc7c6
No related branches found
No related tags found
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
... | @@ -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