Skip to content

Commit

Permalink
add QueryPaginated method
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Oct 13, 2021
1 parent 1eeefa5 commit f197f59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module github.com/whosonfirst/go-whosonfirst-sqlite-spr
go 1.16

require (
github.com/aaronland/go-pagination v0.0.3
github.com/aaronland/go-pagination-sql v0.0.4
github.com/aaronland/go-sqlite v0.0.5
github.com/sfomuseum/go-edtf v0.3.1
github.com/whosonfirst/go-whosonfirst-flags v0.4.3
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc=
github.com/aaronland/go-pagination v0.0.3 h1:MhD+sl0L4M0mJ0zDnk/njpGqowwG9dhda/5wfm5dU0M=
github.com/aaronland/go-pagination v0.0.3/go.mod h1:AWtlmw9OwbSPP6cSY6wRZzfYVTwXMpB+xU+2ohNLPAE=
github.com/aaronland/go-pagination-sql v0.0.4 h1:B3y1LKp6EjYzMehlwgwkn8uOsUOOEXqsHbqlhsfvfao=
github.com/aaronland/go-pagination-sql v0.0.4/go.mod h1:Bb4b3VM6yRBo8+EHixDUOtYPzdlDU+uc25YkOC7VKto=
github.com/aaronland/go-sqlite v0.0.3 h1:pa8L74JdbkmONxqLqMqZFZtHpARHM46JmX1A/hZ44KU=
github.com/aaronland/go-sqlite v0.0.3/go.mod h1:b/FfLh8xBZ1dhjyehPsFli46VhGqWAz2rKR4udvTHJw=
github.com/aaronland/go-sqlite v0.0.5 h1:ak6Ee2AyXIcE+8ZInib2qy4k2NSDIQeZKiL9bEZW6S4=
Expand Down

0 comments on commit f197f59

Please sign in to comment.