mirror of https://github.com/ory/kratos
chore(deps): update actions/setup-node action to v6
GitOrigin-RevId: d1ad6f8ebd23ebd058713f29e5a6d5d6c576c73b
This commit is contained in:
parent
49e472c126
commit
67a703b660
|
|
@ -4,8 +4,9 @@
|
|||
package errorsx
|
||||
|
||||
import (
|
||||
"github.com/ory/herodot"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/ory/herodot"
|
||||
)
|
||||
|
||||
// Cause returns the underlying cause of the error, if possible.
|
||||
|
|
|
|||
Loading…
Reference in New Issue