luno / workflow

An Event Driven Workflow framework, written in Go, that supports durable, robust, and idempotent state changes with timeouts, callbacks, scheduled triggers, and await calls. Compatible with Kafka and Reflex out of the box.
BSD 3-Clause "New" or "Revised" License
95 stars 6 forks source link

Dependency Dashboard #27

Open renovate[bot] opened 2 weeks ago

renovate[bot] commented 2 weeks ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Pending Approval

These branches will be created by Renovate only once you click their checkbox below.

Detected dependencies

github-actions
.github/workflows/sonar.yaml - `actions/checkout v4` - `actions/setup-go v4`
.github/workflows/tests.yml - `actions/checkout v4` - `actions/setup-go v4` - `actions/checkout v4` - `actions/setup-go v4` - `actions/checkout v4` - `actions/setup-go v4`
gitlabci
.gitlab-ci.yml
gomod
_examples/callback/go.mod - `go 1.22.3` - `github.com/luno/workflow v0.0.0-20240923105718-7530b9016161@7530b9016161` - `github.com/stretchr/testify v1.9.0`
_examples/connector/go.mod - `go 1.22.3` - `github.com/luno/workflow v0.0.0-20240923105718-7530b9016161@7530b9016161`
_examples/gettingstarted/go.mod - `go 1.22.3` - `github.com/luno/workflow v0.0.0-20240923105718-7530b9016161@7530b9016161` - `github.com/stretchr/testify v1.9.0`
_examples/schedule/go.mod - `go 1.22.3` - `github.com/luno/workflow v0.0.0-20240923105718-7530b9016161@7530b9016161` - `github.com/stretchr/testify v1.9.0` - `k8s.io/utils v0.0.0-20240711033017-18e509b52bc8@18e509b52bc8`
_examples/timeout/go.mod - `go 1.22.3` - `github.com/luno/workflow v0.0.0-20240923105718-7530b9016161@7530b9016161` - `github.com/stretchr/testify v1.9.0` - `k8s.io/utils v0.0.0-20240711033017-18e509b52bc8@18e509b52bc8`
adapters/jlog/go.mod - `go 1.22.3` - `github.com/luno/jettison v0.0.0-20240722160230-b42bd507a5f6@b42bd507a5f6` - `github.com/luno/workflow v0.0.0-20240919144112-a3dd85f86e86@a3dd85f86e86` - `github.com/stretchr/testify v1.9.0`
adapters/kafkastreamer/go.mod - `go 1.22.3` - `github.com/luno/jettison v0.0.0-20240625085333-8727b580c646@8727b580c646` - `github.com/luno/workflow v0.0.0-20240919144112-a3dd85f86e86@a3dd85f86e86` - `github.com/segmentio/kafka-go v0.4.47`
adapters/reflexstreamer/go.mod - `go 1.22.3` - `github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9@9e5e1b0851a9` - `github.com/luno/jettison v0.0.0-20240625085333-8727b580c646@8727b580c646` - `github.com/luno/reflex v0.0.0-20240709164918-c0516a8a3840@c0516a8a3840` - `github.com/luno/workflow v0.0.0-20240919144112-a3dd85f86e86@a3dd85f86e86` - `github.com/stretchr/testify v1.9.0`
adapters/rinkrolescheduler/go.mod - `go 1.22.3` - `github.com/luno/rink/v2 v2.0.0-20240803074900-d0c4b3f2abff@d0c4b3f2abff` - `github.com/luno/workflow v0.1.2`
adapters/sqlstore/go.mod - `go 1.22.3` - `github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9@9e5e1b0851a9` - `github.com/go-sql-driver/mysql v1.8.1` - `github.com/luno/jettison v0.0.0-20240625085333-8727b580c646@8727b580c646` - `github.com/luno/workflow v0.0.0-20240919144112-a3dd85f86e86@a3dd85f86e86`
adapters/sqltimeout/go.mod - `go 1.22.3` - `github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9@9e5e1b0851a9` - `github.com/luno/jettison v0.0.0-20240625085333-8727b580c646@8727b580c646` - `github.com/luno/workflow v0.0.0-20240919144112-a3dd85f86e86@a3dd85f86e86`
go.mod - `go 1.22.3` - `github.com/google/uuid v1.3.0` - `github.com/prometheus/client_golang v1.15.0` - `github.com/robfig/cron/v3 v3.0.0` - `github.com/stretchr/testify v1.8.3` - `google.golang.org/protobuf v1.34.2` - `k8s.io/utils v0.0.0-20230505201702-9f6742963106@9f6742963106`

andrewwormald commented 1 week ago

Will work on this on Thursday (19th September)