Skip to content

Commit

Permalink
renovate: Update github.com/luno/workflow digest to fd7fff3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent fd7fff3 commit 6a07cbc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
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

0 comments on commit 6a07cbc

Please sign in to comment.