Skip to content

Commit bec3754

Browse files
committed
Upgrade vra-sdk-go to v0.4.0
Signed-off-by: Ferran Rodenas <[email protected]>
1 parent 4604d84 commit bec3754

File tree

2 files changed

+431
-84
lines changed

2 files changed

+431
-84
lines changed

go.mod

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,37 @@ module github.com/vmware/terraform-provider-vra
33
go 1.16
44

55
require (
6-
github.com/go-openapi/runtime v0.19.29
7-
github.com/go-openapi/strfmt v0.20.1
8-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.7.0
9-
github.com/vmware/vra-sdk-go v0.3.0
6+
cloud.google.com/go/compute v1.1.0 // indirect
7+
cloud.google.com/go/iam v0.1.1 // indirect
8+
cloud.google.com/go/storage v1.18.2 // indirect
9+
github.com/agext/levenshtein v1.2.3 // indirect
10+
github.com/aws/aws-sdk-go v1.42.39 // indirect
11+
github.com/fatih/color v1.13.0 // indirect
12+
github.com/go-openapi/analysis v0.21.2 // indirect
13+
github.com/go-openapi/errors v0.20.2 // indirect
14+
github.com/go-openapi/runtime v0.21.1
15+
github.com/go-openapi/strfmt v0.21.1
16+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
17+
github.com/google/go-cmp v0.5.7 // indirect
18+
github.com/hashicorp/errwrap v1.1.0 // indirect
19+
github.com/hashicorp/go-getter v1.5.11 // indirect
20+
github.com/hashicorp/go-version v1.4.0 // indirect
21+
github.com/hashicorp/hcl/v2 v2.11.1 // indirect
22+
github.com/hashicorp/terraform-plugin-go v0.7.0 // indirect
23+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
24+
github.com/hashicorp/terraform-registry-address v0.0.0-20210816115301-cb2034eba045 // indirect
25+
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
26+
github.com/klauspost/compress v1.14.1 // indirect
27+
github.com/mattn/go-colorable v0.1.12 // indirect
28+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
29+
github.com/oklog/run v1.1.0 // indirect
30+
github.com/ulikunitz/xz v0.5.10 // indirect
31+
github.com/vmihailenco/tagparser v0.1.2 // indirect
32+
github.com/vmware/vra-sdk-go v0.4.0
33+
github.com/zclconf/go-cty v1.10.0 // indirect
34+
golang.org/x/crypto v0.0.0-20220126234351-aa10faf2a1f8 // indirect
35+
golang.org/x/net v0.0.0-20220127074510-2fabfed7e28f // indirect
36+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
37+
google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350 // indirect
38+
google.golang.org/grpc v1.44.0 // indirect
1039
)

0 commit comments

Comments
 (0)