We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f183cac commit b61e9c7Copy full SHA for b61e9c7
1 file changed
datasource/packer-image-iteration/data.go
@@ -15,7 +15,7 @@ import (
15
"github.com/hashicorp/packer-plugin-sdk/hcl2helper"
16
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
17
"github.com/hashicorp/packer-plugin-sdk/template/config"
18
- packerregistry "github.com/hashicorp/packer/internal/packer_registry"
+ packerregistry "github.com/hashicorp/packer/internal/registry"
19
)
20
21
type Datasource struct {
0 commit comments