Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2025

Bumps the go-modules group with 9 updates in the / directory:

Package From To
cloud.google.com/go/auth 0.16.3 0.16.4
github.com/charmbracelet/x/ansi 0.9.3 0.10.1
github.com/docker/go-connections 0.5.0 0.6.0
golang.org/x/mod 0.26.0 0.27.0
golang.org/x/sys 0.34.0 0.35.0
golang.org/x/term 0.33.0 0.34.0
golang.org/x/text 0.27.0 0.28.0
google.golang.org/api 0.244.0 0.246.0
google.golang.org/protobuf 1.36.6 1.36.7

Updates cloud.google.com/go/auth from 0.16.3 to 0.16.4

Release notes

Sourced from cloud.google.com/go/auth's releases.

auth: v0.16.4

0.16.4 (2025-08-06)

Bug Fixes

Commits

Updates cloud.google.com/go/compute/metadata from 0.7.0 to 0.8.0

Release notes

Sourced from cloud.google.com/go/compute/metadata's releases.

compute/metadata: v0.8.0

0.8.0 (2025-08-06)

Features

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

v0.8.0

  • profiler package added.
  • storage:
    • Retry Objects.Insert call.
    • Add ProgressFunc to WRiter.
  • pubsub: breaking changes:
    • Publish is now asynchronous (announcement).
    • Subscription.Pull replaced by Subscription.Receive, which takes a callback (announcement).
    • Message.Done replaced with Message.Ack and Message.Nack.
Commits
  • e11d9d1 rpcreplay: file format and I/O
  • f5c3fe2 profiler: Add Cloud Profiler runtime agent for Go.
  • 87cc1d2 rpcreplay: package doc
  • b4e9a38 storage: retry Objects.Insert call
  • 9a04fc8 trace: respond with trace context to report the sampling options
  • e8b5f2c spanner: Increased the maximum allowed sending and recieving msg size to 100 MB
  • dd88571 bigtable: Fix documentation for timestamp range filters
  • c60d02f pubsub: clarify that Topic is goroutine-safe
  • 69931d8 bigquery: get streaming buffer info
  • 7d132fe bigtable: Fix GCRuleToString when GcRule is nil
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/x/ansi from 0.9.3 to 0.10.1

Commits
  • 38fb69d docs(ansi): fix escape sequence for HorizontalPositionAbsolute
  • d60e1b0 Merge pull request #514 from charmbracelet/vt-uv
  • 9309ca5 fix(vt): lint issues
  • 04ca840 Merge branch 'main' into vt-uv
  • 3615766 chore(deps): bump github.com/charmbracelet/x/input in /examples (#511)
  • 0e83914 feat(examples/charmtone): output colors as css, scss, and vim 8 vars
  • bc8a199 chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /conpty (#512)
  • ab76bc7 chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /term (#510)
  • b01c47a chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 in /sshkey (#509)
  • 439c107 chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in /termios (#508)
  • Additional commits viewable in compare view

Updates github.com/docker/go-connections from 0.5.0 to 0.6.0

Commits
  • 42faf79 Merge pull request #138 from thaJeztah/sockets_move_unix_options
  • 9ffab7e sockets: make NewUnixSocket, WithChown, WithChmod unix-only
  • 6bb1d15 Merge pull request #135 from thaJeztah/rename_test_files
  • b6c843d sockets: rename files to be considered test files
  • 80898b6 Merge pull request #133 from thaJeztah/deprecate_socket_dialpipe
  • a4399e5 socket: deprecate DialPipe
  • b071e04 Merge pull request #128 from thaJeztah/remove_old_cyphers
  • 578bfde Merge pull request #132 from thaJeztah/optimize_ParsePortSpec
  • deccd71 tlsconfig: align client and server defaults, remove weak CBC ciphers
  • 30b91c8 nat: ParsePortSpec: combine some conditions
  • Additional commits viewable in compare view

Updates golang.org/x/mod from 0.26.0 to 0.27.0

Commits

Updates golang.org/x/sys from 0.34.0 to 0.35.0

Commits
  • 5b936e1 unix/linux: update to Linux kernel 6.16, Go to 1.24.5
  • 3a82703 unix: remove redundant xnu version check for {p}readv/{p}writev
  • 9920300 unix: add missing nft conntrack constants
  • ad4e0fc unix: remove redundant word in comment
  • 084ad87 unix: fix //sys decl after CL 548795
  • See full diff in compare view

Updates golang.org/x/term from 0.33.0 to 0.34.0

Commits
  • a35244d go.mod: update golang.org/x dependencies
  • 4f53e0c term: allow multi-line bracketed paste to not create single line with verbati...
  • 27f29d8 term: remove duplicate flag and add comment on windows
  • See full diff in compare view

Updates golang.org/x/text from 0.27.0 to 0.28.0

Commits

Updates google.golang.org/api from 0.244.0 to 0.246.0

Release notes

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

v0.246.0

0.246.0 (2025-08-06)

Features

Bug Fixes

  • idtoken: Don't assume DefaultTransport is a http.Transport (#3263) (61fba51), refs #3260

v0.245.0

0.245.0 (2025-08-05)

Features

Bug Fixes

  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)
Changelog

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

0.246.0 (2025-08-06)

Features

Bug Fixes

  • idtoken: Don't assume DefaultTransport is a http.Transport (#3263) (61fba51), refs #3260

0.245.0 (2025-08-05)

Features

Bug Fixes

  • gensupport: Fix transferChunk race condition by returning response with non-cancelled context. (#3258) (091d422)
Commits
  • 3341cca chore(main): release 0.246.0 (#3262)
  • 61fba51 fix(idtoken): don't assume DefaultTransport is a http.Transport (#3263)
  • b792200 feat(all): auto-regenerate discovery clients (#3261)
  • ed4d4ca chore(main): release 0.245.0 (#3253)
  • 091d422 fix(gensupport): fix transferChunk race condition by returning response with ...
  • bf38d3a feat(all): auto-regenerate discovery clients (#3259)
  • efc3371 feat(all): auto-regenerate discovery clients (#3257)
  • 83176a9 feat(all): auto-regenerate discovery clients (#3256)
  • 0f10366 feat(all): auto-regenerate discovery clients (#3255)
  • 702998a feat(all): auto-regenerate discovery clients (#3254)
  • Additional commits viewable in compare view

Updates google.golang.org/protobuf from 1.36.6 to 1.36.7

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

Bumps the go-modules group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/auth](https://github.com/googleapis/google-cloud-go) | `0.16.3` | `0.16.4` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.9.3` | `0.10.1` |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.26.0` | `0.27.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.34.0` | `0.35.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.33.0` | `0.34.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.27.0` | `0.28.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.244.0` | `0.246.0` |
| google.golang.org/protobuf | `1.36.6` | `1.36.7` |



Updates `cloud.google.com/go/auth` from 0.16.3 to 0.16.4
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@auth/v0.16.3...auth/v0.16.4)

Updates `cloud.google.com/go/compute/metadata` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.7.0...v0.8.0)

Updates `github.com/charmbracelet/x/ansi` from 0.9.3 to 0.10.1
- [Commits](charmbracelet/x@ansi/v0.9.3...ansi/v0.10.1)

Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0
- [Commits](docker/go-connections@v0.5.0...v0.6.0)

Updates `golang.org/x/mod` from 0.26.0 to 0.27.0
- [Commits](golang/mod@v0.26.0...v0.27.0)

Updates `golang.org/x/sys` from 0.34.0 to 0.35.0
- [Commits](golang/sys@v0.34.0...v0.35.0)

Updates `golang.org/x/term` from 0.33.0 to 0.34.0
- [Commits](golang/term@v0.33.0...v0.34.0)

Updates `golang.org/x/text` from 0.27.0 to 0.28.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.27.0...v0.28.0)

Updates `google.golang.org/api` from 0.244.0 to 0.246.0
- [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.244.0...v0.246.0)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7

---
updated-dependencies:
- dependency-name: cloud.google.com/go/auth
  dependency-version: 0.16.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/mod
  dependency-version: 0.27.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sys
  dependency-version: 0.35.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/term
  dependency-version: 0.34.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-version: 0.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/api
  dependency-version: 0.246.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

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 Aug 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 7, 2025 16:34
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2025
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Aug 7, 2025
@paketo-bot paketo-bot merged commit ca6928e into main Aug 7, 2025
10 of 11 checks passed
@paketo-bot paketo-bot deleted the dependabot/go_modules/go-modules-efdc3649c5 branch August 7, 2025 16:42
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 semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants