Skip to content

Commit

Permalink
Upgrade sdk version to incorporate client auth fix
Browse files Browse the repository at this point in the history
This fixes client authentication for the case when client
certificate is not self-signed.
  • Loading branch information
annakhm committed Dec 19, 2019
1 parent d9fb2ba commit 15aa06e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 69 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module github.com/terraform-providers/terraform-provider-nsxt
require (
github.com/hashicorp/go-version v1.1.0
github.com/hashicorp/terraform v0.12.0
github.com/vmware/go-vmware-nsxt v0.0.0-20190201205556-16aa0443042d
github.com/vmware/go-vmware-nsxt v0.0.0-20191219213550-f4221331f638
)

replace github.com/vmware/go-vmware-nsxt => /home/nicira/go/src/github.com/vmware/go-vmware-nsxt
Loading

0 comments on commit 15aa06e

Please sign in to comment.