diff --git a/_examples/callback/go.mod b/_examples/callback/go.mod index e148e6f..b5ca49a 100644 --- a/_examples/callback/go.mod +++ b/_examples/callback/go.mod @@ -5,7 +5,7 @@ go 1.22.3 replace github.com/luno/workflow => ../.. require ( - github.com/luno/workflow v0.0.0-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/stretchr/testify v1.9.0 ) diff --git a/_examples/connector/go.mod b/_examples/connector/go.mod index 6e51576..ff346bc 100644 --- a/_examples/connector/go.mod +++ b/_examples/connector/go.mod @@ -4,7 +4,7 @@ go 1.22.3 replace github.com/luno/workflow => ../.. -require github.com/luno/workflow v0.0.0-20241015115033-4e70b2aee2f0 +require github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 require ( github.com/beorn7/perks v1.0.1 // indirect diff --git a/_examples/gettingstarted/go.mod b/_examples/gettingstarted/go.mod index dbe4599..1aefefa 100644 --- a/_examples/gettingstarted/go.mod +++ b/_examples/gettingstarted/go.mod @@ -5,7 +5,7 @@ go 1.22.3 replace github.com/luno/workflow => ../.. require ( - github.com/luno/workflow v0.0.0-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/stretchr/testify v1.9.0 ) diff --git a/_examples/schedule/go.mod b/_examples/schedule/go.mod index 3fedf5e..37efc30 100644 --- a/_examples/schedule/go.mod +++ b/_examples/schedule/go.mod @@ -5,7 +5,7 @@ go 1.22.3 replace github.com/luno/workflow => ../.. require ( - github.com/luno/workflow v0.0.0-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/stretchr/testify v1.9.0 k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 ) diff --git a/_examples/timeout/go.mod b/_examples/timeout/go.mod index 831f4a6..d9515f9 100644 --- a/_examples/timeout/go.mod +++ b/_examples/timeout/go.mod @@ -5,7 +5,7 @@ go 1.22.3 replace github.com/luno/workflow => ../.. require ( - github.com/luno/workflow v0.0.0-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/stretchr/testify v1.9.0 k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 ) diff --git a/adapters/jlog/go.mod b/adapters/jlog/go.mod index 83b2068..87929a0 100644 --- a/adapters/jlog/go.mod +++ b/adapters/jlog/go.mod @@ -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-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/stretchr/testify v1.9.0 ) diff --git a/adapters/kafkastreamer/go.mod b/adapters/kafkastreamer/go.mod index a2846d0..105778f 100644 --- a/adapters/kafkastreamer/go.mod +++ b/adapters/kafkastreamer/go.mod @@ -5,7 +5,7 @@ go 1.22.3 replace github.com/luno/workflow => ../.. require ( - github.com/luno/workflow v0.0.0-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/segmentio/kafka-go v0.4.47 github.com/stretchr/testify v1.9.0 ) diff --git a/adapters/reflexstreamer/go.mod b/adapters/reflexstreamer/go.mod index 5e924a0..0af7564 100644 --- a/adapters/reflexstreamer/go.mod +++ b/adapters/reflexstreamer/go.mod @@ -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-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 github.com/stretchr/testify v1.9.0 ) diff --git a/adapters/sqlstore/go.mod b/adapters/sqlstore/go.mod index 338fb9c..b9cd95e 100644 --- a/adapters/sqlstore/go.mod +++ b/adapters/sqlstore/go.mod @@ -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-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 ) require ( diff --git a/adapters/sqltimeout/go.mod b/adapters/sqltimeout/go.mod index 32e9cb9..cc6a59a 100644 --- a/adapters/sqltimeout/go.mod +++ b/adapters/sqltimeout/go.mod @@ -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-20241015115033-4e70b2aee2f0 + github.com/luno/workflow v0.0.0-20241017150231-e09bd48815f5 ) require (