From b3673531d8b000717fcdb9452f37924e811a5153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:33:17 +0000 Subject: [PATCH 1/5] chore(deps): update dependency aquaproj/aqua-registry to v4.290.0 (#3421) * chore(deps): update dependency aquaproj/aqua-registry to v4.290.0 * chore(aqua): update aqua/aqua-checksums.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com> --- aqua/aqua-checksums.json | 4 ++-- aqua/aqua.yaml | 2 +- pkg/controller/initcmd/init.go | 2 +- tests/3064/aqua.yaml | 2 +- tests/aliases/aqua.yaml | 2 +- tests/cargo/aqua.yaml | 2 +- tests/main/aqua.yaml | 2 +- tests/minisign/aqua.yaml | 2 +- tests/tag/aqua.yaml | 2 +- tests/version_expr_file/aqua.yaml | 2 +- tests/version_expr_json/aqua.yaml | 2 +- tests/version_expr_yaml/aqua.yaml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aqua/aqua-checksums.json b/aqua/aqua-checksums.json index 1242d7cec..eeebcbab8 100644 --- a/aqua/aqua-checksums.json +++ b/aqua/aqua-checksums.json @@ -226,8 +226,8 @@ "algorithm": "sha256" }, { - "id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.289.0/registry.yaml", - "checksum": "ACD37F94CFEFC3A632A228C58914B4A505A1F60920A951A0383BCE621F082B06CDEF3F93A171CB27BFE7E47B087F165D79772B258EE86EB268EDA7893D1E40AC", + "id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.290.0/registry.yaml", + "checksum": "8053CED775836987808F319A03EBD7A4710C81DF61BF6BB79B3A299025FE02AA3D26977D77E2A0C78C428B8945AEAE0C79B6876CAEF51827F97862D89579D429", "algorithm": "sha512" } ] diff --git a/aqua/aqua.yaml b/aqua/aqua.yaml index e9bba6d01..7b6b63c83 100644 --- a/aqua/aqua.yaml +++ b/aqua/aqua.yaml @@ -7,6 +7,6 @@ checksum: require_checksum: true registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - import: imports/*.yaml diff --git a/pkg/controller/initcmd/init.go b/pkg/controller/initcmd/init.go index 295a94417..3f2f06dde 100644 --- a/pkg/controller/initcmd/init.go +++ b/pkg/controller/initcmd/init.go @@ -50,7 +50,7 @@ func (c *Controller) Init(ctx context.Context, logE *logrus.Entry, cfgFilePath s return nil } - registryVersion := "v4.289.0" // renovate: depName=aquaproj/aqua-registry + registryVersion := "v4.290.0" // renovate: depName=aquaproj/aqua-registry release, _, err := c.github.GetLatestRelease(ctx, "aquaproj", "aqua-registry") if err != nil { logerr.WithError(logE, err).WithFields(logrus.Fields{ diff --git a/tests/3064/aqua.yaml b/tests/3064/aqua.yaml index 969312f92..2e1953e30 100644 --- a/tests/3064/aqua.yaml +++ b/tests/3064/aqua.yaml @@ -9,7 +9,7 @@ checksum: # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/cmdx version: v1.7.4 diff --git a/tests/aliases/aqua.yaml b/tests/aliases/aqua.yaml index 323ebf4e0..cb2e0a837 100644 --- a/tests/aliases/aqua.yaml +++ b/tests/aliases/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform@v1.10.3 - name: hashicorp/terraform diff --git a/tests/cargo/aqua.yaml b/tests/cargo/aqua.yaml index f2464fc6e..37a0e874a 100644 --- a/tests/cargo/aqua.yaml +++ b/tests/cargo/aqua.yaml @@ -9,6 +9,6 @@ # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: crates.io/skim@0.15.7 diff --git a/tests/main/aqua.yaml b/tests/main/aqua.yaml index c7163607b..a5b35efe9 100644 --- a/tests/main/aqua.yaml +++ b/tests/main/aqua.yaml @@ -3,7 +3,7 @@ checksum: require_checksum: false registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry - null packages: diff --git a/tests/minisign/aqua.yaml b/tests/minisign/aqua.yaml index 60a133a03..805e83e11 100644 --- a/tests/minisign/aqua.yaml +++ b/tests/minisign/aqua.yaml @@ -8,7 +8,7 @@ checksum: # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: bufbuild/buf@v1.48.0 - name: bufbuild/buf diff --git a/tests/tag/aqua.yaml b/tests/tag/aqua.yaml index 89d81c75c..41651fa31 100644 --- a/tests/tag/aqua.yaml +++ b/tests/tag/aqua.yaml @@ -7,7 +7,7 @@ # require_checksum: true registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/tfcmt@v4.14.1 tags: diff --git a/tests/version_expr_file/aqua.yaml b/tests/version_expr_file/aqua.yaml index ce15f809f..5e81799d9 100644 --- a/tests/version_expr_file/aqua.yaml +++ b/tests/version_expr_file/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform version_expr: | diff --git a/tests/version_expr_json/aqua.yaml b/tests/version_expr_json/aqua.yaml index 1df7c51ea..ce43e129c 100644 --- a/tests/version_expr_json/aqua.yaml +++ b/tests/version_expr_json/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform version_expr: | diff --git a/tests/version_expr_yaml/aqua.yaml b/tests/version_expr_yaml/aqua.yaml index 80dc6c244..cd2bdd34f 100644 --- a/tests/version_expr_yaml/aqua.yaml +++ b/tests/version_expr_yaml/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.289.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform version_expr: | From e8707fa86e67b6a44065baa6b11975b6476238f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 15:55:27 +0000 Subject: [PATCH 2/5] fix(deps): update module golang.org/x/sys to v0.29.0 (#3424) * fix(deps): update module golang.org/x/sys to v0.29.0 * chore(go): go mod tidy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index cfe970d18..5b79c7bc3 100644 --- a/go.mod +++ b/go.mod @@ -29,7 +29,7 @@ require ( github.com/urfave/cli/v2 v2.27.5 github.com/wk8/go-ordered-map/v2 v2.1.8 golang.org/x/oauth2 v0.24.0 - golang.org/x/sys v0.28.0 + golang.org/x/sys v0.29.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/go.sum b/go.sum index 7a20ea1cc..c07904bc1 100644 --- a/go.sum +++ b/go.sum @@ -210,8 +210,8 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= +golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= From 70e64cd7a9644277b7340c0fc9604f6302b3a24c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:06:50 +0000 Subject: [PATCH 3/5] chore(deps): update dependency rhysd/actionlint to v1.7.6 (#3425) * chore(deps): update dependency rhysd/actionlint to v1.7.6 * chore(aqua): update aqua/aqua-checksums.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com> --- aqua/aqua-checksums.json | 24 ++++++++++++------------ aqua/imports/actionlint.yaml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aqua/aqua-checksums.json b/aqua/aqua-checksums.json index eeebcbab8..9275b5cca 100644 --- a/aqua/aqua-checksums.json +++ b/aqua/aqua-checksums.json @@ -111,33 +111,33 @@ "algorithm": "sha256" }, { - "id": "github_release/github.com/rhysd/actionlint/v1.7.5/actionlint_1.7.5_darwin_amd64.tar.gz", - "checksum": "6B765DA53B4C0F9B8F63DBDCDC12D800A8FEC36B21336940E166EAE329A210DC", + "id": "github_release/github.com/rhysd/actionlint/v1.7.6/actionlint_1.7.6_darwin_amd64.tar.gz", + "checksum": "A57E9862E6B4F6B8398FF134F0E07C9F0047142FB9EA8E7CDC4FEE05D24E89F4", "algorithm": "sha256" }, { - "id": "github_release/github.com/rhysd/actionlint/v1.7.5/actionlint_1.7.5_darwin_arm64.tar.gz", - "checksum": "397119F9BAA3FD9FE195DB340B30ACDAEA532826E19A047A9CC9D96ADD7C267D", + "id": "github_release/github.com/rhysd/actionlint/v1.7.6/actionlint_1.7.6_darwin_arm64.tar.gz", + "checksum": "9A7C9CB2B627BB137EF68742EEAD2DD5B78F3DDC44876E84C37D323BA28B4710", "algorithm": "sha256" }, { - "id": "github_release/github.com/rhysd/actionlint/v1.7.5/actionlint_1.7.5_linux_amd64.tar.gz", - "checksum": "3E6E0A832DFA0B5F027E6B8956AAD2632D69B7CB778B1CFF847B40279950A856", + "id": "github_release/github.com/rhysd/actionlint/v1.7.6/actionlint_1.7.6_linux_amd64.tar.gz", + "checksum": "5D1A70D9DE15FEE5371E6F9E20CC29B284E814D6EE1B882F9749E91CAF716EBA", "algorithm": "sha256" }, { - "id": "github_release/github.com/rhysd/actionlint/v1.7.5/actionlint_1.7.5_linux_arm64.tar.gz", - "checksum": "CB992426D176CF5C2F9CD0ECD36722EACE064282DDE7125F2B6813F2A299AB36", + "id": "github_release/github.com/rhysd/actionlint/v1.7.6/actionlint_1.7.6_linux_arm64.tar.gz", + "checksum": "5D8B6B5BF0BC7BBE69A5EA779329EB7825C768248DD0DA979D98E39D924ABC7F", "algorithm": "sha256" }, { - "id": "github_release/github.com/rhysd/actionlint/v1.7.5/actionlint_1.7.5_windows_amd64.zip", - "checksum": "B6271ADD72E21BBD3CFFBFB7105ADE7F8648CD2CED0C94184F47705BADC7AE0D", + "id": "github_release/github.com/rhysd/actionlint/v1.7.6/actionlint_1.7.6_windows_amd64.zip", + "checksum": "48D327E7744EF863CD85DF1CC29BE810BD7A1D03026132AB34E4DDBFE839F685", "algorithm": "sha256" }, { - "id": "github_release/github.com/rhysd/actionlint/v1.7.5/actionlint_1.7.5_windows_arm64.zip", - "checksum": "FDFB665BFA53866373E5B6FADA218B5285B06AF70A1C192AE4460F8847667A73", + "id": "github_release/github.com/rhysd/actionlint/v1.7.6/actionlint_1.7.6_windows_arm64.zip", + "checksum": "ABF8F1910C0BC7821121AA820E071ABFF19A34829E621382F11B1DDE934944EE", "algorithm": "sha256" }, { diff --git a/aqua/imports/actionlint.yaml b/aqua/imports/actionlint.yaml index 4ffe0f146..43ba21241 100644 --- a/aqua/imports/actionlint.yaml +++ b/aqua/imports/actionlint.yaml @@ -1,2 +1,2 @@ packages: - - name: rhysd/actionlint@v1.7.5 + - name: rhysd/actionlint@v1.7.6 From 6efae2344b521b7c58d6658bdbacd1de2de0df65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:39:59 +0000 Subject: [PATCH 4/5] chore(deps): update dependency aquaproj/aqua-registry to v4.291.0 (#3426) * chore(deps): update dependency aquaproj/aqua-registry to v4.291.0 * chore(aqua): update aqua/aqua-checksums.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com> --- aqua/aqua-checksums.json | 4 ++-- aqua/aqua.yaml | 2 +- pkg/controller/initcmd/init.go | 2 +- tests/3064/aqua.yaml | 2 +- tests/aliases/aqua.yaml | 2 +- tests/cargo/aqua.yaml | 2 +- tests/main/aqua.yaml | 2 +- tests/minisign/aqua.yaml | 2 +- tests/tag/aqua.yaml | 2 +- tests/version_expr_file/aqua.yaml | 2 +- tests/version_expr_json/aqua.yaml | 2 +- tests/version_expr_yaml/aqua.yaml | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/aqua/aqua-checksums.json b/aqua/aqua-checksums.json index 9275b5cca..e1761812e 100644 --- a/aqua/aqua-checksums.json +++ b/aqua/aqua-checksums.json @@ -226,8 +226,8 @@ "algorithm": "sha256" }, { - "id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.290.0/registry.yaml", - "checksum": "8053CED775836987808F319A03EBD7A4710C81DF61BF6BB79B3A299025FE02AA3D26977D77E2A0C78C428B8945AEAE0C79B6876CAEF51827F97862D89579D429", + "id": "registries/github_content/github.com/aquaproj/aqua-registry/v4.291.0/registry.yaml", + "checksum": "31A0C654DC1256DFC37AF811E222A379C9716E03F70C7C0A5A616D98979A5412E9D4B2D1C10C5C677F31D75A84D62A60759F377216F83481A11A472024D53497", "algorithm": "sha512" } ] diff --git a/aqua/aqua.yaml b/aqua/aqua.yaml index 7b6b63c83..fedd32899 100644 --- a/aqua/aqua.yaml +++ b/aqua/aqua.yaml @@ -7,6 +7,6 @@ checksum: require_checksum: true registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - import: imports/*.yaml diff --git a/pkg/controller/initcmd/init.go b/pkg/controller/initcmd/init.go index 3f2f06dde..8a4963f92 100644 --- a/pkg/controller/initcmd/init.go +++ b/pkg/controller/initcmd/init.go @@ -50,7 +50,7 @@ func (c *Controller) Init(ctx context.Context, logE *logrus.Entry, cfgFilePath s return nil } - registryVersion := "v4.290.0" // renovate: depName=aquaproj/aqua-registry + registryVersion := "v4.291.0" // renovate: depName=aquaproj/aqua-registry release, _, err := c.github.GetLatestRelease(ctx, "aquaproj", "aqua-registry") if err != nil { logerr.WithError(logE, err).WithFields(logrus.Fields{ diff --git a/tests/3064/aqua.yaml b/tests/3064/aqua.yaml index 2e1953e30..4ab774d0d 100644 --- a/tests/3064/aqua.yaml +++ b/tests/3064/aqua.yaml @@ -9,7 +9,7 @@ checksum: # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/cmdx version: v1.7.4 diff --git a/tests/aliases/aqua.yaml b/tests/aliases/aqua.yaml index cb2e0a837..daac71b8b 100644 --- a/tests/aliases/aqua.yaml +++ b/tests/aliases/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform@v1.10.3 - name: hashicorp/terraform diff --git a/tests/cargo/aqua.yaml b/tests/cargo/aqua.yaml index 37a0e874a..ce6dae200 100644 --- a/tests/cargo/aqua.yaml +++ b/tests/cargo/aqua.yaml @@ -9,6 +9,6 @@ # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: crates.io/skim@0.15.7 diff --git a/tests/main/aqua.yaml b/tests/main/aqua.yaml index a5b35efe9..aff3943ea 100644 --- a/tests/main/aqua.yaml +++ b/tests/main/aqua.yaml @@ -3,7 +3,7 @@ checksum: require_checksum: false registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry - null packages: diff --git a/tests/minisign/aqua.yaml b/tests/minisign/aqua.yaml index 805e83e11..d91d5aeea 100644 --- a/tests/minisign/aqua.yaml +++ b/tests/minisign/aqua.yaml @@ -8,7 +8,7 @@ checksum: # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: bufbuild/buf@v1.48.0 - name: bufbuild/buf diff --git a/tests/tag/aqua.yaml b/tests/tag/aqua.yaml index 41651fa31..0422dab90 100644 --- a/tests/tag/aqua.yaml +++ b/tests/tag/aqua.yaml @@ -7,7 +7,7 @@ # require_checksum: true registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/tfcmt@v4.14.1 tags: diff --git a/tests/version_expr_file/aqua.yaml b/tests/version_expr_file/aqua.yaml index 5e81799d9..8e004a4fd 100644 --- a/tests/version_expr_file/aqua.yaml +++ b/tests/version_expr_file/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform version_expr: | diff --git a/tests/version_expr_json/aqua.yaml b/tests/version_expr_json/aqua.yaml index ce43e129c..b6e5926a2 100644 --- a/tests/version_expr_json/aqua.yaml +++ b/tests/version_expr_json/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform version_expr: | diff --git a/tests/version_expr_yaml/aqua.yaml b/tests/version_expr_yaml/aqua.yaml index cd2bdd34f..e350a9673 100644 --- a/tests/version_expr_yaml/aqua.yaml +++ b/tests/version_expr_yaml/aqua.yaml @@ -9,7 +9,7 @@ # - all registries: - type: standard - ref: v4.290.0 # renovate: depName=aquaproj/aqua-registry + ref: v4.291.0 # renovate: depName=aquaproj/aqua-registry packages: - name: hashicorp/terraform version_expr: | From f2487896d0172894c0e882d5cd1677b556b4d90a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:40:34 +0000 Subject: [PATCH 5/5] fix(deps): update module golang.org/x/oauth2 to v0.25.0 (#3423) * fix(deps): update module golang.org/x/oauth2 to v0.25.0 * chore(go): go mod tidy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: aquaproj-aqua-releaser[bot] <95135029+aquaproj-aqua-releaser[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5b79c7bc3..0cbf2899d 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/suzuki-shunsuke/logrus-error v0.1.4 github.com/urfave/cli/v2 v2.27.5 github.com/wk8/go-ordered-map/v2 v2.1.8 - golang.org/x/oauth2 v0.24.0 + golang.org/x/oauth2 v0.25.0 golang.org/x/sys v0.29.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index c07904bc1..26fe07c96 100644 --- a/go.sum +++ b/go.sum @@ -188,8 +188,8 @@ golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY= -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 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70= +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-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=