Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the go-mod group with 14 updates:

Package From To
github.com/authzed/spicedb 1.45.3 1.45.4
github.com/hamba/avro/v2 2.29.0 2.30.0
github.com/mark3labs/mcp-go 0.40.0 0.41.1
github.com/olekukonko/tablewriter 1.0.9 1.1.0
github.com/spf13/cobra 1.10.0 1.10.1
github.com/spf13/pflag 1.0.8 1.0.9
golang.org/x/exp 0.0.0-20240909161429-701f63a606c0 0.0.0-20250819193227-8b4c13bb791b
golang.org/x/mod 0.25.0 0.27.0
golang.org/x/net 0.41.0 0.44.0
golang.org/x/sync 0.15.0 0.17.0
golang.org/x/term 0.32.0 0.35.0
google.golang.org/genproto/googleapis/rpc 0.0.0-20250603155806-513f23925822 0.0.0-20250908214217-97024824d090
google.golang.org/grpc 1.73.0 1.75.1
google.golang.org/protobuf 1.36.8 1.36.9

Updates github.com/authzed/spicedb from 1.45.3 to 1.45.4

Release notes

Sourced from github.com/authzed/spicedb's releases.

v1.45.4

What's Changed

Full Changelog: authzed/spicedb@v1.45.3...v1.45.4

Docker Images

This release is available at authzed/spicedb:v1.45.4, quay.io/authzed/spicedb:v1.45.4, ghcr.io/authzed/spicedb:v1.45.4

Commits
  • 4ff0d47 Merge pull request #2555 from authzed/amend-rowerrcheck
  • eb29f80 Merge pull request #2566 from josephschorr/warning-code-cov
  • ca2b74f chore: improve the code coverage of the warnings code in development
  • 57eaa43 Merge pull request #2564 from josephschorr/skip-ls
  • b8f2f47 fix: handle wildcards with expiration properly in the schema compiler
  • a0dacf6 perf: Add support in LookupSubjects for skipping caveats/expiration
  • a776e70 Merge pull request #2563 from josephschorr/metadata-fix
  • 931af3d chore: improve rows.Err linter check
  • 97a6a1d Merge pull request #2561 from authzed/remove-deprecated-otel-middleware
  • 647d7b7 Merge pull request #2552 from authzed/barakmich/alias
  • Additional commits viewable in compare view

Updates github.com/hamba/avro/v2 from 2.29.0 to 2.30.0

Release notes

Sourced from github.com/hamba/avro/v2's releases.

v2.30.0

What's Changed

New Contributors

Full Changelog: hamba/avro@v2.29.0...v2.30.0

Commits
  • 59f4ba4 chore: bump actions/setup-go from 5 to 6 in the all group (#567)
  • 9716ee8 feat: add -logicaltype flag to avrogen (#566)
  • fa1080c feat: limit decimal encoding to values allowed by schema (#565)
  • 3a21909 chore: bump golang.org/x/tools from 0.35.0 to 0.36.0 in the all group (#563)
  • 6b58326 chore: bump actions/checkout from 4 to 5 in the all group (#562)
  • 4e405ff fix: enum schema compatibility (#557)
  • 07bcb49 feat(api): expose Name and Type functions of TypeResolver (#552)
  • 7d552fd chore: bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 in the al...
  • 969818f feat: add schema info bytes method (#554)
  • 1531309 chore: bump golang.org/x/tools from 0.34.0 to 0.35.0 in the all group (#553)
  • Additional commits viewable in compare view

Updates github.com/mark3labs/mcp-go from 0.40.0 to 0.41.1

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.41.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.41.0...v0.41.1

Release v0.41.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.40.0...v0.41.0

Commits

Updates github.com/olekukonko/tablewriter from 1.0.9 to 1.1.0

Commits

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

Release notes

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

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

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

Commits

Updates github.com/spf13/pflag from 1.0.8 to 1.0.9

Release notes

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

v1.0.9

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

Commits
  • 1043857 Merge pull request #446 from spf13/fix-backwards-compat
  • 7412009 fix: Restore ParseErrorsWhitelist name for now
  • See full diff in compare view

Updates golang.org/x/exp from 0.0.0-20240909161429-701f63a606c0 to 0.0.0-20250819193227-8b4c13bb791b

Commits

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

Commits

Updates golang.org/x/net from 0.41.0 to 0.44.0

Commits
  • 3b23d57 http2: fix race condition when disabling goroutine debugging for one test
  • 8741050 http2: simplify TestServer_Push_RejectAfterGoAway
  • 96e405c http2: modernize TestTransportRoundtripCloseOnWriteError
  • 6dc6880 http2: simplify ClientConn Close and Shutdown tests
  • 4e2915b http2: modernize TestTransportAllocationsAfterResponseBodyClose
  • 30b0e78 http2: modernize TestRoundTripDoesntConsumeRequestBodyEarly
  • b9acd77 http2: speed up TestTransportFlowControl
  • 5153f4d go.mod: update golang.org/x dependencies
  • 9338bdd http2: speed up TestTransportHandlerBodyClose
  • 6b20036 http2: add synchronous handler support to serverTester
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.15.0 to 0.17.0

Commits
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • 7fad2c9 errgroup: revert propagation of panics
  • See full diff in compare view

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

Commits
  • 1a11b45 go.mod: update golang.org/x dependencies
  • d862cd5 all: upgrade go directive to at least 1.24.0 [generated]
  • 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
  • 30da5dd go.mod: update golang.org/x dependencies
  • See full diff in compare view

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250908214217-97024824d090

Commits

Updates google.golang.org/grpc from 1.73.0 to 1.75.1

Release notes

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

Release 1.75.1

Bug Fixes

  • transport: Fix a data race while copying headers for stats handlers in the std lib http2 server transport. (#8519)
  • xdsclient:
    • Fix a data race caused while reporting load to LRS. (#8483)
    • Fix regression preventing empty node IDs when creating an LRS client. (#8483)
  • server: Fix a regression preventing streams from being cancelled or timed out when blocked on flow control. (#8528)

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)

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.36.8 to 1.36.9

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-mod group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/spicedb](https://github.com/authzed/spicedb) | `1.45.3` | `1.45.4` |
| [github.com/hamba/avro/v2](https://github.com/hamba/avro) | `2.29.0` | `2.30.0` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.40.0` | `0.41.1` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.0.9` | `1.1.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.0` | `1.10.1` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.8` | `1.0.9` |
| [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20240909161429-701f63a606c0` | `0.0.0-20250819193227-8b4c13bb791b` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.25.0` | `0.27.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.41.0` | `0.44.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.15.0` | `0.17.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.32.0` | `0.35.0` |
| [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250908214217-97024824d090` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.75.1` |
| google.golang.org/protobuf | `1.36.8` | `1.36.9` |


Updates `github.com/authzed/spicedb` from 1.45.3 to 1.45.4
- [Release notes](https://github.com/authzed/spicedb/releases)
- [Changelog](https://github.com/authzed/spicedb/blob/main/.goreleaser.yml)
- [Commits](authzed/spicedb@v1.45.3...v1.45.4)

Updates `github.com/hamba/avro/v2` from 2.29.0 to 2.30.0
- [Release notes](https://github.com/hamba/avro/releases)
- [Commits](hamba/avro@v2.29.0...v2.30.0)

Updates `github.com/mark3labs/mcp-go` from 0.40.0 to 0.41.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.40.0...v0.41.1)

Updates `github.com/olekukonko/tablewriter` from 1.0.9 to 1.1.0
- [Commits](olekukonko/tablewriter@v1.0.9...v1.1.0)

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

Updates `github.com/spf13/pflag` from 1.0.8 to 1.0.9
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.8...v1.0.9)

Updates `golang.org/x/exp` from 0.0.0-20240909161429-701f63a606c0 to 0.0.0-20250819193227-8b4c13bb791b
- [Commits](https://github.com/golang/exp/commits)

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

Updates `golang.org/x/net` from 0.41.0 to 0.44.0
- [Commits](golang/net@v0.41.0...v0.44.0)

Updates `golang.org/x/sync` from 0.15.0 to 0.17.0
- [Commits](golang/sync@v0.15.0...v0.17.0)

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

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250908214217-97024824d090
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.73.0 to 1.75.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.73.0...v1.75.1)

Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.9

---
updated-dependencies:
- dependency-name: github.com/authzed/spicedb
  dependency-version: 1.45.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/hamba/avro/v2
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/exp
  dependency-version: 0.0.0-20250819193227-8b4c13bb791b
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/mod
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/net
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/term
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-version: 0.0.0-20250908214217-97024824d090
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.75.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Affects dependencies label Oct 1, 2025
Copy link
Contributor

@tstirrat15 tstirrat15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tstirrat15 tstirrat15 merged commit 1a95ef4 into main Oct 1, 2025
11 checks passed
@tstirrat15 tstirrat15 deleted the dependabot/go_modules/go-mod-d6521bcd09 branch October 1, 2025 14:39
@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/dependencies Affects dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants