Open orloffm opened 8 years ago
We promised not to break any APIs. Given that, I do not think we can move the package, otherwise we should instruct the appengine users to include the new sub package for the side effects.
This issue should now be resolved. Dependency was removed at v0.19.0 and there is no longer a dependency on google.golang.org/appengine.
refs: https://github.com/golang/oauth2/commit/3a6776ada799d857cee190d6f517c4afee7c3170
Suggestion, I'm not sure if it is not stupid. Currently when using a package manager like
glide
the whole app engine code is downloaded, even though I'm not planning to use anything Google-related.