Skip to content

Commit 7fe9400

Browse files
Bump github.com/authzed/spicedb from 1.46.0 to 1.47.0
Bumps [github.com/authzed/spicedb](https://github.com/authzed/spicedb) from 1.46.0 to 1.47.0. - [Release notes](https://github.com/authzed/spicedb/releases) - [Changelog](https://github.com/authzed/spicedb/blob/main/.goreleaser.yml) - [Commits](authzed/spicedb@v1.46.0...v1.47.0) --- updated-dependencies: - dependency-name: github.com/authzed/spicedb dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec223e7 commit 7fe9400

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/absmach/senml v1.0.8
1010
github.com/authzed/authzed-go v1.6.0
1111
github.com/authzed/grpcutil v0.0.0-20250221190651-1985b19b35b8
12-
github.com/authzed/spicedb v1.46.0
12+
github.com/authzed/spicedb v1.47.0
1313
github.com/caarlos0/env/v11 v11.3.1
1414
github.com/cenkalti/backoff/v4 v4.3.0
1515
github.com/dgraph-io/ristretto/v2 v2.3.0
@@ -94,7 +94,6 @@ require (
9494
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
9595
github.com/goccy/go-json v0.10.5 // indirect
9696
github.com/gogo/protobuf v1.3.2 // indirect
97-
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
9897
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
9998
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
10099
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/authzed/cel-go v0.20.2 h1:GlmLecGry7Z8HU0k+hmaHHUV05ZHrsFxduXHtIePvck
3333
github.com/authzed/cel-go v0.20.2/go.mod h1:pJHVFWbqUHV1J+klQoZubdKswlbxcsbojda3mye9kiU=
3434
github.com/authzed/grpcutil v0.0.0-20250221190651-1985b19b35b8 h1:y17oq4U8n+k1OcIGGDsjYdIdp4QywGcE7ZphIvtfEbo=
3535
github.com/authzed/grpcutil v0.0.0-20250221190651-1985b19b35b8/go.mod h1:Pf1ZSi41EePvx1GC1DeEJw5dn35iUcxZHqpHuG1Rpic=
36-
github.com/authzed/spicedb v1.46.0 h1:KrU3o5jbD69Pk+P/0g3gtk7zVwYU8wd50alCNgjZ8ik=
37-
github.com/authzed/spicedb v1.46.0/go.mod h1:77bJvn5NXvflLUu8VvIB5obTvut95GrPPdidkZR5riU=
36+
github.com/authzed/spicedb v1.47.0 h1:bKByowBzEzF/kZ/mHeWNdFtojwRdepjPvaR+JY7sH1w=
37+
github.com/authzed/spicedb v1.47.0/go.mod h1:lBoGeNThuWDtOJmbDnkydWMwmV2jjnosFJY0T0K1wAk=
3838
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
3939
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
4040
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=

0 commit comments

Comments
 (0)