From 082c0b78b49bec9a21bd72d05c7fc48873c97ccc Mon Sep 17 00:00:00 2001 From: anshul sharma Date: Wed, 23 Jul 2025 11:42:30 +0530 Subject: [PATCH] lint fix --- packer/plugin-getter/github/getter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/plugin-getter/github/getter.go b/packer/plugin-getter/github/getter.go index 3fa727c3b..595004c38 100644 --- a/packer/plugin-getter/github/getter.go +++ b/packer/plugin-getter/github/getter.go @@ -10,6 +10,7 @@ import ( "encoding/json" "errors" "fmt" + plugingetter "github.com/hashicorp/packer/packer/plugin-getter" "io" "log" "net/http" @@ -20,7 +21,6 @@ import ( "github.com/google/go-github/v33/github" "github.com/hashicorp/packer/hcl2template/addrs" - plugingetter "github.com/hashicorp/packer/packer/plugin-getter" "golang.org/x/oauth2" )