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

Prepare stable-v4 for version v4.3.0 #138

Merged
merged 1 commit into from
Dec 27, 2024
Merged
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 crontest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ go 1.22.0

replace github.com/flc1125/go-cron/v4 => ../

require github.com/flc1125/go-cron/v4 v4.2.1
require github.com/flc1125/go-cron/v4 v4.3.0
4 changes: 2 additions & 2 deletions middleware/delayoverlapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.2.1
github.com/flc1125/go-cron/v4 v4.2.1
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/stretchr/testify v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions middleware/distributednooverlapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.2.1
github.com/flc1125/go-cron/v4 v4.2.1
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/stretchr/testify v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions middleware/distributednooverlapping/redismutex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replace (
)

require (
github.com/flc1125/go-cron/middleware/distributednooverlapping/v4 v4.2.1
github.com/flc1125/go-cron/v4 v4.2.1
github.com/flc1125/go-cron/middleware/distributednooverlapping/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/redis/go-redis/v9 v9.7.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions middleware/nooverlapping/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.2.1
github.com/flc1125/go-cron/v4 v4.2.1
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion middleware/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
replace github.com/flc1125/go-cron/v4 => ../../

require (
github.com/flc1125/go-cron/v4 v4.2.1
github.com/flc1125/go-cron/v4 v4.3.0
github.com/stretchr/testify v1.10.0
go.opentelemetry.io/otel v1.33.0
go.opentelemetry.io/otel/sdk v1.33.0
Expand Down
4 changes: 2 additions & 2 deletions middleware/recovery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/flc1125/go-cron/crontest/v4 v4.2.1
github.com/flc1125/go-cron/v4 v4.2.1
github.com/flc1125/go-cron/crontest/v4 v4.3.0
github.com/flc1125/go-cron/v4 v4.3.0
github.com/stretchr/testify v1.10.0
)

Expand Down
Loading