mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-19 06:21:41 -04:00
lint fix
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user