terraform/vendor/github.com/vmware/govmomi/object
Paul Hinze 8209b40526 vendor: Recapture deps w/ latest godep
The original contents of `vendor` were inadvertently captured with an
older version of `godep`. Here, we recapture dependencies by running the
following:

```
godep restore -v
cat Godeps/Godeps.json | jq -r '.Deps[].ImportPath' | xargs godep update -v
```

The newer godep makes the following changes as it captures dependencies:

 * Skips test files
 * Copies `LICENSE` / `PATENTS` files

There is also an additional diff in `golang.org/x/sys/unix` that looks
very similar to the diff between `master..c65f27f` in that repo, so I'm
guessing that dependency was accidentally captured from master instead
of the commit saved to `Godeps.json`.

All in all, these changes should all be "more correct" and result in
smaller diffs for any future updates made to dependencies.
2016-02-10 10:45:16 -06:00
..
authorization_manager.go
cluster_compute_resource.go
common.go
compute_resource.go
custom_fields_manager.go
customization_spec_manager.go
datacenter.go
datastore.go
diagnostic_manager.go
distributed_virtual_portgroup.go
distributed_virtual_switch.go
extension_manager.go
file_manager.go
folder.go
history_collector.go
host_config_manager.go
host_datastore_browser.go
host_datastore_system.go
host_firewall_system.go
host_network_system.go
host_storage_system.go
host_system.go
host_virtual_nic_manager.go
host_vsan_system.go
http_nfc_lease.go
network.go
network_reference.go
ovf_manager.go
resource_pool.go
search_index.go
storage_pod.go
storage_resource_manager.go
task.go
types.go
virtual_app.go
virtual_device_list.go
virtual_disk_manager.go
virtual_machine.go
vmware_distributed_virtual_switch.go