Skip to content

Comments

Bump the minor-and-patch group across 1 directory with 22 updates#763

Merged
kddejong merged 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-a5d04729f1
Feb 23, 2026
Merged

Bump the minor-and-patch group across 1 directory with 22 updates#763
kddejong merged 1 commit intomainfrom
dependabot/go_modules/minor-and-patch-a5d04729f1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

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

Package From To
github.com/aws/aws-sdk-go-v2/config 1.32.1 1.32.9
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.45.0 1.49.0
github.com/aws/aws-sdk-go-v2/service/ec2 1.274.0 1.290.0
github.com/aws/aws-sdk-go-v2/service/s3 1.92.0 1.96.0
github.com/aws/smithy-go 1.24.0 1.24.1
github.com/spf13/cobra 1.10.1 1.10.2
golang.org/x/sys 0.38.0 0.41.0
golang.org/x/term 0.37.0 0.40.0
github.com/apple/pkl-go 0.10.0 0.11.1
github.com/aws/aws-lambda-go 1.50.0 1.52.0
github.com/aws/aws-sdk-go-v2/service/acm 1.37.14 1.37.19
github.com/aws/aws-sdk-go-v2/service/codeartifact 1.38.13 1.38.17
github.com/aws/aws-sdk-go-v2/service/kms 1.49.0 1.50.0
github.com/aws/aws-sdk-go-v2/service/rds 1.111.0 1.116.0
github.com/aws/aws-sdk-go-v2/service/sagemaker 1.226.0 1.233.0
github.com/aws/aws-sdk-go-v2/service/ssm 1.67.3 1.68.0
github.com/gabriel-vasile/mimetype 1.4.11 1.4.13
github.com/mattn/go-runewidth 0.0.19 0.0.20
github.com/aws/aws-sdk-go-v2/service/cloudcontrol 1.29.4 1.29.9
github.com/aws/aws-sdk-go-v2/service/iam 1.52.1 1.53.2

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.1 to 1.32.9

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.1 to 1.19.9

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.45.0 to 1.49.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.274.0 to 1.290.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.0 to 1.96.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.41.1 to 1.41.6

Commits

Updates github.com/aws/smithy-go from 1.24.0 to 1.24.1

Release notes

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

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
Changelog

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

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
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

Release (2025-09-18)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.1.0
    • Feature: Added support for SIG4/SIGV4A querystring authentication.

Release (2025-08-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.0
    • Feature: Sort map keys in JSON Document types.

Release (2025-07-24)

... (truncated)

Commits

Updates github.com/spf13/cobra from 1.10.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

Commits

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

Commits
  • fc646e4 cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows
  • f11c7bb windows: add IsProcessorFeaturePresent and processor feature consts
  • d25a7aa unix: add IoctlSetString on all platforms
  • 6fb913b unix: return early on error in Recvmsg
  • 2f44229 sys/cpu: add symbolic constants for remaining cpuid bits
  • e5770d2 sys/cpu: use symbolic names for masks
  • 714a44c sys/cpu: modify x86 port to match what internal/cpu does
  • 08e5482 unix: fix out of bounds memory access in tests
  • 4f4f1c6 Revert "cpu: add HPDS, LOR, PAN detection for arm64"
  • ca63116 unix: add IOCTL_MEI_* constants
  • Additional commits viewable in compare view

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

Commits
  • 3aff304 go.mod: update golang.org/x dependencies
  • a7e5b04 go.mod: update golang.org/x dependencies
  • 943f25d x/term: handle transpose
  • 9b991dd x/term: handle delete key
  • 3863673 go.mod: update golang.org/x dependencies
  • See full diff in compare view

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

Release notes

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

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

Commits

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

Release notes

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

v1.52.0

What's Changed

New Contributors

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

v1.51.2

What's Changed

New Contributors

Full Changelog: aws/aws-lambda-go@v1.51.1...v1.51.2

v1.51.1

What's Changed

Full Changelog: aws/aws-lambda-go@v1.51.0...v1.51.1

v1.51.0

What's Changed

Full Changelog: aws/aws-lambda-go@v1.50.0...v1.51.0

Commits
  • 9dac8a5 Add structured logging helper (#614)
  • 6252f73 fix: always return PhysicalResourceID for CFn CustomResources (#613)
  • d4fbc0b Add CODECOV_TOKEN to tests.yml (#609)
  • a28c6f0 Update lambda/sigterm_test to use RIE via public.ecr.aws/lambda/provided rath...
  • 56a0f54 documentation rework (#608)
  • bbde148 Bump GitHub actions (#605)
  • e2b5656 fix flaky test TestRuntimeAPILoopWithConcurrency (#606)
  • 1fe9d1b Add TenantID to LambdaContext (#604)
  • 7dfe2bb Add APIGatewayProxyStreamingResponse
  • 45c22d5 Remove _X_AMZN_TRACE_ID environment variable mutations when handling concurre...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/service/acm from 1.37.14 to 1.37.19

Commits

Updates github.com/aws/aws-sdk-go-v2/service/codeartifact from 1.38.13 to 1.38.17

Commits

Updates github.com/aws/aws-sdk-go-v2/service/kms from 1.49.0 to 1.50.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.111.0 to 1.116.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sagemaker from 1.226.0 to 1.233.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ssm from 1.67.3 to 1.68.0

Commits

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

Release notes

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

Support for .hlp, .inf, .fm, .bufr

What's Changed

New Contributors

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

v1.4.12 RFC822, GRIB, Zlib support

What's Changed

Full Changelog: gabriel-vasile/mimetype@v1.4.11...v1.4.12

Commits
  • 8822588 build(deps): bump the github-actions group across 1 directory with 3 updates
  • dfcfd00 m3u: check NL after signature for fewer false-positives
  • b40e4de ndjson: remove duplicate testcase
  • b9d4202 m3u: add x-mpegurl alias (#755)
  • 913ef6e Extend: Ensure MIME string normalization (#756)
  • 02cce61 bufr: add support (#754)
  • fe42f3e framemaker: add support (#752)
  • 0beb64f ttf: use ints instead of string for better performance (#751)
  • 3e267fc fonts: harden TTF and OTF detection (#750)
  • 789eb1d misc: remove an outdated TODO
  • Additional commits viewable in compare view

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cloudcontrol from 1.29.4 to 1.29.9

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.52.1 to 1.53.2

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/apple/pkl-go [>= 0.12.a, < 0.13]

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 minor-and-patch group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.1` | `1.32.9` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.45.0` | `1.49.0` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.274.0` | `1.290.0` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.92.0` | `1.96.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.24.0` | `1.24.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.38.0` | `0.41.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.37.0` | `0.40.0` |
| [github.com/apple/pkl-go](https://github.com/apple/pkl-go) | `0.10.0` | `0.11.1` |
| [github.com/aws/aws-lambda-go](https://github.com/aws/aws-lambda-go) | `1.50.0` | `1.52.0` |
| [github.com/aws/aws-sdk-go-v2/service/acm](https://github.com/aws/aws-sdk-go-v2) | `1.37.14` | `1.37.19` |
| [github.com/aws/aws-sdk-go-v2/service/codeartifact](https://github.com/aws/aws-sdk-go-v2) | `1.38.13` | `1.38.17` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.49.0` | `1.50.0` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.111.0` | `1.116.0` |
| [github.com/aws/aws-sdk-go-v2/service/sagemaker](https://github.com/aws/aws-sdk-go-v2) | `1.226.0` | `1.233.0` |
| [github.com/aws/aws-sdk-go-v2/service/ssm](https://github.com/aws/aws-sdk-go-v2) | `1.67.3` | `1.68.0` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.11` | `1.4.13` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.19` | `0.0.20` |
| [github.com/aws/aws-sdk-go-v2/service/cloudcontrol](https://github.com/aws/aws-sdk-go-v2) | `1.29.4` | `1.29.9` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.52.1` | `1.53.2` |



Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.1 to 1.32.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.1...config/v1.32.9)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.1 to 1.19.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.19.1...service/m2/v1.19.9)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.45.0 to 1.49.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.45.0...service/s3/v1.49.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.274.0 to 1.290.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.274.0...service/ec2/v1.290.0)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.92.0 to 1.96.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.92.0...service/s3/v1.96.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.41.1 to 1.41.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.41.1...service/sts/v1.41.6)

Updates `github.com/aws/smithy-go` from 1.24.0 to 1.24.1
- [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.0...v1.24.1)

Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.10.1...v1.10.2)

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

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

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/acm` from 1.37.14 to 1.37.19
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/acm/v1.37.14...service/acm/v1.37.19)

Updates `github.com/aws/aws-sdk-go-v2/service/codeartifact` from 1.38.13 to 1.38.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/kafka/v1.38.13...service/kafka/v1.38.17)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.49.0...service/s3/v1.50.0)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.111.0 to 1.116.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.111.0...service/ec2/v1.116.0)

Updates `github.com/aws/aws-sdk-go-v2/service/sagemaker` from 1.226.0 to 1.233.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.226.0...service/ec2/v1.233.0)

Updates `github.com/aws/aws-sdk-go-v2/service/ssm` from 1.67.3 to 1.68.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/ecs/v1.67.3...service/s3/v1.68.0)

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

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

Updates `github.com/aws/aws-sdk-go-v2/service/cloudcontrol` from 1.29.4 to 1.29.9
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@config/v1.29.4...config/v1.29.9)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.52.1 to 1.53.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.52.1...service/s3/v1.53.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.9
  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.9
  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.49.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/ec2
  dependency-version: 1.290.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.96.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/sts
  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/smithy-go
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.41.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.40.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.11.1
  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.52.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.37.19
  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/codeartifact
  dependency-version: 1.38.17
  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/kms
  dependency-version: 1.50.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/rds
  dependency-version: 1.116.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/sagemaker
  dependency-version: 1.233.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/ssm
  dependency-version: 1.68.0
  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.13
  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.20
  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.9
  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.2
  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 Feb 23, 2026
@kddejong kddejong merged commit 7584d1d into main Feb 23, 2026
3 checks passed
@kddejong kddejong deleted the dependabot/go_modules/minor-and-patch-a5d04729f1 branch February 23, 2026 17:31
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.

1 participant