oauth2: use the correct import path for urlfetch

Change-Id: Ie8654298c317f3465c225fad25660cdc5e2907cd
Reviewed-on: https://go-review.googlesource.com/9932
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Burcu Dogan 2015-05-11 15:16:59 -07:00
parent e296c42d12
commit f98d016087
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ with the `oauth2` package.
"golang.org/x/oauth2" "golang.org/x/oauth2"
"golang.org/x/oauth2/google" "golang.org/x/oauth2/google"
newappengine "google.golang.org/appengine" newappengine "google.golang.org/appengine"
newurlftech "google.golang.org/urlfetch" newurlftech "google.golang.org/appengine/urlfetch"
"appengine" "appengine"
) )