Skip to content

build(deps): bump the go_modules group across 17 directories with 2 updates#47

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/go_modules-54bb616db6
Closed

build(deps): bump the go_modules group across 17 directories with 2 updates#47
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/go_modules-54bb616db6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the go_modules group with 1 update in the / directory: github.com/xuri/excelize/v2.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/gaia/trpc-agent-go-impl directory: github.com/xuri/excelize/v2.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/memory/trpc-agent-go-impl directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/summary/trpc-agent-go-impl directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/toolsearch/trpc-agent-go-impl directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/evaluation directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/evaluation directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/memory directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/provider directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/skill directory: github.com/xuri/excelize/v2.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/tailor directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/gemini directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/provider directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/openclaw directory: github.com/xuri/excelize/v2.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/evaluation directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/promptiter directory: golang.org/x/crypto.

Updates github.com/xuri/excelize/v2 from 2.10.1 to 2.11.0

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.11.0

We are pleased to announce the release of version 2.11.0. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgraded requirement: Go language version is 1.25.0 or later, due to upgrading dependency package golang.org/x/net
  • Breaking changes for the AddChart, AddChartSheet and AddShape functions
    • Change Title field data type of Chart from []RichTextRun to ChartTitle
    • Change Line field data type of Shape from ShapeLine to LineOptions
    • Renamed data type ChartDashType to LineDashType
    • Renamed data type ChartLineType to LineType
    • Renamed data type ChartLine to LineOptions

Security

  • Check row number when reading worksheet to prevent unbounded memory allocation (CVE-2026-54063), related security advisories GHSA-h69g-9hx6-f3v4
  • Prevent attacker-controlled allocations by validating against worksheet row number overflow maximum limitation (CVE-2026-59161), related security advisories GHSA-q5j5-6p94-4gwc
  • Prevent panic on getting cell value with invalid shared string table index (CVE-2026-59162), related security advisories GHSA-fx5j-qcqg-grpf

Notable Features

  • Added new ChartTitle data type
  • Added new PivotTableShowValuesAs data type
  • Added new PivotTableShowValuesAsType enumeration
  • Added 3 new exported error variables: ErrPivotTableShowValuesAsBaseField, ErrPivotTableShowValuesAsBaseItem and ErrUnsupportedPivotTableShowValuesAsType
  • Added new field ShowValuesAs in PivotTableField data type
  • Added new field SelectedItems in PivotTableOptions and SlicerOptions data types
  • Added new function AutoFitColWidth to support auto fit columns width, related issue #92
  • The SetSheetName function allow sheet rename for invalid source names, related issue #548
  • The CalcCellValue function supports tilde wildcard criteria
  • The CalcCellValue function supports implicit intersection and fixes regex criteria anchoring
  • The CalcCellValue function supports 3D references across sheet ranges, related issue #2303
  • The CalcCellValue function supports returning formula calculation result with raw cell value, related issue #2316
  • The AddPivotTable function supports checking whether the same data field appears in pivot table column, rows and filter fields, to prevent generating a corrupted workbook
  • The AddPivotTable and GetPivotTables functions support setting and getting show values as of pivot table data fields, related issue #2340
  • The AddPivotTable, AddSlicer, GetPivotTables and GetSlicers functions support setting and getting selected items for pivot table and pivot table slicer, related issue #2154
  • The AddChart and AddChartSheet functions support setting chart title with formula
  • The AddChart and AddChartSheet functions support setting chart title and chart axis title's layout
  • The AddChart and AddChartSheet functions support setting line format for chart title and chart axis title
  • The AddShape function supports setting line format of shapes
  • The NewStyle function supports auto foreground and background color when creating solid fill style when no custom color value is specified

Compatibility Improvements

... (truncated)

Commits
  • 90ff348 This closes #2344, fixes CalcCellValue function returning incorrect calculati...
  • 09f0656 This fixes #548, allow sheet rename for invalid source names (#2345)
  • 93f0b3c This fixes GHSA-q5j5-6p94-4gwc and GHSA-fx5j-qcqg-grpf (#2331)
  • 1213a8b This related with #2340, implement unsupported pivot table show values as types
  • b7e098e This related with #2340, fix invalid pivot table show values as base field index
  • 4ae56a6 This closes #2340, initialized support set and get show value as of pivot tab...
  • 2e6a05b Update dependencies module to fix vulnerabilities
  • c88ce10 This closes #2337, clear shared formula when overwriting with a normal formul...
  • eb84319 This compact sparse worksheet rows in linear time, Go 1.21 and later required...
  • 875b959 Check row number when reading worksheet for improve security
  • Additional commits viewable in compare view

Updates github.com/xuri/excelize/v2 from 2.10.1 to 2.11.0

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.11.0

We are pleased to announce the release of version 2.11.0. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgraded requirement: Go language version is 1.25.0 or later, due to upgrading dependency package golang.org/x/net
  • Breaking changes for the AddChart, AddChartSheet and AddShape functions
    • Change Title field data type of Chart from []RichTextRun to ChartTitle
    • Change Line field data type of Shape from ShapeLine to LineOptions
    • Renamed data type ChartDashType to LineDashType
    • Renamed data type ChartLineType to LineType
    • Renamed data type ChartLine to LineOptions

Security

  • Check row number when reading worksheet to prevent unbounded memory allocation (CVE-2026-54063), related security advisories GHSA-h69g-9hx6-f3v4
  • Prevent attacker-controlled allocations by validating against worksheet row number overflow maximum limitation (CVE-2026-59161), related security advisories GHSA-q5j5-6p94-4gwc
  • Prevent panic on getting cell value with invalid shared string table index (CVE-2026-59162), related security advisories GHSA-fx5j-qcqg-grpf

Notable Features

  • Added new ChartTitle data type
  • Added new PivotTableShowValuesAs data type
  • Added new PivotTableShowValuesAsType enumeration
  • Added 3 new exported error variables: ErrPivotTableShowValuesAsBaseField, ErrPivotTableShowValuesAsBaseItem and ErrUnsupportedPivotTableShowValuesAsType
  • Added new field ShowValuesAs in PivotTableField data type
  • Added new field SelectedItems in PivotTableOptions and SlicerOptions data types
  • Added new function AutoFitColWidth to support auto fit columns width, related issue #92
  • The SetSheetName function allow sheet rename for invalid source names, related issue #548
  • The CalcCellValue function supports tilde wildcard criteria
  • The CalcCellValue function supports implicit intersection and fixes regex criteria anchoring
  • The CalcCellValue function supports 3D references across sheet ranges, related issue #2303
  • The CalcCellValue function supports returning formula calculation result with raw cell value, related issue #2316
  • The AddPivotTable function supports checking whether the same data field appears in pivot table column, rows and filter fields, to prevent generating a corrupted workbook
  • The AddPivotTable and GetPivotTables functions support setting and getting show values as of pivot table data fields, related issue #2340
  • The AddPivotTable, AddSlicer, GetPivotTables and GetSlicers functions support setting and getting selected items for pivot table and pivot table slicer, related issue #2154
  • The AddChart and AddChartSheet functions support setting chart title with formula
  • The AddChart and AddChartSheet functions support setting chart title and chart axis title's layout
  • The AddChart and AddChartSheet functions support setting line format for chart title and chart axis title
  • The AddShape function supports setting line format of shapes
  • The NewStyle function supports auto foreground and background color when creating solid fill style when no custom color value is specified

Compatibility Improvements

... (truncated)

Commits
  • 90ff348 This closes #2344, fixes CalcCellValue function returning incorrect calculati...
  • 09f0656 This fixes #548, allow sheet rename for invalid source names (#2345)
  • 93f0b3c This fixes GHSA-q5j5-6p94-4gwc and GHSA-fx5j-qcqg-grpf (#2331)
  • 1213a8b This related with #2340, implement unsupported pivot table show values as types
  • b7e098e This related with #2340, fix invalid pivot table show values as base field index
  • 4ae56a6 This closes #2340, initialized support set and get show value as of pivot tab...
  • 2e6a05b Update dependencies module to fix vulnerabilities
  • c88ce10 This closes #2337, clear shared formula when overwriting with a normal formul...
  • eb84319 This compact sparse worksheet rows in linear time, Go 1.21 and later required...
  • 875b959 Check row number when reading worksheet for improve security
  • Additional commits viewable in compare view

Updates github.com/xuri/excelize/v2 from 2.10.1 to 2.11.0

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.11.0

We are pleased to announce the release of version 2.11.0. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgraded requirement: Go language version is 1.25.0 or later, due to upgrading dependency package golang.org/x/net
  • Breaking changes for the AddChart, AddChartSheet and AddShape functions
    • Change Title field data type of Chart from []RichTextRun to ChartTitle
    • Change Line field data type of Shape from ShapeLine to LineOptions
    • Renamed data type ChartDashType to LineDashType
    • Renamed data type ChartLineType to LineType
    • Renamed data type ChartLine to LineOptions

Security

  • Check row number when reading worksheet to prevent unbounded memory allocation (CVE-2026-54063), related security advisories GHSA-h69g-9hx6-f3v4
  • Prevent attacker-controlled allocations by validating against worksheet row number overflow maximum limitation (CVE-2026-59161), related security advisories GHSA-q5j5-6p94-4gwc
  • Prevent panic on getting cell value with invalid shared string table index (CVE-2026-59162), related security advisories GHSA-fx5j-qcqg-grpf

Notable Features

  • Added new ChartTitle data type
  • Added new PivotTableShowValuesAs data type
  • Added new PivotTableShowValuesAsType enumeration
  • Added 3 new exported error variables: ErrPivotTableShowValuesAsBaseField, ErrPivotTableShowValuesAsBaseItem and ErrUnsupportedPivotTableShowValuesAsType
  • Added new field ShowValuesAs in PivotTableField data type
  • Added new field SelectedItems in PivotTableOptions and SlicerOptions data types
  • Added new function AutoFitColWidth to support auto fit columns width, related issue #92
  • The SetSheetName function allow sheet rename for invalid source names, related issue #548
  • The CalcCellValue function supports tilde wildcard criteria
  • The CalcCellValue function supports implicit intersection and fixes regex criteria anchoring
  • The CalcCellValue function supports 3D references across sheet ranges, related issue #2303
  • The CalcCellValue function supports returning formula calculation result with raw cell value, related issue #2316
  • The AddPivotTable function supports checking whether the same data field appears in pivot table column, rows and filter fields, to prevent generating a corrupted workbook
  • The AddPivotTable and GetPivotTables functions support setting and getting show values as of pivot table data fields, related issue #2340
  • The AddPivotTable, AddSlicer, GetPivotTables and GetSlicers functions support setting and getting selected items for pivot table and pivot table slicer, related issue #2154
  • The AddChart and AddChartSheet functions support setting chart title with formula
  • The AddChart and AddChartSheet functions support setting chart title and chart axis title's layout
  • The AddChart and AddChartSheet functions support setting line format for chart title and chart axis title
  • The AddShape function supports setting line format of shapes
  • The NewStyle function supports auto foreground and background color when creating solid fill style when no custom color value is specified

Compatibility Improvements

... (truncated)

Commits
  • 90ff348 This closes #2344, fixes CalcCellValue function returning incorrect calculati...
  • 09f0656 This fixes #548, allow sheet rename for invalid source names (#2345)
  • 93f0b3c This fixes GHSA-q5j5-6p94-4gwc and GHSA-fx5j-qcqg-grpf (#2331)
  • 1213a8b This related with #2340, implement unsupported pivot table show values as types
  • b7e098e This related with #2340, fix invalid pivot table show values as base field index
  • 4ae56a6 This closes #2340, initialized support set and get show value as of pivot tab...
  • 2e6a05b Update dependencies module to fix vulnerabilities
  • c88ce10 This closes #2337, clear shared formula when overwriting with a normal formul...
  • eb84319 This compact sparse worksheet rows in linear time, Go 1.21 and later required...
  • 875b959 Check row number when reading worksheet for improve security
  • Additional commits viewable in compare view

Updates github.com/xuri/excelize/v2 from 2.10.1 to 2.11.0

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.11.0

We are pleased to announce the release of version 2.11.0. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgraded requirement: Go language version is 1.25.0 or later, due to upgrading dependency package golang.org/x/net
  • Breaking changes for the AddChart, AddChartSheet and AddShape functions
    • Change Title field data type of Chart from []RichTextRun to ChartTitle
    • Change Line field data type of Shape from ShapeLine to LineOptions
    • Renamed data type ChartDashType to LineDashType
    • Renamed data type ChartLineType to LineType
    • Renamed data type ChartLine to LineOptions

Security

  • Check row number when reading worksheet to prevent unbounded memory allocation (CVE-2026-54063), related security advisories GHSA-h69g-9hx6-f3v4
  • Prevent attacker-controlled allocations by validating against worksheet row number overflow maximum limitation (CVE-2026-59161), related security advisories GHSA-q5j5-6p94-4gwc
  • Prevent panic on getting cell value with invalid shared string table index (CVE-2026-59162), related security advisories GHSA-fx5j-qcqg-grpf

Notable Features

  • Added new ChartTitle data type
  • Added new PivotTableShowValuesAs data type
  • Added new PivotTableShowValuesAsType enumeration
  • Added 3 new exported error variables: ErrPivotTableShowValuesAsBaseField, ErrPivotTableShowValuesAsBaseItem and ErrUnsupportedPivotTableShowValuesAsType
  • Added new field ShowValuesAs in PivotTableField data type
  • Added new field SelectedItems in PivotTableOptions and SlicerOptions data types
  • Added new function AutoFitColWidth to support auto fit columns width, related issue #92
  • The SetSheetName function allow sheet rename for invalid source names, related issue #548
  • The CalcCellValue function supports tilde wildcard criteria
  • The CalcCellValue function supports implicit intersection and fixes regex criteria anchoring
  • The CalcCellValue function supports 3D references across sheet ranges, related issue #2303
  • The CalcCellValue function supports returning formula calculation result with raw cell value, related issue #2316
  • The AddPivotTable function supports checking whether the same data field appears in pivot table column, rows and filter fields, to prevent generating a corrupted workbook
  • The AddPivotTable and GetPivotTables functions support setting and getting show values as of pivot table data fields, related issue #2340
  • The AddPivotTable, AddSlicer, GetPivotTables and GetSlicers functions support setting and getting selected items for pivot table and pivot table slicer, related issue #2154
  • The AddChart and AddChartSheet functions support setting chart title with formula
  • The AddChart and AddChartSheet functions support setting chart title and chart axis title's layout
  • The AddChart and AddChartSheet functions support setting line format for chart title and chart axis title
  • The AddShape function supports setting line format of shapes
  • The NewStyle function supports auto foreground and background color when creating solid fill style when no custom color value is specified

Compatibility Improvements

... (truncated)

Commits
  • 90ff348 This closes #2344, fixes CalcCellValue function returning incorrect calculati...
  • 09f0656 This fixes #548, allow sheet rename for invalid source names (#2345)
  • 93f0b3c This fixes GHSA-q5j5-6p94-4gwc and GHSA-fx5j-qcqg-grpf (#2331)
  • 1213a8b This related with #2340, implement unsupported pivot table show values as types
  • b7e098e This related with #2340, fix invalid pivot table show values as base field index
  • 4ae56a6 This closes #2340, initialized support set and get show value as of pivot tab...
  • 2e6a05b Update dependencies module to fix vulnerabilities
  • c88ce10 This closes #2337, clear shared formula when overwriting with a normal formul...
  • eb84319 This compact sparse worksheet rows in linear time, Go 1.21 and later required...
  • 875b959 Check row number when reading worksheet for improve security
  • Additional commits viewable in compare view

Updates github.com/xuri/excelize/v2 from 2.8.1 to 2.11.0

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.11.0

We are pleased to announce the release of version 2.11.0. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgraded requirement: Go language version is 1.25.0 or later, due to upgrading dependency package golang.org/x/net
  • Breaking changes for the AddChart, AddChartSheet and AddShape functions
    • Change Title field data type of Chart from []RichTextRun to ChartTitle
    • Change Line field data type of Shape from ShapeLine to LineOptions
    • Renamed data type ChartDashType to LineDashType
    • Renamed data type ChartLineType to LineType
    • Renamed data type ChartLine to LineOptions

Security

  • Check row number when reading worksheet to prevent unbounded memory allocation (CVE-2026-54063), related security advisories GHSA-h69g-9hx6-f3v4
  • Prevent attacker-controlled allocations by validating against worksheet row number overflow maximum limitation (CVE-2026-59161), related security advisories GHSA-q5j5-6p94-4gwc
  • Prevent panic on getting cell value with invalid shared string table index (CVE-2026-59162), related security advisories GHSA-fx5j-qcqg-grpf

Notable Features

  • Added new ChartTitle data type
  • Added new PivotTableShowValuesAs data type
  • Added new PivotTableShowValuesAsType enumeration
  • Added 3 new exported error variables: ErrPivotTableShowValuesAsBaseField, ErrPivotTableShowValuesAsBaseItem and ErrUnsupportedPivotTableShowValuesAsType
  • Added new field ShowValuesAs in PivotTableField data type
  • Added new field SelectedItems in PivotTableOptions and SlicerOptions data types
  • Added new function AutoFitColWidth to support auto fit columns width, related issue #92
  • The SetSheetName function allow sheet rename for invalid source names, related issue #548
  • The CalcCellValue function supports tilde wildcard criteria
  • The CalcCellValue function supports implicit intersection and fixes regex criteria anchoring
  • The CalcCellValue function supports 3D references across sheet ranges, related issue #2303
  • The CalcCellValue function supports returning formula calculation result with raw cell value, related issue #2316
  • The AddPivotTable function supports checking whether the same data field appears in pivot table column, rows and filter fields, to prevent generating a corrupted workbook
  • The AddPivotTable and GetPivotTables functions support setting and getting show values as of pivot table data fields, related issue #2340
  • The AddPivotTable, AddSlicer, GetPivotTables and GetSlicers functions support setting and getting selected items for pivot table and pivot table slicer, related issue #2154
  • The AddChart and AddChartSheet functions support setting chart title with formula
  • The AddChart and AddChartSheet functions support setting chart title and chart axis title's layout
  • The AddChart and AddChartSheet functions support setting line format for chart title and chart axis title
  • The AddShape function supports setting line format of shapes
  • The NewStyle function supports auto foreground and background color when creating solid fill style when no custom color value is specified

Compatibility Improvements

... (truncated)

Commits
  • 90ff348 This closes #2344, fixes CalcCellValue function returning incorrect calculati...
  • 09f0656 This fixes #548, allow sheet rename for invalid source names (#2345)
  • 93f0b3c This fixes GHSA-q5j5-6p94-4gwc and GHSA-fx5j-qcqg-grpf (#2331)
  • 1213a8b This related with #2340, implement unsupported pivot table show values as types
  • b7e098e This related with #2340, fix invalid pivot table show values as base field index
  • 4ae56a6 This closes #2340, initialized support set and get show value as of pivot tab...
  • 2e6a05b Update dependencies module to fix vulnerabilities
  • c88ce10 This closes #2337, clear shared formula when overwriting with a normal formul...
  • eb84319 This compact sparse worksheet rows in linear time, Go 1.21 and later required...
  • 875b959 Check row number when reading worksheet for improve security
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates github.com/xuri/excelize/v2 from 2.8.1 to 2.11.0

Release notes

Sourced from github.com/xuri/excelize/v2's releases.

v2.11.0

We are pleased to announce the release of version 2.11.0. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes. A full list of changes is available in the changelog.

Release Notes

The most notable changes in this release are:

Breaking Change

  • Upgraded requirement: Go language version is 1.25.0 or later, due to upgrading dependency package golang.org/x/net
  • Breaking changes for the AddChart, AddChartSheet and AddShape functions
    • Change Title field data type of Chart from []RichTextRun to ChartTitle
    • Change Line field data type of Shape from ShapeLine to LineOptions
    • Renamed data type ChartDashType to LineDashType
    • Renamed data type ChartLineType to LineType
    • Renamed data type ChartLine to LineOptions

Security

  • Check row number when reading worksheet to prevent unbounded memory allocation (CVE-2026-54063), related security advisories GHSA-h69g-9hx6-f3v4
  • Prevent attacker-controlled allocations by validating against worksheet row number overflow maximum limitation (CVE-2026-59161), related security advisories GHSA-q5j5-6p94-4gwc
  • Prevent panic on getting cell value with invalid shared string table index (CVE-2026-59162), related security advisories GHSA-fx5j-qcqg-grpf

Notable Features

  • Added new ChartTitle data type
  • Added new PivotTableShowValuesAs data type
  • Added new PivotTableShowValuesAsType enumeration
  • Added 3 new exported error variables: ErrPivotTableShowValuesAsBaseField, ErrPivotTableShowValuesAsBaseItem and ErrUnsupportedPivotTableShowValuesAsType
  • Added new field ShowValuesAs in PivotTableField data type
  • Added new field SelectedItems in PivotTableOptions and SlicerOptions data types
  • Added new function AutoFitColWidth to support auto fit columns width, related issue #92
  • The SetSheetName function allow sheet rename for invalid source names, related issue #548
  • The CalcCellValue function supports tilde wildcard criteria
  • The CalcCellValue function supports implicit intersection and fixes regex criteria anchoring
  • The CalcCellValue function supports 3D references across sheet ranges, related issue #2303
  • The CalcCellValue function supports returning formula calculation result with raw cell value, related issue #2316
  • The AddPivotTable function supports checking whether the same data field appears in pivot table column, rows and filter fields, to prevent generating a corrupted workbook
  • The AddPivotTable and GetPivotTables functions support setting and getting show values as of pivot table data fields, related issue #2340
  • The AddPivotTable, AddSlicer, GetPivotTables and GetSlicers functions support setting and getting selected items for pivot table and pivot table slicer, related issue #2154
  • The AddChart and AddChartSheet functions support setting chart title with formula
  • The AddChart and AddChartSheet functions support setting chart title and chart axis title's layout
  • The AddChart and AddChartSheet functions support setting line format for chart title and chart axis title
  • The AddShape function supports setting line format of shapes
  • The NewStyle function supports auto foreground and background color when creating solid fill style when no custom color value is specified

Compatibility Improvements

... (truncated)

Commits
  • 90ff348 This closes #2344, fixes CalcCellValue function returning incorrect calculati...
  • 09f0656 This fixes #548, allow sheet rename for invalid source names (#2345)
  • 93f0b3c This fixes GHSA-q5j5-6p94-4gwc and GHSA-fx5j-qcqg-grpf (#2331)
  • 1213a8b This related with #2340, implement unsupported pivot table show values as types
  • b7e098e This related with #2340, fix invalid pivot table show values as base field index
  • 4ae56a6 This closes #2340, initialized support set and get show value as of pivot tab...
  • 2e6a05b Update dependencies module to fix vulnerabilities
  • c88ce10 This closes #2337, clear shared formula when overwriting with a normal formul...
  • eb84319 This compact sparse worksheet rows in linear time, Go 1.21 and later required...
  • 875b959 Check row number when reading worksheet for improve security
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.45.0 to 0.53.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 11, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go_modules-54bb616db6 branch from 44d17ff to a3da261 Compare July 14, 2026 18:11
…pdates

Bumps the go_modules group with 1 update in the / directory: [github.com/xuri/excelize/v2](https://github.com/xuri/excelize).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/gaia/trpc-agent-go-impl directory: [github.com/xuri/excelize/v2](https://github.com/xuri/excelize).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/memory/trpc-agent-go-impl directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/summary/trpc-agent-go-impl directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/benchmark/toolsearch/trpc-agent-go-impl directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/evaluation directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/evaluation directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/memory directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/provider directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/skill directory: [github.com/xuri/excelize/v2](https://github.com/xuri/excelize).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/examples/tailor directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/gemini directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/model/provider directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/openclaw directory: [github.com/xuri/excelize/v2](https://github.com/xuri/excelize).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/evaluation directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /pkg/trpc-agent-go/server/promptiter directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/xuri/excelize/v2` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `github.com/xuri/excelize/v2` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `github.com/xuri/excelize/v2` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `github.com/xuri/excelize/v2` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `github.com/xuri/excelize/v2` from 2.8.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.8.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.8.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.8.1 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `github.com/xuri/excelize/v2` from 2.9.0 to 2.11.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.10.1...v2.11.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.48.0 to 0.53.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

Updates `golang.org/x/crypto` from 0.45.0 to 0.52.0
- [Commits](golang/crypto@v0.48.0...v0.52.0)

---
updated-dependencies:
- dependency-name: github.com/xuri/excelize/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
- dependency-name: github.com/xuri/excelize/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
- dependency-name: github.com/xuri/excelize/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
- dependency-name: github.com/xuri/excelize/v2
  dependency-version: 2.11.0
  dependency-type: direct:production
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.53.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.53.0
  dependency-type: indirect
- dependency-name: golang.org/x/crypto
  dependency-version: 0.53.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go_modules-54bb616db6 branch from a3da261 to 5095939 Compare July 14, 2026 18:55
@AmarsDing AmarsDing closed this Jul 21, 2026
@AmarsDing
AmarsDing deleted the dependabot/go_modules/go_modules-54bb616db6 branch July 21, 2026 16:58
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant