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

renovate: Update module github.com/luno/workflow to v0.2.2 #76

Merged
merged 1 commit into from
Jan 20, 2025
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 _examples/callback/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.3
replace github.com/luno/workflow => ../..

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion _examples/connector/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.3

replace github.com/luno/workflow => ../..

require github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
require github.com/luno/workflow v0.2.2

require (
github.com/beorn7/perks v1.0.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion _examples/gettingstarted/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.3
replace github.com/luno/workflow => ../..

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion _examples/schedule/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.3
replace github.com/luno/workflow => ../..

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.9.0
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
)
Expand Down
2 changes: 1 addition & 1 deletion _examples/timeout/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.3
replace github.com/luno/workflow => ../..

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.9.0
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
)
Expand Down
2 changes: 1 addition & 1 deletion _examples/webui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/luno/workflow => ../..
replace github.com/luno/workflow/adapters/webui => ../../adapters/webui

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/luno/workflow/adapters/webui v0.0.0-20250107170539-40c87581acfc
)

Expand Down
2 changes: 1 addition & 1 deletion adapters/jlog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace github.com/luno/workflow => ../..

require (
github.com/luno/jettison v0.0.0-20250113104610-673a166ae7d1
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion adapters/kafkastreamer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.3
replace github.com/luno/workflow => ../..

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/segmentio/kafka-go v0.4.47
github.com/stretchr/testify v1.9.0
)
Expand Down
2 changes: 1 addition & 1 deletion adapters/reflexstreamer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9
github.com/luno/jettison v0.0.0-20250113104610-673a166ae7d1
github.com/luno/reflex v0.0.0-20241129142022-57682f2c87b2
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion adapters/rinkrolescheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/luno/workflow => ../..

require (
github.com/luno/rink/v2 v2.0.0-20241103103201-0d1bbd6e29dc
github.com/luno/workflow v0.1.2
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.9.0
go.etcd.io/etcd/client/v3 v3.5.17
google.golang.org/grpc v1.69.4
Expand Down
2 changes: 1 addition & 1 deletion adapters/sqlstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9
github.com/go-sql-driver/mysql v1.8.1
github.com/luno/jettison v0.0.0-20250113104610-673a166ae7d1
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion adapters/sqltimeout/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace github.com/luno/workflow => ../..
require (
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9
github.com/luno/jettison v0.0.0-20250113104610-673a166ae7d1
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
)

require (
Expand Down
2 changes: 1 addition & 1 deletion adapters/webui/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.23.2
replace github.com/luno/workflow => ../..

require (
github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5
github.com/luno/workflow v0.2.2
github.com/stretchr/testify v1.9.0
)

Expand Down
Loading