Skip to content

Commit 009b2ef

Browse files
authored
chore: bump OpenFGA to v1.10.4 & other direct dependencies (#600)
* chore: bump OpenFGA to v1.10.4 * chore: bump direct dependencies
1 parent 4c803c9 commit 009b2ef

File tree

3 files changed

+58
-53
lines changed

3 files changed

+58
-53
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ Added:
1515
* `fga tuple write` now accepts `--on-duplicate ignore` with a choice of `error` or `ignore`
1616
* In both cases, default is `ignore` when importing/deleting from a file, and `error` when writing/deleting a single tuple via flags
1717

18+
Changed:
19+
- Update bundled OpenFGA to [v1.10.4](https://github.com/openfga/openfga/releases/tag/v1.10.4)
20+
1821
Fixed:
1922
- Fix relative path resolution in `model test` to resolve paths relative to test file location instead of CWD ([#516](https://github.com/openfga/cli/pull/516)) - fixes #349
2023

go.mod

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ require (
1212
github.com/muesli/roff v0.1.0
1313
github.com/nwidger/jsoncolor v0.3.2
1414
github.com/oklog/ulid/v2 v2.1.1
15-
github.com/openfga/api/proto v0.0.0-20250909172242-b4b2a12f5c67
15+
github.com/openfga/api/proto v0.0.0-20250909173124-0ac19aac54f2
1616
github.com/openfga/go-sdk v0.7.3
17-
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20251003203216-7c0d09a1cc5a
18-
github.com/openfga/openfga v1.10.3
17+
github.com/openfga/language/pkg/go v0.2.0-beta.2.0.20251027165255-0f8f255e5f6c
18+
github.com/openfga/openfga v1.10.4
1919
github.com/rung/go-safecast v1.0.1
2020
github.com/schollz/progressbar/v3 v3.18.0
2121
github.com/spf13/cobra v1.10.1
@@ -47,14 +47,14 @@ require (
4747
github.com/google/uuid v1.6.0 // indirect
4848
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
4949
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 // indirect
50-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
50+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
5151
github.com/hashicorp/errwrap v1.1.0 // indirect
5252
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5353
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
5454
github.com/mattn/go-colorable v0.1.14 // indirect
5555
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
5656
github.com/muesli/mango v0.2.0 // indirect
57-
github.com/muesli/mango-pflag v0.1.0 // indirect
57+
github.com/muesli/mango-pflag v0.2.0 // indirect
5858
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5959
github.com/natefinch/wrap v0.2.0 // indirect
6060
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
@@ -64,14 +64,14 @@ require (
6464
github.com/prometheus/common v0.66.1 // indirect
6565
github.com/prometheus/procfs v0.17.0 // indirect
6666
github.com/rivo/uniseg v0.4.7 // indirect
67-
github.com/sagikazarmark/locafero v0.11.0 // indirect
67+
github.com/sagikazarmark/locafero v0.12.0 // indirect
6868
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
6969
github.com/spf13/afero v1.15.0 // indirect
7070
github.com/spf13/cast v1.10.0 // indirect
7171
github.com/stoewer/go-strcase v1.3.1 // indirect
7272
github.com/subosito/gotenv v1.6.0 // indirect
7373
github.com/zeebo/xxh3 v1.0.2 // indirect
74-
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
74+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
7575
go.opentelemetry.io/otel v1.38.0 // indirect
7676
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0 // indirect
7777
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0 // indirect
@@ -86,11 +86,11 @@ require (
8686
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
8787
golang.org/x/net v0.43.0 // indirect
8888
golang.org/x/sync v0.17.0 // indirect
89-
golang.org/x/sys v0.35.0 // indirect
90-
golang.org/x/term v0.34.0 // indirect
91-
golang.org/x/text v0.28.0 // indirect
89+
golang.org/x/sys v0.37.0 // indirect
90+
golang.org/x/term v0.36.0 // indirect
91+
golang.org/x/text v0.30.0 // indirect
9292
gonum.org/v1/gonum v0.16.0 // indirect
93-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
94-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
95-
google.golang.org/grpc v1.75.1 // indirect
93+
google.golang.org/genproto/googleapis/api v0.0.0-20250929231259-57b25ae835d4 // indirect
94+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250929231259-57b25ae835d4 // indirect
95+
google.golang.org/grpc v1.76.0 // indirect
9696
)

0 commit comments

Comments
 (0)