diff --git a/builder/hcloud/artifact.go b/builder/hcloud/artifact.go index be270874..f85c7fed 100644 --- a/builder/hcloud/artifact.go +++ b/builder/hcloud/artifact.go @@ -6,10 +6,11 @@ package hcloud import ( "context" "fmt" - registryimage "github.com/hashicorp/packer-plugin-sdk/packer/registry/image" "log" "strconv" + registryimage "github.com/hashicorp/packer-plugin-sdk/packer/registry/image" + "github.com/hetznercloud/hcloud-go/v2/hcloud" )