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

chore: Update github.com/goravel/mysql digest to 9206b07 #872

Closed
wants to merge 1 commit into from
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
3 changes: 2 additions & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.23.6
require (
github.com/brianvoe/gofakeit/v7 v7.2.1
github.com/goravel/framework v1.15.3
github.com/goravel/mysql v0.0.0-20250207111224-4bae3e237ee0
github.com/goravel/mysql v0.0.0-20250210011254-9206b07db4b9
github.com/goravel/postgres v0.0.2-0.20250209093646-f147df26ffa6
github.com/goravel/sqlite v0.0.0-20250209093531-a5c49bfab180
github.com/goravel/sqlserver v0.0.0-20250209093547-712da67f16de
Expand All @@ -21,6 +21,7 @@ require (
atomicgo.dev/keyboard v0.2.9 // indirect
atomicgo.dev/schedule v0.1.0 // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/Masterminds/semver/v3 v3.3.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/containerd/console v1.0.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
Expand Down
6 changes: 4 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ github.com/MarvinJWendt/testza v0.3.0/go.mod h1:eFcL4I0idjtIx8P9C6KkAuLgATNKpX4/
github.com/MarvinJWendt/testza v0.4.2/go.mod h1:mSdhXiKH8sg/gQehJ63bINcCKp7RtYewEjXsvsVUPbE=
github.com/MarvinJWendt/testza v0.5.2 h1:53KDo64C1z/h/d/stCYCPY69bt/OSwjq5KpFNwi+zB4=
github.com/MarvinJWendt/testza v0.5.2/go.mod h1:xu53QFE5sCdjtMCKk8YMQ2MnymimEctc4n3EjyIYvEY=
github.com/Masterminds/semver/v3 v3.3.1 h1:QtNSWtVZ3nBfk8mAOu/B6v7FMJ+NHTIgUPi7rj+4nv4=
github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lprf4nC11bSS5beM=
github.com/atomicgo/cursor v0.0.1/go.mod h1:cBON2QmmrysudxNBFthvMtN32r3jxVRIvzkUiF/RuIk=
github.com/brianvoe/gofakeit/v7 v7.2.1 h1:AGojgaaCdgq4Adzrd2uWdbGNDyX6MWNhHdQBraNfOHI=
github.com/brianvoe/gofakeit/v7 v7.2.1/go.mod h1:QXuPeBw164PJCzCUZVmgpgHJ3Llj49jSLVkKPMtxtxA=
Expand Down Expand Up @@ -101,8 +103,8 @@ github.com/gookit/color v1.4.2/go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQ
github.com/gookit/color v1.5.0/go.mod h1:43aQb+Zerm/BWh2GnrgOQm7ffz7tvQXEKV6BFMl7wAo=
github.com/gookit/color v1.5.4 h1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=
github.com/gookit/color v1.5.4/go.mod h1:pZJOeOS8DM43rXbp4AZo1n9zCU2qjpcRko0b6/QJi9w=
github.com/goravel/mysql v0.0.0-20250207111224-4bae3e237ee0 h1:AfUyYGuNvuugmEFTbHLicS5xJCsba8izEdX5lx0zJGw=
github.com/goravel/mysql v0.0.0-20250207111224-4bae3e237ee0/go.mod h1:qZmtQQsZeAyBm92h4lGtDgpOGOrZr6u6VQfSvDkA96E=
github.com/goravel/mysql v0.0.0-20250210011254-9206b07db4b9 h1:H3gRmhiYMibTTVm75GR6uBWtOuVQblQMjp8TIeQcVbo=
github.com/goravel/mysql v0.0.0-20250210011254-9206b07db4b9/go.mod h1:2lmFlKyjcZqwa+9NuJTQeX2obXIkpCL1ptlAL1sL5+4=
github.com/goravel/postgres v0.0.2-0.20250209093646-f147df26ffa6 h1:gyGjYKqOWbafD/PjIONX4N9Pi0lXXuad0BImnq/QFBs=
github.com/goravel/postgres v0.0.2-0.20250209093646-f147df26ffa6/go.mod h1:CjWylVxDa9zI6oF4HPlXNigSfbA5WSa4LCAGOPk8w1Y=
github.com/goravel/sqlite v0.0.0-20250209093531-a5c49bfab180 h1:MQidY/OsKETY0/PQN8zR1/VH7La0crcJdLFnow+jJYs=
Expand Down