Skip to content

Commit

Permalink
Update post-processor.go
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Apr 22, 2021
1 parent 64d970a commit 292d8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions post-processor/yandex-import/post-processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import (
packersdk "github.com/hashicorp/packer-plugin-sdk/packer"
"github.com/hashicorp/packer-plugin-sdk/template/config"
"github.com/hashicorp/packer-plugin-sdk/template/interpolate"
"github.com/hashicorp/packer/builder/file"
"github.com/hashicorp/packer-plugin-yandex/builder/yandex"
yandexexport "github.com/hashicorp/packer-plugin-yandex/post-processor/yandex-export"
"github.com/hashicorp/packer/builder/file"
"github.com/hashicorp/packer/post-processor/artifice"
"github.com/hashicorp/packer/post-processor/compress"
yandexexport "github.com/hashicorp/packer/post-processor/yandex-export"
"github.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1/awscompatibility"
)

Expand Down

0 comments on commit 292d8b2

Please sign in to comment.