Skip to content

Commit

Permalink
Upgrade to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Jun 21, 2024
1 parent 268c8b6 commit 8dc6109
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
gorm.io/driver/postgres v1.5.9
gorm.io/gorm v1.25.10
goyave.dev/filter v0.7.0
goyave.dev/goyave/v5 v5.0.1
goyave.dev/goyave/v5 v5.1.0
)

require (
Expand All @@ -29,7 +29,7 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI=
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 h1:LoYXNGAShUG3m/ehNk4iFctuhGX/+R1ZpfJ4/ia80JM=
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 h1:yixxcjnhBmY0nkL253HFVIm0JsFHwrHdT3Yh6szTnfY=
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
Expand All @@ -71,5 +71,5 @@ goyave.dev/copier v0.4.3 h1:MxX2wBnhQUbv0mHPXEgw/zS4TZMtTVpzj/aYS3h4amk=
goyave.dev/copier v0.4.3/go.mod h1:WJu0Ex81v29f5U0eMWzSNsMTGmuGY6lQ/q5yGlyLDsU=
goyave.dev/filter v0.7.0 h1:bjAhFVFBa1P2mrjTxGXqmDSuoK/5nXUL95nzEWj+A/g=
goyave.dev/filter v0.7.0/go.mod h1:NQmCRll1gY3/FYCo4WVVUjfweg/7YdK0n5K1Cdd1hvU=
goyave.dev/goyave/v5 v5.0.1 h1:dV0fmscqo3Rv2qvPeUEn0Chu08QGwkvFLvtFbwgGQlc=
goyave.dev/goyave/v5 v5.0.1/go.mod h1:H9z04JGwxDQLFnst+xEZHQOkVRCCNnv2HzB8zeZV9a4=
goyave.dev/goyave/v5 v5.1.0 h1:yP2QZN4mf7woC41dDdegJ3Ujkn9PP9lchkOI9EjiJEc=
goyave.dev/goyave/v5 v5.1.0/go.mod h1:AsJ6aNstl8Z4/v5BgCOr5phIYfIWgkVPIwCIpXkvB7Q=

0 comments on commit 8dc6109

Please sign in to comment.