Skip to content

Commit

Permalink
Use govmomi REST client (#955)
Browse files Browse the repository at this point in the history
* Add REST session persistence
* Update dependencies
  • Loading branch information
bill-rich authored and koikonom committed Jan 24, 2020
1 parent 8698bbd commit 05cd12c
Show file tree
Hide file tree
Showing 323 changed files with 7,946 additions and 70,909 deletions.
12 changes: 4 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,15 @@ module github.com/terraform-providers/terraform-provider-vsphere

go 1.13

replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.3.0

require (
github.com/Sirupsen/logrus v0.0.0-00010101000000-000000000000 // indirect
github.com/aws/aws-sdk-go v1.28.7 // indirect
github.com/aws/aws-sdk-go v1.28.8 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0 // indirect
github.com/hashicorp/terraform v0.12.18
github.com/hashicorp/terraform v0.12.20
github.com/mitchellh/copystructure v1.0.0
github.com/terraform-providers/terraform-provider-null v1.0.0
github.com/terraform-providers/terraform-provider-random v2.0.0+incompatible
github.com/terraform-providers/terraform-provider-template v1.0.0
github.com/vmware/govmomi v0.20.3
github.com/vmware/vic v1.5.4
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24 // indirect
github.com/vmware/govmomi v0.22.1
google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150 // indirect
)
61 changes: 17 additions & 44 deletions go.sum

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions vendor/github.com/Sirupsen/logrus/.gitignore

This file was deleted.

52 changes: 0 additions & 52 deletions vendor/github.com/Sirupsen/logrus/.travis.yml

This file was deleted.

165 changes: 0 additions & 165 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/Sirupsen/logrus/LICENSE

This file was deleted.

Loading

0 comments on commit 05cd12c

Please sign in to comment.