File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ package testhelpers
3
3
import (
4
4
"context"
5
5
"fmt"
6
+ "testing"
7
+ "time"
8
+
9
+ "github.com/stretchr/testify/require"
10
+
6
11
"github.com/ory/hydra/client"
7
12
"github.com/ory/hydra/consent"
8
13
"github.com/ory/hydra/driver"
9
14
"github.com/ory/x/sqlxx"
10
- "github.com/stretchr/testify/require"
11
- "testing"
12
- "time"
13
15
)
14
16
15
17
type JanitorSessionTestHelper struct {
Original file line number Diff line number Diff line change @@ -7,14 +7,15 @@ import (
7
7
"time"
8
8
9
9
"github.com/gobuffalo/pop/v6"
10
+ "github.com/pkg/errors"
11
+
10
12
"github.com/ory/fosite"
11
13
"github.com/ory/hydra/client"
12
14
"github.com/ory/hydra/consent"
13
15
"github.com/ory/hydra/x"
14
16
"github.com/ory/x/errorsx"
15
17
"github.com/ory/x/sqlcon"
16
18
"github.com/ory/x/sqlxx"
17
- "github.com/pkg/errors"
18
19
)
19
20
20
21
var _ consent.Manager = & Persister {}
You can’t perform that action at this time.
0 commit comments