Skip to content

Commit

Permalink
Merge pull request #196 from gianlucam76/renovate/golang.org-x-oauth2…
Browse files Browse the repository at this point in the history
…-0.x

fix(deps): update module golang.org/x/oauth2 to v0.25.0
  • Loading branch information
gianlucam76 authored Jan 4, 2025
2 parents 4494703 + 71403ec commit cc77863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/a8m/envsubst v1.4.2
github.com/helm/chart-testing/v3 v3.11.0
github.com/onsi/ginkgo/v2 v2.22.2
golang.org/x/oauth2 v0.24.0
golang.org/x/oauth2 v0.25.0
k8s.io/client-go v0.32.0
sigs.k8s.io/controller-tools v0.17.0
sigs.k8s.io/kind v0.26.0
Expand Down
1 change: 1 addition & 0 deletions hack/tools/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE=
golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit cc77863

Please sign in to comment.