You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../go/pkg/mod/github.com/ory/[email protected]/client_authentication_jwks_strategy.go:134:10: s.cache.Wait undefined (type *ristretto.Cache has no field or method Wait)
Preflight checklist
Ory Network Project
No response
Describe the bug
I imported fosite latest release v0.44.0 when I run the example code
I got error
in client_authentication_jwks_strategy.go:134
seems version v0.44.0 uses
github.com/dgraph-io/ristretto v0.0.3
and in this version they don't haveWait
methodReproducing the bug
use release v0.44.0 and run example
Relevant log output
No response
Relevant configuration
No response
Version
v0.44.0
On which operating system are you observing this issue?
None
In which environment are you deploying?
None
Additional Context
I added below into go.mod file and fixed the issue
The text was updated successfully, but these errors were encountered: