-
- Downloads
Merge branch '61-unmarshal-json-with-ygot' into 'v.0.1.0-codename-threadbare'
Resolve "Unmarshal JSON with ygot" See merge request cocsn/gosdn!74
Branches
Tags
Showing
- configs/clients.toml 2 additions, 0 deletionsconfigs/clients.toml
- go.mod 3 additions, 2 deletionsgo.mod
- go.sum 27 additions, 0 deletionsgo.sum
- nucleus/interfaces/clientConfig.go 6 additions, 4 deletionsnucleus/interfaces/clientConfig.go
- sbi/restconf/client/ciena/client.go 132 additions, 6 deletionssbi/restconf/client/ciena/client.go
... | ... | @@ -4,18 +4,19 @@ go 1.14 |
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/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/protobuf v1.4.2 | ||
github.com/google/go-cmp v0.4.1 // indirect | ||
github.com/neo4j/neo4j-go-driver v1.8.3 | ||
github.com/onsi/ginkgo v1.13.0 // indirect | ||
github.com/openconfig/ygot v0.8.7 | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
github.com/tidwall/gjson v1.6.3 | ||
github.com/sirupsen/logrus v1.4.2 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
google.golang.org/genproto v0.0.0-20200519141106-08726f379972 // indirect | ||
google.golang.org/grpc v1.29.1 | ||
google.golang.org/protobuf v1.23.0 | ||
) |
Please register or sign in to comment