mirror of https://github.com/ory/hydra
chore: remove internal address types
GitOrigin-RevId: 0747fafb24ad69bdee50488fdd1baa64a2988954
This commit is contained in:
parent
b7b297e52b
commit
223eadd872
|
|
@ -21,6 +21,7 @@ import (
|
|||
"github.com/ory/hydra/v2/persistence"
|
||||
"github.com/ory/hydra/v2/x"
|
||||
"github.com/ory/pop/v6"
|
||||
"github.com/ory/x/contextx"
|
||||
"github.com/ory/x/dbal"
|
||||
"github.com/ory/x/logrusx"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ import (
|
|||
"github.com/ory/hydra/v2/internal/testhelpers"
|
||||
"github.com/ory/hydra/v2/x"
|
||||
"github.com/ory/x/configx"
|
||||
"github.com/ory/x/dbal"
|
||||
"github.com/ory/x/healthx"
|
||||
"github.com/ory/x/prometheusx"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ import (
|
|||
"github.com/ory/hydra/v2/oauth2"
|
||||
"github.com/ory/hydra/v2/x"
|
||||
"github.com/ory/hydra/v2/x/oauth2cors"
|
||||
"github.com/ory/x/configx"
|
||||
"github.com/ory/x/dbal"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue