Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.

Bump the minor-and-patch group across 1 directory with 28 updates - #809

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-and-patch-7862d678fe
Open

Bump the minor-and-patch group across 1 directory with 28 updates#809
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/minor-and-patch-7862d678fe

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 25 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.41.6 1.43.1
github.com/aws/aws-sdk-go-v2/config 1.32.16 1.32.32
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.50.5 1.56.1
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.71.10 1.75.1
github.com/aws/aws-sdk-go-v2/service/ec2 1.299.0 1.317.1
github.com/aws/aws-sdk-go-v2/service/s3 1.100.0 1.106.1
github.com/gookit/color 1.6.0 1.6.1
golang.org/x/sys 0.45.0 0.47.0
golang.org/x/term 0.43.0 0.45.0
github.com/apple/pkl-go 0.8.0 0.14.0
github.com/aws/aws-sdk-go-v2/service/acm 1.38.2 1.43.1
github.com/aws/aws-sdk-go-v2/service/cloudfront 1.61.1 1.67.1
github.com/aws/aws-sdk-go-v2/service/codeartifact 1.38.22 1.41.1
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.57.2 1.62.1
github.com/aws/aws-sdk-go-v2/service/kms 1.50.5 1.55.1
github.com/aws/aws-sdk-go-v2/service/lightsail 1.53.1 1.58.1
github.com/aws/aws-sdk-go-v2/service/rds 1.118.1 1.123.1
github.com/aws/aws-sdk-go-v2/service/sagemaker 1.242.0 1.262.1
github.com/aws/aws-sdk-go-v2/service/servicequotas 1.34.6 1.37.1
github.com/aws/aws-sdk-go-v2/service/ssm 1.68.5 1.73.1
github.com/gabriel-vasile/mimetype 1.4.13 1.4.15
github.com/lestrrat-go/jwx/v2 2.1.6 2.1.7
github.com/mattn/go-runewidth 0.0.20 0.0.27
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.29.14 1.32.1
github.com/aws/aws-sdk-go-v2/service/iam 1.53.8 1.56.1

Updates github.com/aws/aws-sdk-go-v2 from 1.41.6 to 1.43.1

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.32

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.15 to 1.19.31

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.50.5 to 1.56.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.10 to 1.75.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.299.0 to 1.317.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.100.0 to 1.106.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.42.0 to 1.45.1

Commits

Updates github.com/aws/smithy-go from 1.25.0 to 1.27.5

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2026-07-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.

Release (2026-07-16)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.2.1
    • Bug Fix: Use r.URL.Host when r.Host is unset.
  • github.com/aws/smithy-go/aws-http-auth-schemes: v1.0.0
    • Release: Module github.com/aws/smithy-go/aws-http-auth-schemes adds generic smithy-go client support for AWS Sigv4 and Sigv4a.

Release (2026-06-26)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.3
    • Bug Fix: Fix bug in JSON doc encoder and endpoint host label format validation

Release (2026-06-05)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.2
    • Bug Fix: Fix incorrect serialization of unions in CBOR-based protocols.

Release (2026-06-04)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.1
    • Bug Fix: Fixed a deserialization failure in all protocols when encountering a union with explicit null members.
    • Bug Fix: Fixed a panic when deserializing nested unions in JSON- and CBOR-based protocols.

Release (2026-06-02)

... (truncated)

Commits

Updates github.com/gookit/color from 1.6.0 to 1.6.1

Release notes

Sourced from github.com/gookit/color's releases.

v1.6.1

Change Log

Fixed

Other

Commits
  • d232e11 ci(release): remove Go version matrix and simplify build steps in release action
  • 1245572 fix(convert): incorrect conversion between integer types
  • 2bb27a5 fix(detect): should enable VTP on windows CMD,PWSH
  • e58a899 fix: re-apply color after nested reset in RenderString (#119)
  • de1e243 Add 'stable' to Go version matrix and update action
  • ed1b9cc build(deps): bump actions/checkout from 5 to 6 (#115)
  • 2e18426 build(deps): bump github/codeql-action from 3 to 4 (#113)
  • See full diff in compare view

Updates golang.org/x/sys from 0.45.0 to 0.47.0

Commits
  • 9e7e939 cpu: handle vendor suffixes in parseRelease
  • f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  • f3eeabf windows: avoid length overflow in NewNTString
  • 3cb6647 unix: update glibc to 2.43
  • c507910 windows: document safe usage of TrusteeValue
  • d58dcfa unix: add GPIO constants and structs
  • See full diff in compare view

Updates golang.org/x/term from 0.43.0 to 0.45.0

Commits

Updates github.com/apple/pkl-go from 0.8.0 to 0.14.0

Release notes

Sourced from github.com/apple/pkl-go's releases.

v0.14.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.14.0

pkl.golang@0.14.0

This holds the release assets for the pkl.golang Pkl package

v0.13.2

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.13.2

pkl.golang@0.13.2

This holds the release assets for the pkl.golang Pkl package

v0.13.1

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.13.1

pkl.golang@0.13.1

This holds the release assets for the pkl.golang Pkl package

v0.13.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.13.0

pkl.golang@0.13.0

This holds the release assets for the pkl.golang Pkl package

v0.12.1

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.12.1

pkl.golang@0.12.1

This holds the release assets for the pkl.golang Pkl package

v0.12.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.12.0

pkl.golang@0.12.0

This holds the release assets for the pkl.golang Pkl package

v0.11.1

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.11.1

pkl.golang@0.11.1

This holds the release assets for the pkl.golang Pkl package

v0.11.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.11.0

pkl.golang@0.11.0

This holds the release assets for the pkl.golang Pkl package

v0.10.0

Release notes: https://pkl-lang.org/go/current/CHANGELOG.html#release-0.10.0

... (truncated)

Commits
  • a78efef Prepare 0.14.0 release (#250)
  • 9a6db58 Add support for resolved evaluator settings (#249)
  • 4893b38 Add support for configuring HTTP headers (#248)
  • 45df264 SPICE-0020: Type-safe deferred references (#238)
  • 6563c2a Correct proxy noProxy assignment in evaluator options (#228)
  • e93b58f Bump EnricoMi/publish-unit-test-result-action from 2.23.0 to 2.24.0 (#244)
  • 181b0d4 Bump github/codeql-action from 4.36.0 to 4.36.2 (#241)
  • 216d910 Bump actions/checkout from 6.0.2 to 6.0.3 (#242)
  • 28450f2 Bump pkl.impl.ghactions to version 1.8.1 (#240)
  • 0b34c41 Bump pkl.impl.ghactions to version 1.8.0 (#239)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/acm from 1.38.2 to 1.43.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudfront from 1.61.1 to 1.67.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codeartifact from 1.38.22 to 1.41.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.57.2 to 1.62.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.50.5 to 1.55.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lightsail from 1.53.1 to 1.58.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.118.1 to 1.123.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sagemaker from 1.242.0 to 1.262.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/servicequotas from 1.34.6 to 1.37.1

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.68.5 to 1.73.1

Commits

Updates github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.15

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.14 pyc, pcap, cycloned, gedcom support

Media type changes

  • newly added: application/x-bytecode.python, application/vnd.tcpdump.pcap, application/vnd.cyclonedx+xml, application/vnd.cyclonedx+json, text/vnd.familysearch.gedcom
  • superseded and demoted to aliases: image/vnd.mozilla.apng superseded by image/apng video/x-matroska superseded by video/matroska application/x-rar-compressed superseded by application/vnd.rar

Full changelog

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.13...v1.4.14

v1.4.14-rc1 pyc, pcap, cycloned support

Media type changes

  • new media types: image/apng, video/matroska, application/vnd.rar, application/x-bytecode.python, application/vnd.tcpdump.pcap, application/vnd.cyclonedx+xml, application/vnd.cyclonedx+json
  • media types demoted to aliases: image/vnd.mozilla.apng, video/x-matroska, application/x-rar-compressed

Full changelog

... (truncated)

Commits

Bumps the minor-and-patch group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.6` | `1.43.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.16` | `1.32.32` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.56.1` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.71.10` | `1.75.1` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.299.0` | `1.317.1` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.100.0` | `1.106.1` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.6.0` | `1.6.1` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.45.0` | `0.47.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.43.0` | `0.45.0` |
| [github.com/apple/pkl-go](https://github.com/apple/pkl-go) | `0.8.0` | `0.14.0` |
| [github.com/aws/aws-sdk-go-v2/service/acm](https://github.com/aws/aws-sdk-go-v2) | `1.38.2` | `1.43.1` |
| [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) | `1.61.1` | `1.67.1` |
| [github.com/aws/aws-sdk-go-v2/service/codeartifact](https://github.com/aws/aws-sdk-go-v2) | `1.38.22` | `1.41.1` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.57.2` | `1.62.1` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.55.1` |
| [github.com/aws/aws-sdk-go-v2/service/lightsail](https://github.com/aws/aws-sdk-go-v2) | `1.53.1` | `1.58.1` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.118.1` | `1.123.1` |
| [github.com/aws/aws-sdk-go-v2/service/sagemaker](https://github.com/aws/aws-sdk-go-v2) | `1.242.0` | `1.262.1` |
| [github.com/aws/aws-sdk-go-v2/service/servicequotas](https://github.com/aws/aws-sdk-go-v2) | `1.34.6` | `1.37.1` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.68.5` | `1.73.1` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.13` | `1.4.15` |
| [github.com/lestrrat-go/jwx/v2](https://github.com/lestrrat-go/jwx) | `2.1.6` | `2.1.7` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.20` | `0.0.27` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.29.14` | `1.32.1` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.53.8` | `1.56.1` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.41.6 to 1.43.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.6...v1.43.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.16 to 1.32.32
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.16...config/v1.32.32)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.15 to 1.19.31
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.15...credentials/v1.19.31)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.50.5 to 1.56.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/s3/v1.56.1)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudformation` from 1.71.10 to 1.75.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/cloudformation/v1.71.10...service/s3/v1.75.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.299.0 to 1.317.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.299.0...service/ec2/v1.317.1)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.100.0 to 1.106.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.100.0...service/s3/v1.106.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.42.0 to 1.45.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.42.0...service/s3/v1.45.1)

Updates `github.com/aws/smithy-go` from 1.25.0 to 1.27.5
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.25.0...v1.27.5)

Updates `github.com/gookit/color` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.6.0...v1.6.1)

Updates `golang.org/x/sys` from 0.45.0 to 0.47.0
- [Commits](golang/sys@v0.45.0...v0.47.0)

Updates `golang.org/x/term` from 0.43.0 to 0.45.0
- [Commits](golang/term@v0.43.0...v0.45.0)

Updates `github.com/apple/pkl-go` from 0.8.0 to 0.14.0
- [Release notes](https://github.com/apple/pkl-go/releases)
- [Commits](apple/pkl-go@v0.8.0...v0.14.0)

Updates `github.com/aws/aws-sdk-go-v2/service/acm` from 1.38.2 to 1.43.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.38.2...v1.43.1)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudfront` from 1.61.1 to 1.67.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.61.1...service/s3/v1.67.1)

Updates `github.com/aws/aws-sdk-go-v2/service/codeartifact` from 1.38.22 to 1.41.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/codeartifact/v1.38.22...v1.41.1)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.57.2 to 1.62.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.57.2...service/rds/v1.62.1)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.50.5 to 1.55.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/s3/v1.55.1)

Updates `github.com/aws/aws-sdk-go-v2/service/lightsail` from 1.53.1 to 1.58.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.53.1...service/s3/v1.58.1)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.118.1 to 1.123.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/rds/v1.118.1...service/rds/v1.123.1)

Updates `github.com/aws/aws-sdk-go-v2/service/sagemaker` from 1.242.0 to 1.262.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.242.0...service/sagemaker/v1.262.1)

Updates `github.com/aws/aws-sdk-go-v2/service/servicequotas` from 1.34.6 to 1.37.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/mq/v1.34.6...v1.37.1)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.68.5 to 1.73.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.68.5...service/s3/v1.73.1)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.13 to 1.4.15
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.13...v1.4.15)

Updates `github.com/lestrrat-go/jwx/v2` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/v2.1.7/Changes)
- [Commits](lestrrat-go/jwx@v2.1.6...v2.1.7)

Updates `github.com/mattn/go-runewidth` from 0.0.20 to 0.0.27
- [Commits](mattn/go-runewidth@v0.0.20...v0.0.27)

Updates `github.com/aws/aws-sdk-go-v2/service/cloudcontrol` from 1.29.14 to 1.32.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.14...v1.32.1)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.53.8 to 1.56.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.53.8...service/s3/v1.56.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.31
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockruntime
  dependency-version: 1.56.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-version: 1.317.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.106.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.27.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/gookit/color
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/term
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/apple/pkl-go
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/acm
  dependency-version: 1.43.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.67.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/codeartifact
  dependency-version: 1.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-version: 1.62.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.55.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lightsail
  dependency-version: 1.58.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-version: 1.123.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sagemaker
  dependency-version: 1.262.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/servicequotas
  dependency-version: 1.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ssm
  dependency-version: 1.73.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/lestrrat-go/jwx/v2
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudcontrol
  dependency-version: 1.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-version: 1.56.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Jul 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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