Commit dd547af0 authored by rhapsodhy's avatar rhapsodhy

fix googlecompute oauth dependency

parent e5c0bf14
...@@ -7,8 +7,8 @@ import ( ...@@ -7,8 +7,8 @@ import (
"time" "time"
"code.google.com/p/google-api-go-client/compute/v1" "code.google.com/p/google-api-go-client/compute/v1"
"github.com/golang/oauth2" "golang.org/x/oauth2"
"github.com/golang/oauth2/google" "golang.org/x/oauth2/google"
"github.com/mitchellh/packer/packer" "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