Skip to content

Bump the gomod-dependencies group across 1 directory with 2 updates - #167

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-dependencies-63f41fceb6
Open

Bump the gomod-dependencies group across 1 directory with 2 updates#167
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-dependencies-63f41fceb6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod-dependencies group with 2 updates in the / directory: github.com/Azure/azure-sdk-for-go/sdk/azcore and github.com/hashicorp/terraform-exec.

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.22.0 to 1.23.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.23.0

1.23.0 (2026-08-11)

Features Added

  • Helper method runtime.NewRequestForNextLink for creating requests for pageable operations that uses a next link. It handles absolute and relative next links.

Bugs Fixed

  • Fixed an issue where runtime.Pager[T].More could return true indefinitely after NextPage failed to retrieve the first page, causing for pager.More() loops to spin. After a page fetch returns an error the Pager now enters a terminal state: More returns false and subsequent NextPage calls return the same error without invoking the fetcher again.
Commits
  • 86f252c Prep azcore for release (#27366)
  • 7f66fdd Configurations: 'specification/netapp/resource-manager/Microsoft.NetApp/NetA...
  • 7dcf481 Add runtime.NewRequestForNextLink (#27349)
  • e5a54a6 azqueue: reference generated StorageErrorCode constants in queueerror (#27300)
  • 8053e3a Sync eng/common directory with azure-sdk-tools for PR 16449 (#27355)
  • 7ab8185 Expand eng common sync to support microsoft org (#27347)
  • 2b59c65 Configurations: 'specification/containerservice/resource-manager/Microsoft.C...
  • 677abc2 [AutoPR sdk-resourcemanager/containerserviceaimanager/armcontainerserviceaima...
  • 160eda3 Configurations: 'specification/iotoperations/resource-manager/Microsoft.IoTO...
  • a441e90 [AutoPR sdk-resourcemanager/discovery/armdiscovery]-generated-from-SDK Genera...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/terraform-exec from 0.25.2 to 0.25.3

Release notes

Sourced from github.com/hashicorp/terraform-exec's releases.

v0.25.3

DEPENDENCIES:

  • build(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 (#589)
  • build(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.2 (#588, #591, #604)
  • build(deps): bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (#598)
  • build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#597)
  • build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 (#595)
Changelog

Sourced from github.com/hashicorp/terraform-exec's changelog.

0.25.3 (August 17, 2026)

DEPENDENCIES:

  • build(deps): bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 (#589)
  • build(deps): bump github.com/go-git/go-git/v5 from 5.18.0 to 5.19.2 (#588, #591, #604)
  • build(deps): bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (#598)
  • build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#597)
  • build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 (#595)
Commits
  • b9e71a3 v0.25.3 [skip ci]
  • de738e6 Prepare Changelog for v0.25.3 (#606)
  • 0e7f6fb build(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 (#604)
  • 162f496 github/tests+nightly: Declare permissions explicitly (#601)
  • 5758bb9 build(deps): bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions-...
  • 4b7c78d build(deps): bump actions/setup-go from 6.5.0 to 7.0.0 in the github-actions-...
  • 1fec9ed build(deps): bump github.com/hashicorp/terraform-json from 0.27.2 to 0.28.0 (...
  • e42a8ba build(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#597)
  • d9bc8c3 build(deps): bump golang.org/x/net from 0.53.0 to 0.55.0 (#595)
  • 70075e9 build(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the github-actions-...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod-dependencies group with 2 updates in the / directory: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) and [github.com/hashicorp/terraform-exec](https://github.com/hashicorp/terraform-exec).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.22.0...sdk/azcore/v1.23.0)

Updates `github.com/hashicorp/terraform-exec` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/hashicorp/terraform-exec/releases)
- [Changelog](https://github.com/hashicorp/terraform-exec/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-exec@v0.25.2...v0.25.3)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: github.com/hashicorp/terraform-exec
  dependency-version: 0.25.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 20, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

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.

0 participants