godeps: update vmware/govmomi to v0.20 release

This commit is contained in:
Doug MacEachern
2019-03-20 10:31:41 -07:00
parent 055061637a
commit 243da8c365
76 changed files with 54784 additions and 303 deletions

View File

@@ -57,10 +57,10 @@ func (o FileItem) File() types.OvfFile {
}
type LeaseUpdater struct {
lease *Lease
pos int64 // Number of bytes (keep first to ensure 64 bit aligment)
total int64 // Total number of bytes (keep first to ensure 64 bit aligment)
pos int64 // Number of bytes
total int64 // Total number of bytes
lease *Lease
done chan struct{} // When lease updater should stop