-
- Downloads
Merge branch 'v.0.1.0-codename-threadbare' into 28-simple-ncurse-alike-cli-to-manage-gosdn
No related branches found
No related tags found
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
... | ... | @@ -5,13 +5,13 @@ go 1.14 |
require ( | ||
code.fbi.h-da.de/cocsn/swagger/apis v0.0.0-20200924152423-61030cab7b88 | ||
github.com/BurntSushi/toml v0.3.1 | ||
github.com/gdamore/tcell v1.3.0 | ||
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/rivo/tview v0.0.0-20200915114512-42866ecf6ca6 | ||
github.com/onsi/ginkgo v1.13.0 // indirect | ||
github.com/rivo/tview v0.0.0-20201018122409-d551c850a743 | ||
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 | ||
... | ... |
Please register or sign in to comment