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 Loading
base: v0.1.0
Choose a base ref
...
head repository: golang/oauth2 Loading
compare: v0.4.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 27, 2022

  1. go.mod: update to new compute/metadata module

    This newly carved out module has 0 external dependencies which should
    help simiplify many peoples dep trees.
    
    Change-Id: I59fcc8517b92fea0142fdee1be12076c4ece3e61
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/446075
    Auto-Submit: Cody Oss <codyoss@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Russ Cox <rsc@golang.org>
    Run-TryBot: Cody Oss <codyoss@google.com>
    codyoss authored and gopherbot committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1a77549 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  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: I3f0d7b406644af66ea5bef4e6edbe60044b96274
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/448756
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Jenny Rakoczy <jenny@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    68a41d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. google/internal/externalaccount: Adding metadata verification

    Change-Id: I4d664862b7b287131c1481b238ebd0875f7c233b
    GitHub-Last-Rev: 74bcc33
    GitHub-Pull-Request: #608
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/449975
    Run-TryBot: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    Reviewed-by: Leo Siracusa <leosiracusa@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    ScruffyProdigy authored and gopherbot committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ec4a9b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. google/internal/externalaccount: Added check for aws region and secur…

    …ity credential environment variables before aws metadata call
    
    Adds check for aws values in environment variables before the metadata server is called to prevent unnecessary off box calls. See googleapis/google-auth-library-java#1100 for same change in java library.
    
    Change-Id: Ie86a899be88c38d3fcbbe377f9bf30a7a66530c0
    GitHub-Last-Rev: bcab695
    GitHub-Pull-Request: #612
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/453715
    Reviewed-by: Leo Siracusa <leosiracusa@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Cody Oss <codyoss@google.com>
    Auto-Submit: Cody Oss <codyoss@google.com>
    Reviewed-by: Cody Oss <codyoss@google.com>
    aeitzman authored and gopherbot committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    510acbc View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  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: Iddd5948b1dc74c208372e82df1971f9cd2b5f296
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/455435
    Run-TryBot: Gopher Robot <gobot@golang.org>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    gopherbot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b177c21 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 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: Ic017d7ac9986ab17999bbf9a9528e5671946e57a
    Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/460501
    Reviewed-by: Heschi Kreinick <heschi@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: Dmitri Shuralyov <dmitshur@google.com>
    gopherbot committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    34ffb07 View commit details
    Browse the repository at this point in the history
Loading