Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #96: During a resource adjustment the VM is not shut down using ACPI #124

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Prev Previous commit
chore: update vendor dependencies
  • Loading branch information
PacoDw committed Jun 19, 2020
commit b50ca0e04a9181e1a15d5e054e53738bdf74e93f
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ linters:
- nestif
- godot
- goconst
- goerr113

issues:
exclude:
Expand Down
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ module github.com/terraform-providers/terraform-provider-nutanix

require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.25.0
github.com/hashicorp/terraform v0.12.24
github.com/golangci/golangci-lint v1.27.0
github.com/hashicorp/terraform v0.12.26
github.com/mitchellh/gox v1.0.1
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1
golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect
golang.org/x/tools v0.0.0-20200530233709-52effbd89c51 // indirect
)

go 1.13
131 changes: 65 additions & 66 deletions go.sum

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions vendor/github.com/Djarvur/go-err113/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 150 additions & 0 deletions vendor/github.com/Djarvur/go-err113/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions vendor/github.com/Djarvur/go-err113/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/Djarvur/go-err113/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

73 changes: 73 additions & 0 deletions vendor/github.com/Djarvur/go-err113/README.adoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading