Skip to content

Bump the minor-and-patch group across 1 directory with 27 updates#787

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-0c4c0038d3
Closed

Bump the minor-and-patch group across 1 directory with 27 updates#787
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-0c4c0038d3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

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

Package From To
github.com/aws/aws-sdk-go-v2 1.41.5 1.41.6
github.com/aws/aws-sdk-go-v2/config 1.32.10 1.32.16
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.50.4 1.50.5
github.com/aws/aws-sdk-go-v2/service/cloudformation 1.71.6 1.71.10
github.com/aws/aws-sdk-go-v2/service/ec2 1.291.0 1.298.0
github.com/aws/aws-sdk-go-v2/service/s3 1.97.3 1.99.1
golang.org/x/sys 0.41.0 0.43.0
golang.org/x/term 0.40.0 0.42.0
github.com/apple/pkl-go 0.11.1 0.13.2
github.com/aws/aws-lambda-go 1.52.0 1.54.0
github.com/aws/aws-sdk-go-v2/service/acm 1.37.20 1.38.2
github.com/aws/aws-sdk-go-v2/service/cloudfront 1.60.1 1.61.1
github.com/aws/aws-sdk-go-v2/service/codeartifact 1.38.18 1.38.22
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.56.0 1.57.2
github.com/aws/aws-sdk-go-v2/service/kms 1.50.1 1.50.5
github.com/aws/aws-sdk-go-v2/service/lightsail 1.50.12 1.53.1
github.com/aws/aws-sdk-go-v2/service/rds 1.116.1 1.118.1
github.com/aws/aws-sdk-go-v2/service/sagemaker 1.233.1 1.242.0
github.com/aws/aws-sdk-go-v2/service/servicequotas 1.34.2 1.34.6
github.com/aws/aws-sdk-go-v2/service/ssm 1.68.1 1.68.5
github.com/fatih/color 1.18.0 1.19.0
github.com/mattn/go-runewidth 0.0.20 0.0.23
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.29.10 1.29.14
github.com/aws/aws-sdk-go-v2/service/iam 1.53.3 1.53.8

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.291.0 to 1.298.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.97.3 to 1.99.1

Commits

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

Commits

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

Release notes

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

v1.25.0

Release (2026-04-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait
Changelog

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

Release (2026-04-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.25.0
    • Feature: Add support for endpointBdd trait

Release (2026-04-02)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.3
    • Bug Fix: Add additional sigv4 configuration.
  • github.com/aws/smithy-go/aws-http-auth: v1.1.3
    • Bug Fix: Add additional sigv4 configuration.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.

Release (2026-02-20)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.1
    • Feature: Add new middleware functions to get event stream output from middleware

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0
    • Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2

... (truncated)

Commits

Updates golang.org/x/sys from 0.41.0 to 0.43.0

Commits
  • f33a730 windows: support nil security descriptor on GetNamedSecurityInfo
  • 493d172 cpu: add runtime import in cpu_darwin_arm64_other.go
  • 2c2be75 windows: use syscall.SyscallN in Proc.Call
  • a76ec62 cpu: roll back "use IsProcessorFeaturePresent to calculate ARM64 on windows"
  • eaaaaee windows/registry: correct KeyInfo.ModTime calculation
  • 942780b cpu: darwin/arm64 feature detection
  • acef388 unix/linux: Prefixmsg and PrefixCacheinfo structs
  • 3687fbd cpu: better defaults on darwin ARM64
  • 48062e9 plan9: change Note to alias syscall.Note
  • 4f23f80 windows: change Signal to alias syscall.Signal
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.40.0 to 0.42.0

Commits
  • 52b71d3 go.mod: update golang.org/x dependencies
  • 9d2dc07 go.mod: update golang.org/x dependencies
  • d954e03 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates github.com/apple/pkl-go from 0.11.1 to 0.13.2

Release notes

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

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

Commits

Updates github.com/aws/aws-lambda-go from 1.52.0 to 1.54.0

Release notes

Sourced from github.com/aws/aws-lambda-go's releases.

v1.54.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.54.0...v1.53.0

v1.53.0

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.53.0...v1.52.0

Commits
  • ca19f6f Allow ClientContext.Custom unmarshaling for non-string (JSON) values (#620)
  • 9c32960 Merge pull request #619 from maximrub/inbound-federation
  • ebe38d9 add support for Cognito Inbound federation Lambda trigger
  • 71624ac Fix spelling typos (#616)
  • 33e4dc3 Update workflows for go 1.26 (#617)
  • e1cb461 Merge pull request #612 from yhamano0312/feat/add-s3-event-fields
  • a66ce2d Merge branch 'main' into feat/add-s3-event-fields
  • be52e48 feat: add lifecycle event data structure and corresponding test for S3 events
  • 5516bce feat: add intelligent tiering event data structure and corresponding test for...
  • 1f8f7e8 feat: add restore event data structure and corresponding test for S3 events
  • Additional commits viewable in compare view

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

Commits

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

Commits
  • a2b751d Release 2024-09-03
  • e22c249 Regenerated Clients
  • ff0cf6f Update API model
  • 3120376 refactoring of buildQuery to accept a list of maintained headers to l… (#2773)
  • 4ed838e Merge pull request #2768 from bhavya2109sharma/presignedurl-requestpayer-change
  • d4bd42f Merge branch 'main' into presignedurl-requestpayer-change
  • 0353706 Added Changelog
  • 97e2d3f Release 2024-08-30
  • 4cca52b Regenerated Clients
  • c8a5146 Update endpoints model
  • Additional commits viewable in compare view

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

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

Commits

Updates github.com/fatih/color from 1.18.0 to 1.19.0

Release notes

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

v1.19.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

Commits
  • ca25f6e Merge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-6
  • 1205984 Bump actions/setup-go from 5 to 6
  • 5715c20 Merge pull request #269 from UnSubble/main
  • 2f6e200 Merge branch 'main' into main
  • f72ec94 Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6
  • 848e633 Merge branch 'main' into main
  • 4c2cd34 Add tests
  • 7f812f0 Bump actions/checkout from 4 to 6
  • b7fc9f9 Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...
  • 239a88f Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
  • Additional commits viewable in compare view

Updates github.com/mattn/go-runewidth from 0.0.20 to 0.0.23

Commits
  • 17a7a03 Merge pull request #95 from mattn/optimize-runewidth-performance
  • 0a43bb8 Optimize RuneWidth and StringWidth performance
  • 41dc6c5 Merge pull request #92 from mattn/stringwidth-single-rune-fast-path
  • 254e529 optimize single-rune StringWidth
  • b7b94fb Merge pull request #91 from mattn/add-is-combining-width
  • 2c33cbf Update CI: bump actions and Go versions
  • c6c0a14 Add IsCombiningWidth function
  • 6399b33 Merge pull request #90 from bugwhisperer418/76-zero-width-variation-selections
  • dadc062 fix benchmark test checksums
  • 75db52f update test checksums
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.29.10 to 1.29.14

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.53.3 ...

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.5` | `1.41.6` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.10` | `1.32.16` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.50.4` | `1.50.5` |
| [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) | `1.71.6` | `1.71.10` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.291.0` | `1.298.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.97.3` | `1.99.1` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.41.0` | `0.43.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.40.0` | `0.42.0` |
| [github.com/apple/pkl-go](https://github.com/apple/pkl-go) | `0.11.1` | `0.13.2` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.52.0` | `1.54.0` |
| [github.com/aws/aws-sdk-go-v2/service/acm](https://github.com/aws/aws-sdk-go-v2) | `1.37.20` | `1.38.2` |
| [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) | `1.60.1` | `1.61.1` |
| [github.com/aws/aws-sdk-go-v2/service/codeartifact](https://github.com/aws/aws-sdk-go-v2) | `1.38.18` | `1.38.22` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.56.0` | `1.57.2` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.50.1` | `1.50.5` |
| [github.com/aws/aws-sdk-go-v2/service/lightsail](https://github.com/aws/aws-sdk-go-v2) | `1.50.12` | `1.53.1` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.116.1` | `1.118.1` |
| [github.com/aws/aws-sdk-go-v2/service/sagemaker](https://github.com/aws/aws-sdk-go-v2) | `1.233.1` | `1.242.0` |
| [github.com/aws/aws-sdk-go-v2/service/servicequotas](https://github.com/aws/aws-sdk-go-v2) | `1.34.2` | `1.34.6` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.68.1` | `1.68.5` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.18.0` | `1.19.0` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.20` | `0.0.23` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.29.10` | `1.29.14` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.53.3` | `1.53.8` |



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

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

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

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.291.0 to 1.298.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.291.0...service/ec2/v1.298.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.97.3 to 1.99.1
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.97.3...service/s3/v1.99.1)

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

Updates `github.com/aws/smithy-go` from 1.24.2 to 1.25.0
- [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.24.2...v1.25.0)

Updates `golang.org/x/sys` from 0.41.0 to 0.43.0
- [Commits](golang/sys@v0.41.0...v0.43.0)

Updates `golang.org/x/term` from 0.40.0 to 0.42.0
- [Commits](golang/term@v0.40.0...v0.42.0)

Updates `github.com/apple/pkl-go` from 0.11.1 to 0.13.2
- [Release notes](https://github.com/apple/pkl-go/releases)
- [Commits](apple/pkl-go@v0.11.1...v0.13.2)

Updates `github.com/aws/aws-lambda-go` from 1.52.0 to 1.54.0
- [Release notes](https://github.com/aws/aws-lambda-go/releases)
- [Commits](aws/aws-lambda-go@v1.52.0...v1.54.0)

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

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

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

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

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

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

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

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

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

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

Updates `github.com/fatih/color` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.18.0...v1.19.0)

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

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

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

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.16
  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.15
  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.50.5
  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/cloudformation
  dependency-version: 1.71.10
  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/ec2
  dependency-version: 1.298.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/s3
  dependency-version: 1.99.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.42.0
  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.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.43.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.42.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.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/aws/aws-lambda-go
  dependency-version: 1.54.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.38.2
  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.61.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.38.22
  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/dynamodb
  dependency-version: 1.57.2
  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.50.5
  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/lightsail
  dependency-version: 1.53.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.118.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.242.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/servicequotas
  dependency-version: 1.34.6
  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/ssm
  dependency-version: 1.68.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.23
  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.29.14
  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/iam
  dependency-version: 1.53.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Apr 21, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 23, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 23, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/minor-and-patch-0c4c0038d3 branch April 23, 2026 16:19
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