From 106a1c62f5a9a8d0209f935f6fd2a95de163198a Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Wed, 11 Feb 2015 01:44:52 -0500 Subject: [PATCH] Revert to upstream oauth2 --- builtin/providers/google/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/google/config.go b/builtin/providers/google/config.go index d08ab9406..3d61ad6be 100644 --- a/builtin/providers/google/config.go +++ b/builtin/providers/google/config.go @@ -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"