-
- Downloads
Merge branch '67-overhaul-architecture' of ssh://code.fbi.h-da.de/cocsn/gosdn...
Merge branch '67-overhaul-architecture' of ssh://code.fbi.h-da.de/cocsn/gosdn into 67-overhaul-architecture
Branches
Tags
This commit is part of merge request !91. Comments created here will be created in the context of that merge request.
cmd/path-traversal/path_traversal.go
0 → 100644
... | @@ -4,7 +4,7 @@ go 1.14 | ... | @@ -4,7 +4,7 @@ go 1.14 |
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-models v0.0.3 | code.fbi.h-da.de/cocsn/yang-models v0.0.4 | ||
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 | ||
... | @@ -14,6 +14,7 @@ require ( | ... | @@ -14,6 +14,7 @@ require ( |
github.com/google/uuid v1.1.2 | github.com/google/uuid v1.1.2 | ||
github.com/neo4j/neo4j-go-driver v1.8.3 | github.com/neo4j/neo4j-go-driver v1.8.3 | ||
github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 | github.com/openconfig/gnmi v0.0.0-20200617225440-d2b4e6a45802 | ||
github.com/openconfig/goyang v0.2.2 | |||
github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 | github.com/openconfig/reference v0.0.0-20190727015836-8dfd928c9696 | ||
github.com/openconfig/ygot v0.10.0 | github.com/openconfig/ygot v0.10.0 | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
... | ... |
Please register or sign in to comment