Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/oauth2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ridge/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 18 files changed
  • 1 contributor

Commits on Dec 26, 2022

  1. Remove google.golang.org/appengine dependency

    This may or may not break x/oauth2 under AppEngine. We don't use
    it there, so we don't know.
    misha-ridge committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    61d8779 View commit details
    Browse the repository at this point in the history
  2. Remove cloud.google.com/go dependency

    The only code used from this module is querying Google Compute
    metadata. The package is self-sufficient, so it was pulled in,
    and the dependency was dropped.
    misha-ridge committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    e8fda8d View commit details
    Browse the repository at this point in the history
  3. Remove golang.org/x/net dependency

    A helper function for this package was used in a single
    place. Just inline it.
    misha-ridge committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    d1f7288 View commit details
    Browse the repository at this point in the history
  4. Remove go-cmp dependency

    misha-ridge committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    d207ba7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d000b8b View commit details
    Browse the repository at this point in the history
Loading