Skip to content

build(deps): bump github.com/harluo/migrate from 0.1.7 to 0.2.0 #44

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/goexl/schedule v0.2.1
github.com/goexl/task v0.2.8
github.com/harluo/di v0.0.5
github.com/harluo/migrate v0.1.7
github.com/harluo/migrate v0.2.0
github.com/harluo/schedule v0.1.6
github.com/harluo/xorm v0.0.4
xorm.io/builder v0.3.13
Expand All @@ -30,7 +30,7 @@ require (
github.com/go-playground/validator/v10 v10.26.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/goexl/baozheng v0.0.1 // indirect
github.com/goexl/db v0.0.4 // indirect
github.com/goexl/db v0.0.6 // indirect
github.com/goexl/env v0.0.2 // indirect
github.com/goexl/gfx v0.2.8 // indirect
github.com/goexl/mengpo v0.3.1 // indirect
Expand Down
Loading