Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Jun 13, 2024
1 parent cfd34a4 commit 268c8b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ require (
github.com/samber/lo v1.39.0
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.24.0
gorm.io/driver/postgres v1.5.7
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.0
goyave.dev/goyave/v5 v5.0.1
)

require (
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EV
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gorm.io/driver/postgres v1.5.7 h1:8ptbNJTDbEmhdr62uReG5BGkdQyeasu/FZHxI0IMGnM=
gorm.io/driver/postgres v1.5.7/go.mod h1:3e019WlBaYI5o5LIdNV+LyxCMNtLOQETBXL2h4chKpA=
gorm.io/driver/sqlite v1.5.5 h1:7MDMtUZhV065SilG62E0MquljeArQZNfJnjd9i9gx3E=
gorm.io/driver/sqlite v1.5.5/go.mod h1:6NgQ7sQWAIFsPrJJl1lSNSu2TABh0ZZ/zm5fosATavE=
gorm.io/driver/postgres v1.5.9 h1:DkegyItji119OlcaLjqN11kHoUgZ/j13E0jkJZgD6A8=
gorm.io/driver/postgres v1.5.9/go.mod h1:DX3GReXH+3FPWGrrgffdvCk3DQ1dwDPdmbenSkweRGI=
gorm.io/driver/sqlite v1.5.6 h1:fO/X46qn5NUEEOZtnjJRWRzZMe8nqJiQ9E+0hi+hKQE=
gorm.io/driver/sqlite v1.5.6/go.mod h1:U+J8craQU6Fzkcvu8oLeAQmi50TkwPEhHDEjQZXDah4=
gorm.io/gorm v1.25.10 h1:dQpO+33KalOA+aFYGlK+EfxcI5MbO7EP2yYygwh9h+s=
gorm.io/gorm v1.25.10/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
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.0 h1:JQTCr+SxCFoYL1jowLnKPvteHcQ9mBDROL6l87vEvaU=
goyave.dev/goyave/v5 v5.0.0/go.mod h1:yYa1aJBlq/Xzayre/6MnvjyI1nRxfIAQ2p3Q52sS6wg=
goyave.dev/goyave/v5 v5.0.1 h1:dV0fmscqo3Rv2qvPeUEn0Chu08QGwkvFLvtFbwgGQlc=
goyave.dev/goyave/v5 v5.0.1/go.mod h1:H9z04JGwxDQLFnst+xEZHQOkVRCCNnv2HzB8zeZV9a4=

0 comments on commit 268c8b6

Please sign in to comment.