fix googlecompute oauth dependency

This commit is contained in:
rhapsodhy 2014-11-30 04:15:44 +00:00
parent e5c0bf14df
commit dd547af0c4
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"
)