-
- Downloads
Forked arista gnmi to avoid their glog fork
parent
7cb0548c
No related branches found
No related tags found
Showing
- cmd/gnmi/gnmi.go 8 additions, 1 deletioncmd/gnmi/gnmi.go
- forks/goarista 1 addition, 0 deletionsforks/goarista
- go.mod 8 additions, 1 deletiongo.mod
- go.sum 44 additions, 0 deletionsgo.sum
- nucleus/controller.go 2 additions, 2 deletionsnucleus/controller.go
- nucleus/gnmi_transport.go 10 additions, 14 deletionsnucleus/gnmi_transport.go
- nucleus/nucleus-core.go 2 additions, 2 deletionsnucleus/nucleus-core.go
- plugins/ciena/mcp.go 2 additions, 3 deletionsplugins/ciena/mcp.go
... | ... | @@ -2,24 +2,31 @@ module code.fbi.h-da.de/cocsn/gosdn |
go 1.14 | ||
replace github.com/aristanetworks/goarista/netns => /Users/mk/go/src/github.com/aristanetworks/goarista/netns | ||
require ( | ||
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 | ||
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/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591 | ||
github.com/go-openapi/runtime v0.19.22 | ||
github.com/go-openapi/strfmt v0.19.5 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/golang/protobuf v1.4.2 | ||
github.com/google/uuid v1.1.2 | ||
github.com/neo4j/neo4j-go-driver v1.8.3 | ||
github.com/onsi/ginkgo v1.13.0 // indirect | ||
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 | ||
github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 | ||
github.com/openconfig/ygot v0.8.7 | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/tidwall/gjson v1.6.3 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
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/protobuf v1.25.0 | ||
) |
This diff is collapsed.
Please register or sign in to comment