-
- Downloads
Merge remote-tracking branch 'origin/feature/neo4j' into 15-need-common-configuration-storage
No related branches found
No related tags found
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
database/database.go
0 → 100644
... | ... | @@ -5,7 +5,7 @@ go 1.14 |
require ( | ||
code.fbi.h-da.de/cocsn/swagger/apis v0.0.0-20200924152423-61030cab7b88 | ||
code.fbi.h-da.de/cocsn/swagger/apis/ciena v0.0.0-20200922140607-29b1f99d0f68 // indirect | ||
code.fbi.h-da.de/cocsn/yang-modules/generated/ciena v0.0.0-20200922150332-3e03fcde3e37 | ||
code.fbi.h-da.de/cocsn/yang-modules/generated/ciena v0.0.0-20200922150332-3e03fcde3e37 // indirect | ||
code.fbi.h-da.de/cocsn/yang-modules/generated/tapi v0.0.0-20200922150332-3e03fcde3e37 | ||
github.com/go-openapi/runtime v0.19.22 | ||
github.com/go-openapi/strfmt v0.19.5 | ||
... | ... | @@ -14,6 +14,7 @@ require ( |
github.com/golang/protobuf v1.4.2 | ||
github.com/jessevdk/go-flags v1.4.0 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.3 | ||
github.com/neo4j/neo4j-go-driver v1.8.3 | ||
github.com/openconfig/goyang v0.0.0-20200917201611-633eccb6fa97 // indirect | ||
github.com/openconfig/ygot v0.8.7 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
... | ... |
Please register or sign in to comment