Commit e7f27432 authored by Eric Johnson's avatar Eric Johnson

Merge pull request #1706 from rsdy/master

fix googlecompute oauth dependency
parents e5c0bf14 dd547af0
......@@ -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"
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment