-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update swagger files to vRA v8.9.0 * Upgrade go-swagger to v0.30.3 * Upgrade golang dependencies * Add Relocation (Onboarding)e API swagger * Cleanup hack scripts * Renames client.MulticloudIaaS to client.API Signed-off-by: Ferran Rodenas <rodenasf@vmware.com> Signed-off-by: Ferran Rodenas <rodenasf@vmware.com>
- Loading branch information
Showing
1,614 changed files
with
113,628 additions
and
19,834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
module github.com/vmware/vra-sdk-go | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect | ||
github.com/go-openapi/analysis v0.21.1 // indirect | ||
github.com/go-openapi/errors v0.20.1 | ||
github.com/go-openapi/runtime v0.21.0 | ||
github.com/go-openapi/strfmt v0.21.1 | ||
github.com/go-openapi/swag v0.19.15 | ||
github.com/go-openapi/validate v0.20.3 | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
go.mongodb.org/mongo-driver v1.8.2 // indirect | ||
golang.org/x/net v0.0.0-20220111093109-d55c255bac03 // indirect | ||
github.com/go-openapi/errors v0.20.3 | ||
github.com/go-openapi/loads v0.21.2 // indirect | ||
github.com/go-openapi/runtime v0.24.1 | ||
github.com/go-openapi/spec v0.20.7 // indirect | ||
github.com/go-openapi/strfmt v0.21.3 | ||
github.com/go-openapi/swag v0.22.3 | ||
github.com/go-openapi/validate v0.22.0 | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
go.mongodb.org/mongo-driver v1.10.3 // indirect | ||
) | ||
|
||
go 1.14 |
Oops, something went wrong.