Skip to content

Bump the support-dependencies group across 1 directory with 6 updates#119

Merged
chocolatkey merged 2 commits into
developfrom
dependabot/go_modules/support-dependencies-e654c8065e
Jul 8, 2026
Merged

Bump the support-dependencies group across 1 directory with 6 updates#119
chocolatkey merged 2 commits into
developfrom
dependabot/go_modules/support-dependencies-e654c8065e

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the support-dependencies group with 5 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go-v2 1.42.0 1.42.1
github.com/aws/aws-sdk-go-v2/config 1.32.17 1.32.28
github.com/aws/aws-sdk-go-v2/service/s3 1.104.1 1.105.0
github.com/gotd/contrib 0.21.1 0.24.0
google.golang.org/api 0.285.0 0.287.1

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

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.17 to 1.32.28

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.16 to 1.19.27

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.104.1 to 1.105.0

Commits

Updates github.com/gotd/contrib from 0.21.1 to 0.24.0

Release notes

Sourced from github.com/gotd/contrib's releases.

v0.24.0

Documentation

  • Add a comprehensive README with a full package catalog, grouping every gotd/contrib package by purpose (lifecycle, middleware, authentication, storage, I/O, utilities) with descriptions and links.

v0.23.0

Fixes

  • auth/terminal: term.Terminal assumes interactive terminal semantics and misbehaves when os.Stdin/os.Stdout is not a tty (pipes, files, CI). New now detects a terminal via term.IsTerminal and falls back to a bufio.Reader otherwise, printing the prompt manually and accepting input terminated by newline or EOF. Fixes #105.

v0.22.0

Fixes

  • bg: Connect could block forever because the client retries connection attempts indefinitely. Added WithStartupTimeout option (and ErrStartupTimeout sentinel) to bound the wait, and fixed a goroutine leak on the cancel/timeout paths. The Run callback now runs only once the primary connection is ready, so the client is safe to use right after Connect returns. Fixes gotd/td#731.

Dependencies

  • Bump github.com/gotd/td to v0.154.0
Commits
  • 98da267 docs: add comprehensive README with package catalog
  • 9f292d8 fix(auth/terminal): fall back to bufio.Reader when input is not a tty
  • 5916ed8 fix(bg): bound startup wait and fix readiness race
  • adf77a8 Merge pull request #738 from gotd/dependabot/go_modules/github.com/go-jose/go...
  • 6bb3979 chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4
  • 9263461 Merge pull request #716 from gotd/dependabot/github_actions/actions/setup-go-...
  • 1ae470d Merge pull request #740 from gotd/td-bump
  • 818d678 chore(deps): bump github.com/gotd/td from 0.131.0 to 0.154.0
  • 54c0c57 chore(deps): bump actions/setup-go from 5.5.0 to 6.4.0
  • 31f88e6 Merge pull request #739 from gotd/fix/ci-go-version
  • Additional commits viewable in compare view

Updates google.golang.org/api from 0.285.0 to 0.287.1

Release notes

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

v0.287.1

0.287.1 (2026-07-07)

Documentation

v0.287.0

0.287.0 (2026-06-30)

Features

v0.286.0

0.286.0 (2026-06-22)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.287.1 (2026-07-07)

Documentation

0.287.0 (2026-06-30)

Features

0.286.0 (2026-06-22)

Features

Commits

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 support-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.0` | `1.42.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.17` | `1.32.28` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.104.1` | `1.105.0` |
| [github.com/gotd/contrib](https://github.com/gotd/contrib) | `0.21.1` | `0.24.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.285.0` | `0.287.1` |



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

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.17 to 1.32.28
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.17...config/v1.32.28)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.16 to 1.19.27
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.16...credentials/v1.19.27)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.104.1 to 1.105.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.104.1...service/s3/v1.105.0)

Updates `github.com/gotd/contrib` from 0.21.1 to 0.24.0
- [Release notes](https://github.com/gotd/contrib/releases)
- [Commits](gotd/contrib@v0.21.1...v0.24.0)

Updates `google.golang.org/api` from 0.285.0 to 0.287.1
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.285.0...v0.287.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: support-dependencies
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.105.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: github.com/gotd/contrib
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.287.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: support-dependencies
...

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 8, 2026
@chocolatkey chocolatkey merged commit a1a93b3 into develop Jul 8, 2026
4 checks passed
@chocolatkey chocolatkey deleted the dependabot/go_modules/support-dependencies-e654c8065e branch July 8, 2026 23:12
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