mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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. |
||
---|---|---|
.. | ||
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_reference.go | ||
network.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 |