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
Reported at
#198 (comment):
> Took me a moment to uncover the problem but this appears to be a
> different "ego" library. AuthN relies on go get
> github.com/benbjohnson/ego instead. That used to be part of the
> go.mod list until a recent PR.
Add a tools.go to record the tooling dependency per guidance:
https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module. This
ensures ego sticks around when authn-server's dependencies are
modified.
0 commit comments