Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 8, 2025

Bumps the go-dependencies group with 10 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.39.0 1.39.2
github.com/aws/aws-sdk-go-v2/config 1.31.8 1.31.12
github.com/aws/aws-sdk-go-v2/service/cognitoidentity 1.33.4 1.33.6
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider 1.57.5 1.57.7
github.com/aws/aws-sdk-go-v2/service/ecr 1.50.3 1.50.5
github.com/aws/aws-sdk-go-v2/service/signer 1.31.4 1.31.6
github.com/charmbracelet/fang 0.4.2 0.4.3
github.com/skpr/api 1.0.0 1.2.0
golang.org/x/crypto 0.42.0 0.43.0
golang.org/x/oauth2 0.31.0 0.32.0

Updates github.com/aws/aws-sdk-go-v2 from 1.39.0 to 1.39.2

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.31.8 to 1.31.12

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.18.12 to 1.18.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentity from 1.33.4 to 1.33.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider from 1.57.5 to 1.57.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.50.3 to 1.50.5

Commits

Updates github.com/aws/aws-sdk-go-v2/service/signer from 1.31.4 to 1.31.6

Commits

Updates github.com/charmbracelet/fang from 0.4.2 to 0.4.3

Release notes

Sourced from github.com/charmbracelet/fang's releases.

v0.4.3

Changelog

Bug fixes

  • 87643980480f2e44fe4c50d6bda544e4d46e178b: fix: check term inside default error handler (#77) (@​caarlos0)
  • c3d013dfba6a664bdd97f90a890efe35fa7799b2: fix: preserve multiline formatting in flag descriptions (#71) (@​caarlos0)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • 8764398 fix: check term inside default error handler (#77)
  • c3d013d fix: preserve multiline formatting in flag descriptions (#71)
  • See full diff in compare view

Updates github.com/skpr/api from 1.0.0 to 1.2.0

Release notes

Sourced from github.com/skpr/api's releases.

v1.2.0

What's Changed

Full Changelog: skpr/api@v1.1.5...v1.2.0

v1.1.5

Full Changelog: skpr/api@v1.1.4...v1.1.5

v1.1.4

What's Changed

Full Changelog: skpr/api@v1.1.3...v1.1.4

v1.1.3

What's Changed

Full Changelog: skpr/api@v1.1.2...v1.1.3

v1.1.2

Full Changelog: skpr/api@v1.1.1...v1.1.2

v1.1.1

What's Changed

Full Changelog: skpr/api@v1.1.0...v1.1.1

v1.1.0

What's Changed

... (truncated)

Commits
  • e3d55e0 Rename Compass service to Trace (#32)
  • ed2d06c Adds method to Compass mock
  • 469cbdb Bump the go-dependencies group across 1 directory with 2 updates (#29)
  • e29a27f Update Compass mock (#31)
  • 91f9675 Stream Compass Traces (#30)
  • c8cce27 Total up the environment resources to the project (#27)
  • 8c35eb0 Improve backup and restore functionality for failed and restoring backups acr...
  • 02fb79d Use goreleaser github-native for release notes
  • b04d3f0 Build system for container (#23)
  • fd48720 Restore system config if delete overridden (#25)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.42.0 to 0.43.0

Commits
  • 627cb89 go.mod: update golang.org/x dependencies
  • dca4914 acme: fix autocert TestHTTPHandlerDefaultFallback
  • 1336e21 x509roots/fallback: update bundle
  • 2beaa59 ssh: add VerifiedPublicKeyCallback
  • 66c3d8c ssh: add support for FIPS mode
  • ddb4e80 ssh: remove custom contains, use slices.Contains
  • f4d47b0 ssh: return clearer error when signature algorithm is used as key format
  • 96dc232 x509roots/fallback/bundle: add bundle package to export root certs
  • 8c9ba31 all: freeze and deprecate more packages
  • 559e062 ssh/agent: return an error for unexpected message types
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.31.0 to 0.32.0

Commits

Updates golang.org/x/term from 0.35.0 to 0.36.0

Commits

Updates google.golang.org/grpc from 1.58.3 to 1.75.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.75.0

Behavior Changes

  • xds: Remove support for GRPC_EXPERIMENTAL_XDS_FALLBACK environment variable. Fallback support can no longer be disabled. (#8482)
  • stats: Introduce DelayedPickComplete event, a type alias of PickerUpdated. (#8465)
    • This (combined) event will now be emitted only once per call, when a transport is successfully selected for the attempt.
    • OpenTelemetry metrics will no longer have multiple "Delayed LB pick complete" events in Go, matching other gRPC languages.
    • A future release will delete the PickerUpdated symbol.
  • credentials: Properly apply grpc.WithAuthority as the highest-priority option for setting authority, above the setting in the credentials themselves. (#8488)
    • Now that this WithAuthority is available, the credentials should not be used to override the authority.
  • round_robin: Randomize the order in which addresses are connected to in order to spread out initial RPC load between clients. (#8438)
  • server: Return status code INTERNAL when a client sends more than one request in unary and server streaming RPC. (#8385)
    • This is a behavior change but also a bug fix to bring gRPC-Go in line with the gRPC spec.

New Features

  • dns: Add an environment variable (GRPC_ENABLE_TXT_SERVICE_CONFIG) to provide a way to disable TXT lookups in the DNS resolver (by setting it to false). By default, TXT lookups are enabled, as they were previously. (#8377)

Bug Fixes

  • xds: Fix regression preventing empty node IDs in xDS bootstrap configuration. (#8476)
  • xds: Fix possible panic when certain invalid resources are encountered. (#8412)
  • xdsclient: Fix a rare panic caused by processing a response from a closed server. (#8389)
  • stats: Fix metric unit formatting by enclosing non-standard units like call and endpoint in curly braces to comply with UCUM and gRPC OpenTelemetry guidelines. (#8481)
  • xds: Fix possible panic when clusters are removed from the xds configuration. (#8428)
  • xdsclient: Fix a race causing "resource doesn not exist" when rapidly subscribing and unsubscribing to the same resource. (#8369)
  • client: When determining the authority, properly percent-encode (if needed, which is unlikely) when the target string omits the hostname and only specifies a port (grpc.NewClient(":<port-number-or-name>")). (#8488)

Release 1.74.3

Bug Fixes

  • xds: Fix a regression preventing empty node IDs in the bootstrap configuration. (#8476 , #8483)
  • xdsclient: Fix a data race caused while reporting load to LRS. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)

Release 1.74.2

New Features

  • grpc: introduce new DialOptions and ServerOptions (WithStaticStreamWindowSize, WithStaticConnWindowSize, StaticStreamWindowSize, StaticConnWindowSize) that force fixed window sizes for all HTTP/2 connections. By default, gRPC uses dynamic sizing of these windows based upon a BDP estimation algorithm. The existing options (WithInitialWindowSize, etc) also disable BDP estimation, but this behavior will be changed in a following release. (#8283)

API Changes

  • balancer: add ExitIdle method to Balancer interface. Earlier, implementing this method was optional. (#8367)

Behavior Changes

  • xds: Remove the GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST environment variable that allows disabling the least request balancer with xDS. Least request was made available by default with xDS in v1.72.0. (#8248)

... (truncated)

Commits
  • b9788ef Change version to 1.75.0 (#8493)
  • 2bd74b2 credentials: fix behavior of grpc.WithAuthority and credential handshake prec...
  • 9fa3267 xds: remove xds client fallback environment variable (#8482)
  • 62ec29f grpc: Fix cardinality violations in non-client streaming RPCs. (#8385)
  • 85240a5 stats: change non-standard units to annotations (#8481)
  • ac13172 update deps (#8478)
  • 0a895bc examples/opentelemetry: use experimental metrics in example (#8441)
  • 8b61e8f xdsclient: do not process updates from closed server channels (#8389)
  • 7238ab1 Allow empty nodeID (#8476)
  • 9186ebd cleanup: use slices.Equal to simplify code (#8472)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 8, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-60b5c0fdf4 branch from 30c2d9a to e3a7e28 Compare October 13, 2025 13:40
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-60b5c0fdf4 branch from e3a7e28 to 2dbf9eb Compare October 20, 2025 14:21
Bumps the go-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.39.0` | `1.39.2` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.31.8` | `1.31.12` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentity](https://github.com/aws/aws-sdk-go-v2) | `1.33.4` | `1.33.6` |
| [github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider](https://github.com/aws/aws-sdk-go-v2) | `1.57.5` | `1.57.7` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.50.3` | `1.50.5` |
| [github.com/aws/aws-sdk-go-v2/service/signer](https://github.com/aws/aws-sdk-go-v2) | `1.31.4` | `1.31.6` |
| [github.com/charmbracelet/fang](https://github.com/charmbracelet/fang) | `0.4.2` | `0.4.3` |
| [github.com/skpr/api](https://github.com/skpr/api) | `1.0.0` | `1.2.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.42.0` | `0.43.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.31.0` | `0.32.0` |



Updates `github.com/aws/aws-sdk-go-v2` from 1.39.0 to 1.39.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@v1.39.0...v1.39.2)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.31.8 to 1.31.12
- [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.31.8...config/v1.31.12)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.18.12 to 1.18.16
- [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.18.12...config/v1.18.16)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentity` from 1.33.4 to 1.33.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@service/ivs/v1.33.4...service/fms/v1.33.6)

Updates `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider` from 1.57.5 to 1.57.7
- [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.57.5...service/batch/v1.57.7)

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.50.3 to 1.50.5
- [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.50.3...service/ecr/v1.50.5)

Updates `github.com/aws/aws-sdk-go-v2/service/signer` from 1.31.4 to 1.31.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@config/v1.31.4...config/v1.31.6)

Updates `github.com/charmbracelet/fang` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/charmbracelet/fang/releases)
- [Changelog](https://github.com/charmbracelet/fang/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/fang@v0.4.2...v0.4.3)

Updates `github.com/skpr/api` from 1.0.0 to 1.2.0
- [Release notes](https://github.com/skpr/api/releases)
- [Changelog](https://github.com/skpr/api/blob/main/release.proto)
- [Commits](skpr/api@v1.0.0...v1.2.0)

Updates `golang.org/x/crypto` from 0.42.0 to 0.43.0
- [Commits](golang/crypto@v0.42.0...v0.43.0)

Updates `golang.org/x/oauth2` from 0.31.0 to 0.32.0
- [Commits](golang/oauth2@v0.31.0...v0.32.0)

Updates `golang.org/x/term` from 0.35.0 to 0.36.0
- [Commits](golang/term@v0.35.0...v0.36.0)

Updates `google.golang.org/grpc` from 1.58.3 to 1.75.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.3...v1.75.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.39.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.31.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.18.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentity
  dependency-version: 1.33.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
  dependency-version: 1.57.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-version: 1.50.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/signer
  dependency-version: 1.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/charmbracelet/fang
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/skpr/api
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-60b5c0fdf4 branch from 2dbf9eb to 103cafd Compare October 27, 2025 15:04
@nickschuch nickschuch merged commit 0ddccf0 into main Oct 28, 2025
2 checks passed
@nickschuch nickschuch deleted the dependabot/go_modules/go-dependencies-60b5c0fdf4 branch October 28, 2025 01:36
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