diff --git a/packer/plugin-getter/github/getter.go b/packer/plugin-getter/github/getter.go index 595004c38..beb5e33a3 100644 --- a/packer/plugin-getter/github/getter.go +++ b/packer/plugin-getter/github/getter.go @@ -10,7 +10,6 @@ import ( "encoding/json" "errors" "fmt" - plugingetter "github.com/hashicorp/packer/packer/plugin-getter" "io" "log" "net/http" @@ -19,6 +18,8 @@ import ( "path/filepath" "strings" + plugingetter "github.com/hashicorp/packer/packer/plugin-getter" + "github.com/google/go-github/v33/github" "github.com/hashicorp/packer/hcl2template/addrs" "golang.org/x/oauth2"