-
- Downloads
Removed local redirect in go.mod
parent
fd849259
No related branches found
No related tags found
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
... | ... | @@ -2,8 +2,6 @@ module code.fbi.h-da.de/cocsn/gosdn |
go 1.14 | ||
replace github.com/go-openapi/runtime v0.19.21 => /Users/mk/go/src/github.com/go-openapi/runtime | ||
require ( | ||
github.com/go-openapi/errors v0.19.7 | ||
github.com/go-openapi/loads v0.19.5 | ||
... | ... | @@ -13,7 +11,9 @@ require ( |
github.com/go-openapi/swag v0.19.9 | ||
github.com/go-openapi/validate v0.19.11 | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/mattn/go-sqlite3 v1.14.3 | ||
github.com/openconfig/goyang v0.0.0-20200917201611-633eccb6fa97 | ||
github.com/openconfig/ygot v0.8.7 | ||
golang.org/x/net v0.0.0-20200904194848-62affa334b73 | ||
google.golang.org/grpc v1.29.1 | ||
) |
Please register or sign in to comment