Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on oauth2 package #96

Merged
merged 3 commits into from
Apr 9, 2024
Merged

Remove dependency on oauth2 package #96

merged 3 commits into from
Apr 9, 2024

Conversation

bluekeyes
Copy link
Owner

The only reason I used this was to set a static header on HTTP requests, but it is easy enough to do this with a custom Transport implementation.

Unfortunately, this doesn't actually remove the module from the go.mod file because it is still a transitive dependency of a test package in github.com/shurcooL/githubv4.

The only reason I use this is to set a static header on HTTP requests,
but it is easy enough to do this with a custom Transport implementation.
This at least removes some other transitive dependencies
@bluekeyes
Copy link
Owner Author

My main goal was to stop getting Dependabot PRs for the oauth2 package every time there's an update in one of the provider-specific packages, but I think Dependabot will still upgrade these indirect dependencies.

@bluekeyes bluekeyes merged commit ea7e560 into master Apr 9, 2024
1 check passed
@bluekeyes bluekeyes deleted the rm-oauth2 branch April 9, 2024 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant