From 7fde2436ab81d20f6601adabbbf98728bb656cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:58:23 +0000 Subject: [PATCH] build(deps): bump golang.org/x/oauth2 in /src/helmRepoIndex Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.21.0 to 0.24.0. - [Commits](https://github.com/golang/oauth2/compare/v0.21.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/helmRepoIndex/go.mod | 4 ++-- src/helmRepoIndex/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/helmRepoIndex/go.mod b/src/helmRepoIndex/go.mod index cde0442..6198601 100644 --- a/src/helmRepoIndex/go.mod +++ b/src/helmRepoIndex/go.mod @@ -1,11 +1,11 @@ module helmRepoIndex go 1.21 -toolchain go1.22.4 +toolchain go1.22.5 require ( github.com/google/go-github/v48 v48.2.0 - golang.org/x/oauth2 v0.21.0 + golang.org/x/oauth2 v0.24.0 helm.sh/helm/v3 v3.15.2 ) diff --git a/src/helmRepoIndex/go.sum b/src/helmRepoIndex/go.sum index 0bdfb6f..56baeb3 100644 --- a/src/helmRepoIndex/go.sum +++ b/src/helmRepoIndex/go.sum @@ -313,8 +313,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs= golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs= -golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.24.0 h1:KTBBxWqUa0ykRPLtV69rRto9TLXcqYkeswu48x/gvNE= +golang.org/x/oauth2 v0.24.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= 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= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=