Merge pull request #1706 from rsdy/master

fix googlecompute oauth dependency
This commit is contained in:
Eric Johnson 2014-12-03 06:29:52 -08:00
commit e7f274325e
1 changed files with 2 additions and 2 deletions

View File

@ -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"
)