Skip to content

Commit df8bf4a

Browse files
committed
add relation db model and pagination
1 parent 976143c commit df8bf4a

File tree

5 files changed

+197
-0
lines changed

5 files changed

+197
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ require (
4646
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4747
github.com/modern-go/reflect2 v1.0.2 // indirect
4848
github.com/pelletier/go-toml v1.9.4 // indirect
49+
github.com/pilagod/gorm-cursor-paginator/v2 v2.6.1 // indirect
4950
github.com/pkg/errors v0.9.1 // indirect
5051
github.com/rogpeppe/go-internal v1.12.0 // indirect
5152
github.com/spf13/cast v1.4.1 // indirect

0 commit comments

Comments
 (0)