Add package alias (fix lint)

This commit is contained in:
Gennady Lipenkov 2020-07-17 01:22:28 +03:00
parent 29a6687475
commit b28be46dc1
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)