Conversation
Post-transfer update of the module namespace and refs. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
There was a problem hiding this comment.
Pull request overview
Updates the Go module namespace and internal import references to match the repository transfer from github.com/hashicorp/packer-plugin-vmware to github.com/vmware/packer-plugin-vmware.
Changes:
- Changed
go.modmodule path togithub.com/vmware/packer-plugin-vmware. - Updated internal Go imports in
main.goand VMware ISO/VMX builder packages to the new module namespace. - Updated test imports to reference the new module namespace.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| main.go | Updates imports to the new module namespace for builder registration and versioning. |
| go.mod | Updates the module path to the new GitHub org namespace. |
| builder/vmware/vmx/step_test.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/vmx/step_clone_vmx_test.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/vmx/step_clone_vmx.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/vmx/step_attach_additional_disks_test.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/vmx/step_attach_additional_disks.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/vmx/config.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/vmx/builder.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/iso/step_create_vmx_test.go | Updates internal common import to new module namespace. |
| builder/vmware/iso/step_create_vmx.go | Updates internal common import to new module namespace. |
| builder/vmware/iso/config.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/iso/builder_test.go | Updates internal vmwcommon import to new module namespace. |
| builder/vmware/iso/builder.go | Updates internal vmwcommon import to new module namespace. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This functionality has been released in v2.0.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.0.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Post-transfer update of the module namespace and refs.