Chore: Update OpenFGA to 1.11.1 (#114685)

* Chore: Update OpenFGA to 1.11.1

* fix testcontainers-go dependency error

* update workspaces
This commit is contained in:
Alexander Zobnin
2025-12-02 12:46:17 +01:00
committed by GitHub
parent e8f1eb1ee8
commit ca9b24d435
39 changed files with 226 additions and 180 deletions
+2 -2
View File
@@ -46,7 +46,7 @@ require (
github.com/Khan/genqlient v0.8.1 // indirect
github.com/adrg/xdg v0.5.3 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/sosodev/duration v1.3.1 // indirect
@@ -62,7 +62,7 @@ require (
go.opentelemetry.io/otel/log v0.12.2 // indirect
go.opentelemetry.io/otel/sdk/log v0.12.2 // indirect
go.opentelemetry.io/otel/sdk/metric v1.38.0 // indirect
go.opentelemetry.io/proto/otlp v1.7.1 // indirect
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
)
// Use fork of crewjam/saml with fixes for some issues until changes get merged into upstream