Revert to upstream oauth2
This commit is contained in:
parent
66ad26f19a
commit
106a1c62f5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue