Skip to content

Commit

Permalink
updating to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Doncel Martos committed Dec 17, 2024
1 parent c7392fa commit f620a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module filter

go 1.18

replace github.com/manuelarte/pagorminator v0.0.1-rc2 => ../
replace github.com/manuelarte/pagorminator v0.0.1-rc3 => ../

require (
gorm.io/driver/sqlite v1.5.7
Expand All @@ -12,7 +12,7 @@ require (
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/manuelarte/pagorminator v0.0.1-rc2 // indirect
github.com/manuelarte/pagorminator v0.0.1-rc3 // indirect
github.com/mattn/go-sqlite3 v1.14.24 // indirect
golang.org/x/text v0.21.0 // indirect
)

0 comments on commit f620a35

Please sign in to comment.