-
- Downloads
Code resembles a vague idea of information flow now. Too much hand crafting...
Code resembles a vague idea of information flow now. Too much hand crafting rn. Needs to be automatically done.
parent
f1cacec0
Branches
Tags
This commit is part of merge request !85. Comments created here will be created in the context of that merge request.
Showing
- cmd/gnmi/gnmi.go 3 additions, 2 deletionscmd/gnmi/gnmi.go
- forks/goarista 1 addition, 1 deletionforks/goarista
- go.mod 2 additions, 7 deletionsgo.mod
- go.sum 6 additions, 7 deletionsgo.sum
- nucleus/device.go 34 additions, 1 deletionnucleus/device.go
- nucleus/southbound.go 7 additions, 18 deletionsnucleus/southbound.go
- plugins/ciena/mcp.go 1 addition, 1 deletionplugins/ciena/mcp.go
goarista @ 09b37ed2
... | @@ -2,13 +2,10 @@ module code.fbi.h-da.de/cocsn/gosdn | ... | @@ -2,13 +2,10 @@ module code.fbi.h-da.de/cocsn/gosdn |
go 1.14 | go 1.14 | ||
replace github.com/aristanetworks/goarista/netns => /Users/mk/go/src/github.com/aristanetworks/goarista/netns | |||
require ( | require ( | ||
code.fbi.h-da.de/cocsn/swagger/apis v0.0.0-20200924152423-61030cab7b88 | code.fbi.h-da.de/cocsn/swagger/apis v0.0.0-20200924152423-61030cab7b88 | ||
code.fbi.h-da.de/cocsn/yang-modules/generated/tapi v0.0.0-20201116134549-765aa1790752 | code.fbi.h-da.de/cocsn/yang-models v0.0.3 | ||
github.com/BurntSushi/toml v0.3.1 | github.com/BurntSushi/toml v0.3.1 | ||
github.com/aristanetworks/fsnotify v1.4.2 | |||
github.com/aristanetworks/goarista v0.0.0-20201120222254-94a892eb0c6a | github.com/aristanetworks/goarista v0.0.0-20201120222254-94a892eb0c6a | ||
github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591 | github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591 | ||
github.com/go-openapi/runtime v0.19.22 | github.com/go-openapi/runtime v0.19.22 | ||
... | @@ -20,13 +17,11 @@ require ( | ... | @@ -20,13 +17,11 @@ require ( |
github.com/onsi/ginkgo v1.13.0 // indirect | github.com/onsi/ginkgo v1.13.0 // indirect | ||
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 | github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 | ||
github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 | github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 | ||
github.com/openconfig/ygot v0.8.7 | github.com/openconfig/ygot v0.8.11 | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
github.com/sirupsen/logrus v1.4.2 | github.com/sirupsen/logrus v1.4.2 | ||
github.com/tidwall/gjson v1.6.3 | github.com/tidwall/gjson v1.6.3 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 | golang.org/x/net v0.0.0-20200904194848-62affa334b73 | ||
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect | |||
golang.org/x/sys v0.0.0-20201017003518-b09fb700fbb7 | |||
google.golang.org/grpc v1.29.1 | google.golang.org/grpc v1.29.1 | ||
google.golang.org/protobuf v1.25.0 | google.golang.org/protobuf v1.25.0 | ||
) | ) |
Please register or sign in to comment