Revert to upstream oauth2

This commit is contained in:
Dave Cunningham 2015-02-11 01:44:52 -05:00
parent 66ad26f19a
commit 106a1c62f5
1 changed files with 2 additions and 2 deletions

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"