mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-10 17:20:26 -04:00
Temporarily fix build by forking golang.org/x/oauth2 @ b3f9a68
This commit is contained in:
parent
b8626d8340
commit
10dee1bd68
1 changed files with 6 additions and 2 deletions
|
|
@ -8,8 +8,12 @@ import (
|
|||
|
||||
"code.google.com/p/google-api-go-client/compute/v1"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"golang.org/x/oauth2"
|
||||
"golang.org/x/oauth2/google"
|
||||
|
||||
// oauth2 "github.com/rasa/oauth2-fork-b3f9a68"
|
||||
"github.com/rasa/oauth2-fork-b3f9a68"
|
||||
|
||||
// oauth2 "github.com/rasa/oauth2-fork-b3f9a68/google"
|
||||
"github.com/rasa/oauth2-fork-b3f9a68/google"
|
||||
)
|
||||
|
||||
// driverGCE is a Driver implementation that actually talks to GCE.
|
||||
|
|
|
|||
Loading…
Reference in a new issue