Skip to content

Commit

Permalink
using replace in go.mod examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Doncel Martos committed Dec 17, 2024
1 parent 50d74e9 commit f4a6fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4a6fc0

Please sign in to comment.