diff --git a/examples/go.mod b/examples/go.mod index 769c738..62fdc71 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -2,6 +2,8 @@ module filter go 1.18 +replace github.com/manuelarte/pagorminator v0.0.1-rc2 => ../ + require ( gorm.io/driver/sqlite v1.5.7 gorm.io/gorm v1.25.12