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: v0.9.0
Choose a base ref
...
head repository: golang/oauth2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 26, 2023

  1. all: update dependencies to their latest versions

    This change was prepared by running:
    	go1.21rc2 get -u -t ./...
    	go1.21rc2 mod tidy -compat=1.17
    
    Change-Id: I533c4361aae073b7a5280aad2c2e5eea752df62a
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/506296
    Reviewed-by: Cody Oss <codyoss@google.com>
    Run-TryBot: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    Bryan C. Mills authored and gopherbot committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    989acb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: I6b389549fe4bc53a62cb383c5fb10156ccfcffba
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/507840
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    gopherbot committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ec5679f View commit details
    Browse the repository at this point in the history
Loading