Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Jul 2, 2024
1 parent 34b52c5 commit f5db140
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion selfservice/hook/password_migration_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/pkg/errors"
"github.com/tidwall/gjson"
"go.opentelemetry.io/otel/codes"
"go.opentelemetry.io/otel/semconv/v1.11.0"
semconv "go.opentelemetry.io/otel/semconv/v1.11.0"
"go.opentelemetry.io/otel/trace"
grpccodes "google.golang.org/grpc/codes"

Expand Down
26 changes: 10 additions & 16 deletions selfservice/strategy/password/login_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,29 @@ import (
"time"

"github.com/gobuffalo/httptest"

"github.com/ory/kratos/driver"
"github.com/ory/kratos/internal/registrationhelpers"

"github.com/ory/kratos/selfservice/flow"

"github.com/gofrs/uuid"

"github.com/ory/x/urlx"

"github.com/ory/kratos/hash"
kratos "github.com/ory/kratos/internal/httpclient"
"github.com/ory/x/assertx"
"github.com/ory/x/errorsx"
"github.com/ory/x/ioutilx"
"github.com/ory/x/sqlxx"

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/tidwall/gjson"

"github.com/ory/kratos/driver"
"github.com/ory/kratos/driver/config"
"github.com/ory/kratos/hash"
"github.com/ory/kratos/identity"
"github.com/ory/kratos/internal"
kratos "github.com/ory/kratos/internal/httpclient"
"github.com/ory/kratos/internal/registrationhelpers"
"github.com/ory/kratos/internal/testhelpers"
"github.com/ory/kratos/schema"
"github.com/ory/kratos/selfservice/flow"
"github.com/ory/kratos/selfservice/flow/login"
"github.com/ory/kratos/text"
"github.com/ory/kratos/x"
"github.com/ory/x/assertx"
"github.com/ory/x/errorsx"
"github.com/ory/x/ioutilx"
"github.com/ory/x/sqlxx"
"github.com/ory/x/urlx"
)

//go:embed stub/login.schema.json
Expand Down

0 comments on commit f5db140

Please sign in to comment.