-
- Downloads
clienat added manually
parent
1cbd9445
Branches
Tags
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
Showing
- go.mod 2 additions, 4 deletionsgo.mod
- go.sum 3 additions, 17 deletionsgo.sum
- gosdn.toml 3 additions, 3 deletionsgosdn.toml
- nucleus/controller.go 8 additions, 0 deletionsnucleus/controller.go
- nucleus/interfaces/database.go 0 additions, 15 deletionsnucleus/interfaces/database.go
- restconf/client/ciena/client.go 3 additions, 3 deletionsrestconf/client/ciena/client.go
... | ... | @@ -10,12 +10,10 @@ require ( |
github.com/golang/protobuf v1.4.2 | ||
github.com/google/go-cmp v0.4.1 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.3 | ||
github.com/openconfig/goyang v0.0.0-20200917201611-633eccb6fa97 // indirect | ||
github.com/openconfig/ygot v0.8.7 | ||
github.com/rivo/tview v0.0.0-20200915114512-42866ecf6ca6 | ||
github.com/neo4j/neo4j-go-driver v1.8.3 | ||
github.com/rivo/tview v0.0.0-20200915114512-42866ecf6ca6 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect | ||
golang.org/x/tools v0.0.0-20190617190820-da514acc4774 | ||
google.golang.org/genproto v0.0.0-20200519141106-08726f379972 // indirect | ||
google.golang.org/grpc v1.29.1 | ||
google.golang.org/protobuf v1.23.0 | ||
... | ... |
nucleus/interfaces/database.go
deleted
100644 → 0
Please register or sign in to comment