Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
github.com/authzed/authzed-go 1.4.0 1.5.0
github.com/authzed/spicedb 1.44.2 1.45.3
github.com/gookit/color 1.5.4 1.6.0
github.com/hamba/avro/v2 2.28.0 2.29.0
github.com/olekukonko/tablewriter 1.0.7 1.0.9
github.com/spf13/cobra 1.9.1 1.10.0
github.com/stretchr/testify 1.10.0 1.11.1
google.golang.org/protobuf 1.36.6 1.36.8

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

Release notes

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

v1.5.0

What's New

  • Materialize Download API support added

What's Changed

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

v1.4.1

What's Changed

New Contributors

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

Commits
  • 445c387 Merge pull request #337 from ecordell/mat-download-api
  • e480895 generate apis for Download API materialize v0
  • ee8687d Merge pull request #332 from authzed/dependabot/go_modules/magefiles/go_modul...
  • 87c2e15 Merge pull request #333 from authzed/dependabot/go_modules/go_modules-3464edad9a
  • 4446cf6 Bump github.com/go-viper/mapstructure/v2 in the go_modules group
  • 82dd095 Bump github.com/go-viper/mapstructure/v2
  • 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
  • Additional commits viewable in compare view

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

Release notes

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

v1.45.3

What's Changed

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

Docker Images

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

v1.45.2

What's Changed

New Contributors

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

Docker Images

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

v1.45.1

What's Changed

... (truncated)

Commits
  • 2aac899 Merge pull request #2534 from authzed/fix-issue-in-schema-write-validation
  • 9433992 Fix schema validation for deleted relations and add some additional testing
  • 32bcbf4 Add failing test for schema write validation
  • 7332a2d Merge pull request #2532 from josephschorr/improve-schema-diff-errors
  • 5868b49 Improve the errors returned from schema changes
  • c6760eb Merge pull request #2533 from josephschorr/dockerfile-1.24.6
  • 6843768 Move Dockerfile builds to Go 1.24.6
  • 449c43d Merge pull request #2523 from authzed/refactor-query-shape
  • 56e1ddd chore: minor refactor on usages of queryShape
  • 2a85a1a Merge pull request #2526 from josephschorr/missing-rows-err
  • Additional commits viewable in compare view

Updates github.com/gookit/color from 1.5.4 to 1.6.0

Release notes

Sourced from github.com/gookit/color's releases.

v1.6.0

Change Log

Fixed

Feature

Update

Other

... (truncated)

Commits
  • 0b1dc4c ✅ demo: update the examples deps and some codes
  • fa47891 ⬆️ dep: upgrade gookit/assert to v0.1.1, update some tests
  • d95f213 ✨ feat: add new convert func: HSVToRGB, RGBToHSV
  • 173325a 👔 up: update detect env, use internal Level* instead of the terminfo....
  • c5db0d0 👔 up: remove deprecated var isLikeInCmd, update some tests
  • f46f52e 🔥 chore: remove any.go, merge printer.go to quickstart.go
  • cc45966 🎨 chore: update some go file code style
  • e532935 Optimize RenderCode performance with fast paths for string arguments (#110)
  • f14a7b8 📝 chore: update some code style and some tests
  • 6de7584 Fix race condition in Theme.Tips method when called concurrently (#109)
  • 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/cobra from 1.9.1 to 1.10.0

Release notes

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

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

More details can be found here: spf13/cobra#2303

✨ Features

🐛 Fix

🪠 Testing

📝 Docs

New Contributors

Full Changelog: spf13/cobra@v1.9.1...v1.9.2

Commits
  • 51d6751 Bump pflag to 1.0.8 (#2303)
  • 3f3b818 Update README.md with new logo
  • dcaf42e Add Periscope to the list of projects using Cobra (#2299)
  • 6dec1ae The default ShellCompDirective can be customized for a command and its subcom...
  • c8289c1 chore(golangci-lint): add some exclusion presets
  • 4af7b64 refactor: apply golangci-lint autofixes, work around false positives
  • 75790e4 chore(golangci-lint): upgrade to v2
  • db3ddb5 Adding sponsorship to README.md
  • 67171d6 putting sponsorship below header
  • 0ed70dc Update README.md
  • Additional commits viewable in compare view

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

Release notes

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

v1.0.8

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

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

v1.0.7

What's Changed

New Contributors

... (truncated)

Commits
  • b9c16fa Merge pull request #444 from spf13/reset-args-even-if-empty
  • 40abc49 Merge pull request #443 from spf13/silence-errhelp
  • 1bf832c Use errors.Is instead of equality check
  • d25dd24 Reset args on re-parse even if empty

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

| Package | From | To |
| --- | --- | --- |
| [github.com/authzed/authzed-go](https://github.com/authzed/authzed-go) | `1.4.0` | `1.5.0` |
| [github.com/authzed/spicedb](https://github.com/authzed/spicedb) | `1.44.2` | `1.45.3` |
| [github.com/gookit/color](https://github.com/gookit/color) | `1.5.4` | `1.6.0` |
| [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/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |
| google.golang.org/protobuf | `1.36.6` | `1.36.8` |



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

Updates `github.com/authzed/spicedb` from 1.44.2 to 1.45.3
- [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.3)

Updates `github.com/gookit/color` from 1.5.4 to 1.6.0
- [Release notes](https://github.com/gookit/color/releases)
- [Commits](gookit/color@v1.5.4...v1.6.0)

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/cobra` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.0)

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

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

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)

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

---
updated-dependencies:
- dependency-name: github.com/authzed/authzed-go
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/authzed/spicedb
  dependency-version: 1.45.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-mod
- dependency-name: github.com/gookit/color
  dependency-version: 1.6.0
  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/cobra
  dependency-version: 1.10.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.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-mod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Affects dependencies label Sep 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 1f73327 into main Sep 2, 2025
11 checks passed
@tstirrat15 tstirrat15 deleted the dependabot/go_modules/go-mod-2b60224157 branch September 2, 2025 15:45
@github-actions github-actions bot locked and limited conversation to collaborators Sep 2, 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