From 2fd22549bf9acda792dcc54ad4580f871ada3f8a Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Wed, 23 Jul 2025 11:51:23 +0530 Subject: [PATCH] lint fix --- packer/plugin-getter/github/getter.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"