Skip to content

Bump the go-modules group with 21 updates - #1077

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-modules-06e5252ea8
Open

Bump the go-modules group with 21 updates#1077
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-modules-06e5252ea8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-modules group with 21 updates:

Package From To
cel.dev/expr 0.25.2 0.25.3
github.com/anchore/syft 1.50.0 1.51.0
github.com/aws/aws-sdk-go-v2 1.43.4 1.43.5
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream 1.7.16 1.7.17
github.com/aws/aws-sdk-go-v2/config 1.32.35 1.32.36
github.com/aws/aws-sdk-go-v2/credentials 1.19.34 1.19.35
github.com/aws/aws-sdk-go-v2/feature/ec2/imds 1.18.35 1.18.36
github.com/aws/aws-sdk-go-v2/internal/configsources 1.4.35 1.4.36
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 2.7.35 2.7.36
github.com/aws/aws-sdk-go-v2/internal/v4a 1.4.36 1.4.37
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding 1.13.15 1.13.16
github.com/aws/aws-sdk-go-v2/service/internal/checksum 1.9.28 1.9.29
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url 1.13.35 1.13.36
github.com/aws/aws-sdk-go-v2/service/internal/s3shared 1.19.36 1.19.37
github.com/aws/aws-sdk-go-v2/service/s3 1.107.0 1.107.1
github.com/aws/aws-sdk-go-v2/service/signin 1.5.4 1.5.5
github.com/aws/aws-sdk-go-v2/service/sso 1.33.4 1.33.5
github.com/aws/aws-sdk-go-v2/service/ssooidc 1.38.4 1.38.5
github.com/aws/aws-sdk-go-v2/service/sts 1.45.4 1.45.5
github.com/diskfs/go-diskfs 1.9.3 1.9.4
golang.org/x/mod 0.38.0 0.39.0

Updates cel.dev/expr from 0.25.2 to 0.25.3

Release notes

Sourced from cel.dev/expr's releases.

v0.25.3

What's Changed

New Contributors

Full Changelog: cel-expr/cel-spec@v0.25.2...v0.25.3

Commits
  • ba58ae5 Add initial conformance tests for lists ext (#528)
  • 80d2da3 Avoid ? in textproto test cases. (#525)
  • 59505c1 CEL conformance test documentation: fix links in markdown (#518)
  • b8622f1 Lint fixes for import (#521)
  • 9768251 Update README with new repository link (#519)
  • 508bd98 Add basic tests for out-of-range epoch int to timestamp conversions (#500)
  • f91dffc Update README with repository relocation notice (#514)
  • 40e3bde Workaround inconsistent ? in proto textformat (#512)
  • See full diff in compare view

Updates github.com/anchore/syft from 1.50.0 to 1.51.0

Release notes

Sourced from github.com/anchore/syft's releases.

v1.51.0

Added Features

Bug Fixes

  • Cleanup snap temporary directories [PR #5117 @​spiffcs]
  • add correct CPE vendor/product candidates for Git for Windows PE binary [PR #5156 @​westonsteimel]
  • javascript-package-cataloger creates phantom <name>@unknown packages for subpath or export-map stub package.json files [Issue #5118]
  • Syft generates incorrect PURLs for legacy JARs missing Maven metadata, causing Grype false negatives [Issue #4598] [PR #5146 @​ankit090701]
  • When scanning an image, syft only reports one file per set of hardlinks, leading to wrong SPDX packageVerificationCode [Issue #5019] [PR #5029 @​wagoodman]
  • Support deno binary latest and some old versions [Issue #5057] [PR #5084 @​ychampion]
  • Update install methods in README.md [Issue #3198]

Dependencies

9 dependency changes (9 updated). 2 vulnerabilities remediated.

🟢 Remediated (2)

  • github.com/diskfs/go-diskfs v1.9.3v1.9.4
  • github.com/go-git/go-billy/v5 v5.9.0v5.9.1
  • github.com/go-git/go-git/v5 v5.19.1v5.19.2 (🟢 remediated GHSA-hc8v-wwc9-vgxm, GHSA-qgq7-7hm3-q39j)
  • github.com/jedib0t/go-pretty/v6 v6.8.1v6.8.3
  • github.com/klauspost/compress v1.19.0v1.19.1
  • github.com/magiconair/properties v1.8.10v1.18.11
  • github.com/ulikunitz/xz v0.5.15v0.5.16
  • go.yaml.in/yaml/v3 v3.0.4v3.0.5
  • modernc.org/sqlite v1.54.0v1.55.0

(Full Changelog)

Commits
  • 2293641 fix: add correct CPE vendor/product candidates for Git for Windows PE binary ...
  • 9dd9ce0 chore(deps): update CPE dictionary index (#5166)
  • 949ac70 fix(java): map legacy Jackson 1.x (-asl) artifacts to org.codehaus.jackson (#...
  • 07fb234 feat(golang): detect native Go FIPS 140 mode in binaries (#5155)
  • f45586b Remove Go Report Card badge from README (#5130)
  • 0fe98ed chore(deps): bump github.com/go-git/go-git/v5 from 5.19.1 to 5.19.2 (#5159)
  • 5f67883 chore(deps): bump go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5 (#5158)
  • d288dd6 chore(deps): bump docker/login-action from 4.5.1 to 4.6.0 (#5157)
  • da745b1 feat(golang): add extended-stdlib scope and module patterns for symbol captur...
  • 68da404 fix(make): don't let ambient RACE leak into raceEnabled test (#5152)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.43.4 to 1.43.5

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream from 1.7.16 to 1.7.17

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.35 to 1.32.36

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.34 to 1.19.35

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/feature/ec2/imds from 1.18.35 to 1.18.36

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/configsources from 1.4.35 to 1.4.36

Commits

Updates github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 from 2.7.35 to 2.7.36

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/internal/v4a from 1.4.36 to 1.4.37

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding from 1.13.15 to 1.13.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/checksum from 1.9.28 to 1.9.29

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/presigned-url from 1.13.35 to 1.13.36

Commits

Updates github.com/aws/aws-sdk-go-v2/service/internal/s3shared from 1.19.36 to 1.19.37

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.107.0 to 1.107.1

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/signin from 1.5.4 to 1.5.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sso from 1.33.4 to 1.33.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssooidc from 1.38.4 to 1.38.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.45.4 to 1.45.5

Commits
  • a14f5f1 Release 2026-08-10
  • 339f0b6 Regenerated Clients
  • 0978e3d Update API model
  • 3cc614d Fix codegen mp (#3508)
  • 1434b18 generate response snapshots for json (#3507)
  • ad58f77 Checkout smithy-go on PRs at the commit pointed out by SMITHY_GO_CODEGEN_VERS...
  • c002860 feat: move close-body, logger, and service-metadata work out of the middlewar...
  • f152336 Release 2026-08-07
  • 37d88d7 Regenerated Clients
  • c54b278 Update endpoints model
  • Additional commits viewable in compare view

Updates github.com/diskfs/go-diskfs from 1.9.3 to 1.9.4

Commits
  • c5b3b50 ext4: fix extent tree splits for large fragmented files (#412)
  • 6793ed7 squashfs: handle images with no fragment or xattr table (#413)
  • 91b8141 gpt: test round-trip of two partitions with the same name (#414)
  • 2bdff12 backend,disk: make partition ops work on busy block devices (#411)
  • 0e4e146 sync: skip excluded paths in CompareFS (#410)
  • 7cdc08d fat32: make corruption test deterministic (#408)
  • a05fd7f ext4: scale default block size by filesystem size (#407)
  • 30eb166 gpt: write backup-first and fall back on Read (#401)
  • 681e6f2 squashfs: honor partition offset in Read and Finalize (#404)
  • 17393bf sync: allow target partition larger than source (#406)
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.38.0 to 0.39.0

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/diskfs/go-diskfs [>= 1.9.a, < 1.10]
github.com/diskfs/go-diskfs [>= 1.8.a, < 1.9]

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 go-modules group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [cel.dev/expr](https://github.com/cel-expr/cel-spec) | `0.25.2` | `0.25.3` |
| [github.com/anchore/syft](https://github.com/anchore/syft) | `1.50.0` | `1.51.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.43.4` | `1.43.5` |
| [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) | `1.7.16` | `1.7.17` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.35` | `1.32.36` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.34` | `1.19.35` |
| [github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://github.com/aws/aws-sdk-go-v2) | `1.18.35` | `1.18.36` |
| [github.com/aws/aws-sdk-go-v2/internal/configsources](https://github.com/aws/aws-sdk-go-v2) | `1.4.35` | `1.4.36` |
| [github.com/aws/aws-sdk-go-v2/internal/endpoints/v2](https://github.com/aws/aws-sdk-go-v2) | `2.7.35` | `2.7.36` |
| [github.com/aws/aws-sdk-go-v2/internal/v4a](https://github.com/aws/aws-sdk-go-v2) | `1.4.36` | `1.4.37` |
| [github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding](https://github.com/aws/aws-sdk-go-v2) | `1.13.15` | `1.13.16` |
| [github.com/aws/aws-sdk-go-v2/service/internal/checksum](https://github.com/aws/aws-sdk-go-v2) | `1.9.28` | `1.9.29` |
| [github.com/aws/aws-sdk-go-v2/service/internal/presigned-url](https://github.com/aws/aws-sdk-go-v2) | `1.13.35` | `1.13.36` |
| [github.com/aws/aws-sdk-go-v2/service/internal/s3shared](https://github.com/aws/aws-sdk-go-v2) | `1.19.36` | `1.19.37` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.107.0` | `1.107.1` |
| [github.com/aws/aws-sdk-go-v2/service/signin](https://github.com/aws/aws-sdk-go-v2) | `1.5.4` | `1.5.5` |
| [github.com/aws/aws-sdk-go-v2/service/sso](https://github.com/aws/aws-sdk-go-v2) | `1.33.4` | `1.33.5` |
| [github.com/aws/aws-sdk-go-v2/service/ssooidc](https://github.com/aws/aws-sdk-go-v2) | `1.38.4` | `1.38.5` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.45.4` | `1.45.5` |
| [github.com/diskfs/go-diskfs](https://github.com/diskfs/go-diskfs) | `1.9.3` | `1.9.4` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.38.0` | `0.39.0` |


Updates `cel.dev/expr` from 0.25.2 to 0.25.3
- [Release notes](https://github.com/cel-expr/cel-spec/releases)
- [Commits](cel-expr/cel-spec@v0.25.2...v0.25.3)

Updates `github.com/anchore/syft` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/anchore/syft/releases)
- [Changelog](https://github.com/anchore/syft/blob/main/RELEASE.md)
- [Commits](anchore/syft@v1.50.0...v1.51.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.43.4 to 1.43.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.4...v1.43.5)

Updates `github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream` from 1.7.16 to 1.7.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/eksauth/v1.7.16...service/eksauth/v1.7.17)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.35 to 1.32.36
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.35...config/v1.32.36)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.34 to 1.19.35
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.34...credentials/v1.19.35)

Updates `github.com/aws/aws-sdk-go-v2/feature/ec2/imds` from 1.18.35 to 1.18.36
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.18.35...config/v1.18.36)

Updates `github.com/aws/aws-sdk-go-v2/internal/configsources` from 1.4.35 to 1.4.36
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.35...internal/v4a/v1.4.36)

Updates `github.com/aws/aws-sdk-go-v2/internal/endpoints/v2` from 2.7.35 to 2.7.36
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/endpoints/v2.7.35...internal/endpoints/v2.7.36)

Updates `github.com/aws/aws-sdk-go-v2/internal/v4a` from 1.4.36 to 1.4.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@internal/v4a/v1.4.36...internal/v4a/v1.4.37)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding` from 1.13.15 to 1.13.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.13.15...service/mq/v1.13.16)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/checksum` from 1.9.28 to 1.9.29
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/route53profiles/v1.9.28...service/route53profiles/v1.9.29)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/presigned-url` from 1.13.35 to 1.13.36
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.13.35...credentials/v1.13.36)

Updates `github.com/aws/aws-sdk-go-v2/service/internal/s3shared` from 1.19.36 to 1.19.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/internal/s3shared/v1.19.36...service/internal/s3shared/v1.19.37)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.107.0 to 1.107.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.107.0...service/s3/v1.107.1)

Updates `github.com/aws/aws-sdk-go-v2/service/signin` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/odb/v1.5.4...service/mpa/v1.5.5)

Updates `github.com/aws/aws-sdk-go-v2/service/sso` from 1.33.4 to 1.33.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/efs/v1.33.4...service/sfn/v1.33.5)

Updates `github.com/aws/aws-sdk-go-v2/service/ssooidc` from 1.38.4 to 1.38.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.4...service/s3/v1.38.5)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.45.4 to 1.45.5
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.45.4...service/sts/v1.45.5)

Updates `github.com/diskfs/go-diskfs` from 1.9.3 to 1.9.4
- [Commits](diskfs/go-diskfs@v1.9.3...v1.9.4)

Updates `golang.org/x/mod` from 0.38.0 to 0.39.0
- [Commits](golang/mod@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: cel.dev/expr
  dependency-version: 0.25.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/anchore/syft
  dependency-version: 1.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
  dependency-version: 1.7.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.35
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/ec2/imds
  dependency-version: 1.18.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/configsources
  dependency-version: 1.4.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
  dependency-version: 2.7.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/internal/v4a
  dependency-version: 1.4.37
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
  dependency-version: 1.13.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/checksum
  dependency-version: 1.9.29
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
  dependency-version: 1.13.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/internal/s3shared
  dependency-version: 1.19.37
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.107.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/signin
  dependency-version: 1.5.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sso
  dependency-version: 1.33.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssooidc
  dependency-version: 1.38.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/diskfs/go-diskfs
  dependency-version: 1.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: golang.org/x/mod
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

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 14, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 14, 2026 12:29
@dependabot dependabot Bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Aug 14, 2026
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Aug 14, 2026
@paketo-bot
paketo-bot enabled auto-merge (rebase) August 14, 2026 12:46
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants