Skip to content

Commit

Permalink
Merge pull request #678 from GoogleCloudPlatform/dependabot/go_module…
Browse files Browse the repository at this point in the history
…s/custom-metrics-stackdriver-adapter/golang.org/x/oauth2-0.19.0

Bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 in /custom-metrics-stackdriver-adapter
  • Loading branch information
CatherineF-dev authored Apr 24, 2024
2 parents ffaa79a + 7e3bc2b commit f26ce42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom-metrics-stackdriver-adapter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
cloud.google.com/go/compute/metadata v0.3.0
github.com/prometheus/client_golang v1.11.1
golang.org/x/oauth2 v0.18.0
golang.org/x/oauth2 v0.19.0
google.golang.org/api v0.126.0
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
Expand Down
4 changes: 2 additions & 2 deletions custom-metrics-stackdriver-adapter/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,8 @@ golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4Iltr
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.18.0 h1:09qnuIAgzdx1XplqJvW6CQqMCtGZykZWcXzPMPUusvI=
golang.org/x/oauth2 v0.18.0/go.mod h1:Wf7knwG0MPoWIMMBgFlEaSUDaKskp0dCfrlJRJXbBi8=
golang.org/x/oauth2 v0.19.0 h1:9+E/EZBCbTLNrbN35fHv/a/d/mOBatymz1zbtQrXpIg=
golang.org/x/oauth2 v0.19.0/go.mod h1:vYi7skDa1x015PmRRYZ7+s1cWyPgrPiSYRe4rnsexc8=
golang.org/x/perf v0.0.0-20210220033136-40a54f11e909/go.mod h1:KRSrLY7jerMEa0Ih7gBheQ3FYDiSx6liMnniX1o3j2g=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit f26ce42

Please sign in to comment.