Skip to content

Commit 3729901

Browse files
authored
fix(pagination): use ory/pop instead of gobuffalo (#868)
Merged outdated #866
1 parent 130068d commit 3729901

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pagination/keysetpagination_v2/query_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"fmt"
88
"strings"
99

10-
"github.com/gobuffalo/pop/v6"
10+
"github.com/ory/pop/v6"
1111
)
1212

1313
type Order int

pagination/keysetpagination_v2/query_builder_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ package keysetpagination
66
import (
77
"testing"
88

9-
"github.com/gobuffalo/pop/v6"
109
"github.com/stretchr/testify/assert"
1110
"github.com/stretchr/testify/require"
11+
12+
"github.com/ory/pop/v6"
1213
)
1314

1415
func TestBuildWhereAndOrder(t *testing.T) {

0 commit comments

Comments
 (0)