Skip to content

chore(deps): bump the go group across 1 directory with 9 updates - #100

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-7615fb00b9
Open

chore(deps): bump the go group across 1 directory with 9 updates#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-7615fb00b9

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go group with 9 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.42.1 1.43.3
github.com/aws/aws-sdk-go-v2/credentials 1.19.29 1.19.33
github.com/aws/aws-sdk-go-v2/service/s3 1.105.2 1.106.3
github.com/prometheus/client_golang 1.24.0 1.24.1
github.com/qiniu/go-sdk/v7 7.26.17 7.27.0
github.com/tencentyun/cos-go-sdk-v5 0.7.74 0.7.75
github.com/zitadel/oidc/v3 3.47.9 3.48.1
go.yaml.in/yaml/v3 3.0.4 3.0.5
golang.org/x/image 0.39.0 0.44.0

Updates github.com/aws/aws-sdk-go-v2 from 1.42.1 to 1.43.3

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.29 to 1.19.33

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.105.2 to 1.106.3

Commits

Updates github.com/prometheus/client_golang from 1.24.0 to 1.24.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.24.1 / 2026-07-23

Small bugfix release for promhttp.

What's Changed

[BUGFIX] promhttp: Fix panic on requests with nil URL. #2065

Full Changelog: prometheus/client_golang@v1.24.0...v1.24.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.24.1 / 2026-07-23

  • [BUGFIX] promhttp: Fix panic on requests with nil URL. #2065
Commits

Updates github.com/qiniu/go-sdk/v7 from 7.26.17 to 7.27.0

Release notes

Sourced from github.com/qiniu/go-sdk/v7's releases.

Release v7.27.0

新增

  • sandbox: 为创建沙箱请求添加幂等键支持,未显式指定时自动生成。
  • sandbox: 为创建和连接沙箱增加可配置的自动重试。

完善

  • sandbox: 对 408、可重试的 5xx 和网络错误进行带抖动的指数退避重试,并在重试过程中响应 Context 取消。

行为变化

  • CreateConnect 默认最多重试 5 次;如需保持单次请求,可将 Config.RetryMax 设为 0
  • Config.RetryMax 未设置时,可通过 SANDBOX_RETRY_MAX 配置重试次数。

相关 PR

Release v7.26.18

新增

  • sandbox: 支持查询系统默认模板列表。

完善

  • sandbox: 补充沙箱列表、请求注入与模板管理 API 的测试和示例。

相关 PR

Changelog

Sourced from github.com/qiniu/go-sdk/v7's changelog.

7.27.0

  • 新增
    • sandbox: 为创建沙箱请求添加幂等键支持,未显式指定时自动生成 UUID
    • sandbox: 为创建和连接沙箱增加可配置的自动重试,支持通过 RetryMax 和 RetryBackoff 控制重试次数与退避策略
  • 完善
    • sandbox: 对 408、可重试的 5xx 和网络错误进行带抖动的指数退避重试,并在重试过程中响应 Context 取消
  • 行为变更
    • sandbox: Create 和 Connect 默认最多重试 5 次;如需保持单次请求,可将 Config.RetryMax 设为 0
    • sandbox: Config.RetryMax 未设置时可通过 SANDBOX_RETRY_MAX 配置重试次数

7.26.18

  • 新增
    • sandbox: 支持查询系统默认模板列表
  • 完善
    • sandbox: 补充沙箱列表、请求注入与模板管理 API 的测试和示例
Commits

Updates github.com/tencentyun/cos-go-sdk-v5 from 0.7.74 to 0.7.75

Release notes

Sourced from github.com/tencentyun/cos-go-sdk-v5's releases.

v0.7.75

1、COS complete接口增加chunk回包错误重试;创桶时增加存储类型参数。 2、CI 新增HDR图片处理服务开关接口;内容审核响应补充命中详情字段;支持大模型批量图片分析;支持文档预览和媒体17.9.0。 3、列出Vector同增加过滤参数。

Changelog

Sourced from github.com/tencentyun/cos-go-sdk-v5's changelog.

v0.7.75 - 2026-07-24

1、CI 新增HDR图片处理服务开关接口;内容审核响应补充命中详情字段;支持大模型批量图片分析;支持文档预览和媒体17.9.0。 2、

Merged

Commits

  • 支持文档预览和媒体17.9.0 a263ced
  • 支持图片两个需求 ba8f476
  • feat(vector): list vectors filter field c1623a4
  • Updated CHANGELOG.md d21acb2
  • feat(ci): 内容审核响应补充命中详情字段 b4b57be
Commits
  • afa8dc3 Merge pull request #354 from agin719/master
  • f4e641c 针对complete接口chunk回包错误增加重试
  • e1d0b81 support bucket stroage class
  • 82afc9f Merge pull request #353 from vintmd/master
  • 1bc4e2f Merge branch 'jojoliang-dev' into 'master' (merge request !162)
  • 4bf0673 support bucket stroage class
  • 84ef6ec Merge pull request #352 from tencentyun/feature_wanjiewu_1500c3cf
  • b76080a Merge branch 'feature/media17.9.0doc9.4.0' into 'master' (merge request !166)
  • a263ced 支持文档预览和媒体17.9.0
  • c2bb148 Merge pull request #351 from tencentyun/feature_wanjiewu_67022268
  • Additional commits viewable in compare view

Updates github.com/zitadel/oidc/v3 from 3.47.9 to 3.48.1

Release notes

Sourced from github.com/zitadel/oidc/v3's releases.

v3.48.1

3.48.1 (2026-07-27)

Bug Fixes

  • rp: use redirect host for CLI callback server (#926) (3c8b704)

v3.48.0

3.48.0 (2026-07-23)

Features

  • oidc: add client_id_metadata_document_supported discovery metadata (#905) (bcfceee), closes #904 #782
Commits
  • 3c8b704 fix(rp): use redirect host for CLI callback server (#926)
  • bcfceee feat(oidc): add client_id_metadata_document_supported discovery metadata (#905)
  • 38b2fdb docs: update the content of Resources in README. (#922)
  • 06c5d5e refactor: use global slog logger (#921)
  • e2aa15a ci: replace project-board workflow with shared kanban workflow (#923)
  • 79400f2 chore(deps): bump actions/setup-go from 6 to 7 (#925)
  • See full diff in compare view

Updates go.yaml.in/yaml/v3 from 3.0.4 to 3.0.5

Commits
  • e16c7af Remove empty go.sum file
  • 6abcd01 Fix unhandled nil-errors in tests
  • 9481db7 Remove suite_test.go and gopkg.in/check.v1
  • 485f5fc Use standard testing library for limit_test.go
  • 3e00046 Use standard testing library for node_test.go
  • f612058 Use standard testing library for decode_test.go
  • 078f958 Use standard testing library encode_test.go
  • 3847ac0 [v3] backport CodeQL workflow
  • 1666663 Revert incorrect gofmt changes
  • 73290cb Retract v3 tags that cannot be installed
  • See full diff in compare view

Updates golang.org/x/image from 0.39.0 to 0.44.0

Commits
  • 891abcb go.mod: update golang.org/x dependencies
  • f50490d font: document (lack of) security hardening in font packages
  • 7a0cfda webp: check for VP8L dimension mismatch before allocation
  • 4339315 tiff: consistently skip horizontal padding in tiled images
  • b5baf41 tiff: avoid overflow when reading IFD entries
  • e7513b5 tiff: limit the amount of data read in IFD entries
  • cb9f1a6 tiff: limit uncompressed data reads
  • 304d4cc tiff: reject tiles too much larger than the image
  • 7c04344 tiff: add buffer slice overflow checks for 32-bit systems
  • c5511df webp: require that VP8/VP8L dimensions match canvas dimensions
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 28, 2026
Bumps the go group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.3` |
| [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.29` | `1.19.33` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.105.2` | `1.106.3` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.24.0` | `1.24.1` |
| [github.com/qiniu/go-sdk/v7](https://github.com/qiniu/go-sdk) | `7.26.17` | `7.27.0` |
| [github.com/tencentyun/cos-go-sdk-v5](https://github.com/tencentyun/cos-go-sdk-v5) | `0.7.74` | `0.7.75` |
| [github.com/zitadel/oidc/v3](https://github.com/zitadel/oidc) | `3.47.9` | `3.48.1` |
| [go.yaml.in/yaml/v3](https://github.com/yaml/go-yaml) | `3.0.4` | `3.0.5` |
| [golang.org/x/image](https://github.com/golang/image) | `0.39.0` | `0.44.0` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.1...v1.43.3)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.29 to 1.19.33
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.29...credentials/v1.19.33)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.105.2 to 1.106.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.105.2...service/s3/v1.106.3)

Updates `github.com/prometheus/client_golang` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.24.0...v1.24.1)

Updates `github.com/qiniu/go-sdk/v7` from 7.26.17 to 7.27.0
- [Release notes](https://github.com/qiniu/go-sdk/releases)
- [Changelog](https://github.com/qiniu/go-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/go-sdk@v7.26.17...v7.27.0)

Updates `github.com/tencentyun/cos-go-sdk-v5` from 0.7.74 to 0.7.75
- [Release notes](https://github.com/tencentyun/cos-go-sdk-v5/releases)
- [Changelog](https://github.com/tencentyun/cos-go-sdk-v5/blob/master/CHANGELOG.md)
- [Commits](tencentyun/cos-go-sdk-v5@v0.7.74...v0.7.75)

Updates `github.com/zitadel/oidc/v3` from 3.47.9 to 3.48.1
- [Release notes](https://github.com/zitadel/oidc/releases)
- [Commits](zitadel/oidc@v3.47.9...v3.48.1)

Updates `go.yaml.in/yaml/v3` from 3.0.4 to 3.0.5
- [Commits](yaml/go-yaml@v3.0.4...v3.0.5)

Updates `golang.org/x/image` from 0.39.0 to 0.44.0
- [Commits](golang/image@v0.39.0...v0.44.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.106.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/qiniu/go-sdk/v7
  dependency-version: 7.26.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/tencentyun/cos-go-sdk-v5
  dependency-version: 0.7.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/zitadel/oidc/v3
  dependency-version: 3.48.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.yaml.in/yaml/v3
  dependency-version: 3.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: golang.org/x/image
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the go group with 9 updates chore(deps): bump the go group across 1 directory with 9 updates Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-7615fb00b9 branch from 0267c85 to e4086b8 Compare August 4, 2026 16:58
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