mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-27 09:09:52 -04:00
Add package alias (fix lint)
This commit is contained in:
parent
29a6687475
commit
b28be46dc1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import (
|
|||
"github.com/hashicorp/packer/packer"
|
||||
"github.com/hashicorp/packer/post-processor/artifice"
|
||||
"github.com/hashicorp/packer/post-processor/compress"
|
||||
"github.com/hashicorp/packer/post-processor/yandex-export"
|
||||
yandexexport "github.com/hashicorp/packer/post-processor/yandex-export"
|
||||
"github.com/hashicorp/packer/template/interpolate"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue