mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
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:
parent
e296c42d12
commit
f98d016087
@ -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"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user