-
- Downloads
Merge branch 'top-level-go-mod' into 'master'
move go mod to top level See merge request cocsn/api!8
No related branches found
No related tags found
cmd/go.mod
0 → 100644
File moved
go.mod
0 → 100644
module code.fbi.h-da.de/cocsn/api | ||
go 1.16 | ||
require ( | ||
code.fbi.h-da.de/cocsn/cocsn-api v0.2.0 | ||
github.com/go-openapi/errors v0.20.0 | ||
github.com/go-openapi/loads v0.20.2 | ||
github.com/go-openapi/runtime v0.19.29 | ||
github.com/go-openapi/spec v0.20.3 | ||
github.com/go-openapi/strfmt v0.20.1 | ||
github.com/go-openapi/swag v0.19.15 | ||
github.com/go-openapi/validate v0.20.2 | ||
github.com/jessevdk/go-flags v1.5.0 | ||
github.com/openconfig/gnmi v0.0.0-20210527163611-d3a3e30199da | ||
golang.org/x/net v0.0.0-20210614182718-04defd469f4e | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
) |
go.sum
0 → 100644
This diff is collapsed.
go/go.mod
deleted
100644 → 0
go/go.sum
deleted
100644 → 0
Please register or sign in to comment