Merge pull request #1706 from rsdy/master
fix googlecompute oauth dependency
This commit is contained in:
commit
e7f274325e
|
@ -7,8 +7,8 @@ import (
|
|||
"time"
|
||||
|
||||
"code.google.com/p/google-api-go-client/compute/v1"
|
||||
"github.com/golang/oauth2"
|
||||
"github.com/golang/oauth2/google"
|
||||
"golang.org/x/oauth2"
|
||||
"golang.org/x/oauth2/google"
|
||||
"github.com/mitchellh/packer/packer"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue