oauth2/internal
Antoine GIRARD c453e0c757 all: use stdlib context instead of x/net/context
This PR replaces use of `x/net/context` with the standard `context`

It has been nearly 6 months since
https://github.com/golang/oauth2/issues/246#issuecomment-387601277 so
I made this PR so it will be ready to merge when needed (and if
possible).

Fixes #246

Change-Id: Id2c316fcb27de0fb9163ceb4e8669b04cb39a987
GitHub-Last-Rev: 5b36321dcc
GitHub-Pull-Request: golang/oauth2#339
Reviewed-on: https://go-review.googlesource.com/c/145202
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-11-01 16:01:52 +00:00
..
client_appengine.go internal: remove RegisterContextClientFunc 2018-01-03 15:50:54 +00:00
doc.go oauth2/internal: remove duplicate package documentation 2017-09-28 01:05:08 +00:00
oauth2.go oauth2: fix error message typo 2018-10-31 02:26:57 +00:00
token.go all: use stdlib context instead of x/net/context 2018-11-01 16:01:52 +00:00
token_test.go all: use stdlib context instead of x/net/context 2018-11-01 16:01:52 +00:00
transport.go all: use stdlib context instead of x/net/context 2018-11-01 16:01:52 +00:00