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 github.com/luno/workflow digest to fd7fff3 #52

Merged
merged 1 commit into from
Oct 10, 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 _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-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
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-20241007150536-d9c09aad3144
require github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea

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-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
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-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
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-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
github.com/stretchr/testify v1.9.0
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
)
Expand Down
2 changes: 1 addition & 1 deletion adapters/jlog/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/jettison v0.0.0-20241003145233-25be6c50d0ec
github.com/luno/workflow v0.0.0-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
github.com/stretchr/testify v1.9.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-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
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 @@ -8,7 +8,7 @@ require (
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9
github.com/luno/jettison v0.0.0-20241003145233-25be6c50d0ec
github.com/luno/reflex v0.0.0-20240915100847-05f78b547de9
github.com/luno/workflow v0.0.0-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion adapters/sqlstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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-20241003145233-25be6c50d0ec
github.com/luno/workflow v0.0.0-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
)

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 @@ -7,7 +7,7 @@ replace github.com/luno/workflow => ../..
require (
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9
github.com/luno/jettison v0.0.0-20241003145233-25be6c50d0ec
github.com/luno/workflow v0.0.0-20241007150536-d9c09aad3144
github.com/luno/workflow v0.0.0-20241008084350-fd7fff3171ea
)

require (
Expand Down
Loading