Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/goravel/framework from 1.12.1-0.20230630034309-f35c4f8bc38c to 1.12.7 #5

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
github.com/go-redis/redis/v8 v8.11.5
github.com/goravel/framework v1.12.1-0.20230630034309-f35c4f8bc38c
github.com/goravel/framework v1.12.7
github.com/ory/dockertest/v3 v3.10.0
github.com/pkg/errors v0.9.1
github.com/spf13/cast v1.5.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
github.com/goravel/framework v1.12.1-0.20230630034309-f35c4f8bc38c h1:YQSqR34sFie1Fnpla0D7i0UJgITGWJbxHVVtzT55NX0=
github.com/goravel/framework v1.12.1-0.20230630034309-f35c4f8bc38c/go.mod h1:DJm4zqlh1BzRDdHefX31fRpDPmNaTl88huzjV7WYGVQ=
github.com/goravel/framework v1.12.7 h1:jaofjOXpuSs2ISOM7C/+RTo6N22ZFbDY2R+L127t3lU=
github.com/goravel/framework v1.12.7/go.mod h1:+dssXEcaQvWKjcudzhD9SSwKTMwpziEmL+Cw4rTZRNM=
github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down
Loading