Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the go-mod group with 5 updates in the / directory:

Package From To
github.com/authzed/authzed-go 1.4.0 1.4.1
github.com/authzed/spicedb 1.44.2 1.45.1
github.com/hamba/avro/v2 2.28.0 2.29.0
github.com/olekukonko/tablewriter 1.0.7 1.0.9
github.com/spf13/pflag 1.0.6 1.0.7

Updates github.com/authzed/authzed-go from 1.4.0 to 1.4.1

Release notes

Sourced from github.com/authzed/authzed-go's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: authzed/authzed-go@v1.4.0...v1.4.1

Commits
  • 78f7ea5 Merge pull request #329 from authzed/dependabot/go_modules/magefiles/go_modul...
  • 2581094 Merge pull request #331 from authzed/dependabot/go_modules/go-mod-a827e1c849
  • d8682df Bump the go-mod group with 3 updates
  • d447215 Bump github.com/go-chi/chi/v5 in /magefiles in the go_modules group
  • bc057d2 Merge pull request #328 from authzed/dependabot/go_modules/go-mod-1d57327ec2
  • c491bd0 Bump the go-mod group across 1 directory with 4 updates
  • fe8df9f Merge pull request #325 from kbrwn/retryimportbulk-ga-api
  • e1f2721 update retry client to use importbulk instead of bulkimport
  • 0f46ba6 Merge pull request #324 from authzed/dependabot/go_modules/go-mod-59e04917e6
  • 78dc988 Bump google.golang.org/grpc from 1.72.1 to 1.72.2 in the go-mod group
  • Additional commits viewable in compare view

Updates github.com/authzed/spicedb from 1.44.2 to 1.45.1

Release notes

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

v1.45.1

What's Changed

Full Changelog: authzed/spicedb@v1.45.0...v1.45.1

Docker Images

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

v1.45.0

⚠️ Warning: Due to #2496, please use v1.45.1.

What's Changed

Full Changelog: authzed/spicedb@v1.44.4...v1.45.0

Docker Images

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

v1.44.4

What's Changed

... (truncated)

Commits
  • 2fd5b3d Merge pull request #2497 from authzed/fix-2496
  • 30d78d2 fix #2496
  • 0e74699 Merge pull request #2475 from jzelinskie/drop-deps
  • c77346a e2e: tidy
  • cdfda6f lint: add rules for empty interface, slicing
  • 9a64d6a go.mod: migrate to go tool from tools.go
  • f383543 genutil: add tests for map, filter, unique
  • b784d2a *: replace stringz.DefaultEmpty with cmp.Or
  • 3e8af5a genutil: remove lo usage for local funcs
  • b19941d *: replace exp/maps with maps
  • Additional commits viewable in compare view

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

Release notes

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

v2.29.0

What's Changed

New Contributors

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

Commits
  • 6c73860 support union marshal and unmarshal interface (#522)
  • 8ae0657 fix(schema): use sorted map keys (#543)
  • e7b240f chore: bump golang.org/x/tools from 0.33.0 to 0.34.0 in the all group (#544)
  • 142e304 fix(schema): reject duplicate field names, duplicate enum symbols, an… (#541)
  • 0b62b47 Add WithBlockSize to trigger early flushes (#538)
  • 5cbf658 fix: avoid allocation in ParseFiles (#539)
  • fd0c79e feat(registry): add schema metadata properties to schema info (#536)
  • 24498f8 chore: bump golang.org/x/tools from 0.32.0 to 0.33.0 in the all group (#535)
  • 13d0f22 feat(gen): add ability to pass type metadata (#526)
  • 31db81b feat: migrate mapstructure to use go-viper (#528)
  • Additional commits viewable in compare view

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

Commits

Updates github.com/samber/lo from 1.50.0 to 1.51.0

Release notes

Sourced from github.com/samber/lo's releases.

v1.51.0

What's Changed

Doc

Dependencies

New Contributors

Full Changelog: samber/lo@v1.50.0...v1.51.0

Commits
  • 203faca bump v1.51.0
  • 49f24de style: merge assertion.go and errors.go
  • e9281d8 feat(assertions): add Assert and Assertf (#638)
  • 2b57de7 docs: fix wrong variable name for mutable map example (#637)
  • f2cfb22 docs: Fix description for LastOrEmpty and LastOr (#636)
  • 52ad90c doc: Improve comment for lo.Ellipsis
  • f1dce8f docs: Add a more precise description to the Ellipsis function to prevent misu...
  • a9a589c fix(ci): correct cleanup deps - remove all *_test.go files using find (#630)
  • 975e837 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#628)
  • 3a534ad Fixed the error in the usage example of lo.Latest in readme.md (#627)
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.6 to 1.0.7

Release notes

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

v1.0.7

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.6...v1.0.7

Commits
  • f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support
  • e3be2eb Reduce duplication by forwarding to sibling functions
  • 7cc25e3 Don't export TimeValue (yet)
  • d15848d Remove unnecessary time test stderr dev null redirect
  • c5ce22e Use time.Time for expectations in time flag tests
  • 1992c5a Add support for time.Time flags
  • 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags
  • 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433
  • 4730aa0 fix help message for Func and BoolFunc flags #430
  • f4c97c2 minor: fix typos in comments
  • Additional commits viewable in compare view

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

Commits
  • 9d33331 x/mod: add the ignore directive
  • ae88a97 all: change from sort functions to slices functions
  • See full diff in compare view

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

Commits
  • 6e41cae go.mod: update golang.org/x dependencies
  • 15f7d40 http2: correctly wrap ErrFrameTooLarge in Framer.ReadFrame
  • ef33bc0 internal/http3: use bubbled context in synctest tests
  • 919c6bc http2: use an array instead of a map in typeFrameParser
  • bae01a7 trace: add missing td tag
  • 7d6e62a go.mod: update golang.org/x dependencies
  • ea0c1d9 internal/timeseries: use built-in max/min to simplify the code
  • 3e7a445 quic: skip packet numbers for optimistic ack defense
  • 3f563d3 quic: use an enum for sentPacket state
  • a3b6e77 quic: don't re-lose packets when discarding keys
  • Additional commits viewable in compare view

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

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • 506c70f errgroup: propagate panic and Goexit through Wait
  • See full diff in compare view

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

Commits

Updates google.golang.org/genproto/googleapis/rpc from 0.0.0-20250414145226-207652e42e2e to 0.0.0-20250603155806-513f23925822

Commits

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

Release notes

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

Release 1.73.0

New Features

  • balancer/ringhash: move LB policy from xds/internal to exported path to facilitate use without xds (#8249)
  • xds: enable least request LB policy by default. It can be disabled by setting GRPC_EXPERIMENTAL_ENABLE_LEAST_REQUEST=false in your environment. (#8253)
  • grpc: add a CallAuthority Call Option that can be used to overwrite the http :authority header on per-RPC basis. (#8068)
  • stats/opentelemetry: add trace event for name resolution delay. (#8074)
  • health: added List method to gRPC Health service. (#8155)
  • ringhash: implement features from gRFC A76. (#8159)
  • xds: add functionality to support SPIFFE Bundle Maps as roots of trust in XDS which can be enabled by setting GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE=true. (#8167, #8180, #8229, #8343)

Bug Fixes

  • xds: locality ID metric label is changed to make it consistent with gRFC A78. (#8256)
  • client: fail RPCs on the client when using extremely short contexts that expire before the grpc-timeout header is created. (#8312)
  • server: non-positive grpc-timeout header values are now rejected. This is consistent with the gRPC protocol spec. (#8290)
  • xds: fix reported error string when LRS load reporting interval is invalid. (#8224)

Performance Improvements

  • credentials/alts: improve read performance by optimizing buffer copies and allocations. (#8271)
  • server: improve performance of RPC handling by avoid a status proto copy (#8282)

Documentation

  • examples/features/opentelemetry: modify example to demonstrate tracing using OpenTelemtry plugin. (#8056)

Release 1.72.2

Bug Fixes

  • client: restore support for NO_PROXY environment variable when connecting to locally-resolved addresses (case 2 from gRFC A1). (#8329)
  • balancer/least_request: fix panic on resolver errors. (#8333)

Release 1.72.1

Bug Fixes

  • client: HTTP Proxy connections are no longer attempted for addresses with non-TCP network types. (#8215)
  • client: Fix bug that causes RPCs to fail with status INTERNAL instead of CANCELLED or DEADLINE_EXCEEDED when receiving a RST_STREAM frame in the middle of the gRPC message. (#8289)
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 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 the area/dependencies Affects dependencies label Aug 1, 2025
Bumps the go-mod group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) | `1.4.0` | `1.4.1` |
| [github.com/authzed/spicedb](https://github.com/authzed/spicedb) | `1.44.2` | `1.45.1` |
| [github.com/hamba/avro/v2](https://github.com/hamba/avro) | `2.28.0` | `2.29.0` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.0.7` | `1.0.9` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` |



Updates `github.com/authzed/authzed-go` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/authzed/authzed-go/releases)
- [Commits](authzed/authzed-go@v1.4.0...v1.4.1)

Updates `github.com/authzed/spicedb` from 1.44.2 to 1.45.1
- [Release notes](https://github.com/authzed/spicedb/releases)
- [Changelog](https://github.com/authzed/spicedb/blob/main/.goreleaser.yml)
- [Commits](authzed/spicedb@v1.44.2...v1.45.1)

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

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

Updates `github.com/samber/lo` from 1.50.0 to 1.51.0
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.50.0...v1.51.0)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.7)

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: github.com/authzed/authzed-go
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/authzed/spicedb
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/hamba/avro/v2
  dependency-version: 2.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/samber/lo
  dependency-version: 1.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: golang.org/x/mod
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/net
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/sync
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: golang.org/x/term
  dependency-version: 0.32.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-20250603155806-513f23925822
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: google.golang.org/grpc
  dependency-version: 1.73.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <[email protected]>
@tstirrat15 tstirrat15 force-pushed the dependabot/go_modules/go-mod-e05e693a7b branch from 13654c2 to 0b9dae9 Compare August 26, 2025 16:22
@tstirrat15 tstirrat15 force-pushed the dependabot/go_modules/go-mod-e05e693a7b branch from 39b2831 to 93b9dfe Compare August 26, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Affects dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant