-
- Downloads
fixed memory violation. stray nil dirs around tho
parent
abf9e691
Branches
Tags
This commit is part of merge request !93. Comments created here will be created in the context of that merge request.
... | ... | @@ -4,7 +4,7 @@ go 1.14 |
require ( | ||
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 | ||
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 | ||
... | ... | @@ -13,8 +13,8 @@ require ( |
github.com/golang/protobuf v1.4.2 | ||
github.com/neo4j/neo4j-go-driver v1.8.3 | ||
github.com/onsi/ginkgo v1.13.0 // indirect | ||
github.com/openconfig/goyang v0.2.1 | ||
github.com/openconfig/ygot v0.8.11 | ||
github.com/openconfig/goyang v0.2.2 | ||
github.com/openconfig/ygot v0.10.0 | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/tidwall/gjson v1.6.3 | ||
... | ... |
Please register or sign in to comment