mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
lint fix
This commit is contained in:
parent
7b8e922105
commit
082c0b78b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue