Merge pull request #1706 from rsdy/master

fix googlecompute oauth dependency
pull/1723/head
Eric Johnson 12 years ago
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…
Cancel
Save