Revert to upstream oauth2

This commit is contained in:
Dave Cunningham 2015-02-11 01:44:52 -05:00
parent ac252b79bd
commit 4d666a6dc4

View File

@ -9,10 +9,10 @@ import (
"code.google.com/p/google-api-go-client/compute/v1"
// oauth2 "github.com/rasa/oauth2-fork-b3f9a68"
"github.com/rasa/oauth2-fork-b3f9a68"
"github.com/golang/oauth2"
// oauth2 "github.com/rasa/oauth2-fork-b3f9a68/google"
"github.com/rasa/oauth2-fork-b3f9a68/google"
"github.com/golang/oauth2/google"
)
const clientScopes string = "https://www.googleapis.com/auth/compute"