Downgrade Zeebe to 8.0.X

Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
Bernd Verst 2023-02-13 09:46:33 -08:00
parent 12acf8effe
commit 5bc7498736
2 changed files with 6 additions and 3 deletions

5
go.mod
View File

@ -43,7 +43,7 @@ require (
github.com/aws/aws-sdk-go v1.44.187
github.com/benbjohnson/clock v1.3.0
github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822
github.com/camunda/zeebe/clients/go/v8 v8.1.6
github.com/camunda/zeebe/clients/go/v8 v8.0.11
github.com/cenkalti/backoff/v4 v4.2.0
github.com/cinience/go_rocketmq v0.0.2
github.com/coreos/go-oidc v2.2.1+incompatible
@ -400,3 +400,6 @@ replace github.com/toolkits/concurrent => github.com/niean/gotools v0.0.0-201512
// this is a fork which addresses a performance issues due to go routines
replace dubbo.apache.org/dubbo-go/v3 => dubbo.apache.org/dubbo-go/v3 v3.0.3-0.20230118042253-4f159a2b38f3
// Zeebe must stay on version 8.0.X. This replacement here acts as a reminder
replace github.com/camunda/zeebe/clients/go/v8 => github.com/camunda/zeebe/clients/go/v8 v8.0.11

4
go.sum
View File

@ -641,8 +641,8 @@ github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs=
github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0=
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 h1:3uZCA/BLTIu+DqCfguByNMJa2HVHpXvjfy0Dy7g6fuA=
github.com/camunda/zeebe/clients/go/v8 v8.1.6 h1:nxsU1gNxDxaKoWFT0OoZ7TrQ5N5516ny+UHWz9UFJmE=
github.com/camunda/zeebe/clients/go/v8 v8.1.6/go.mod h1:HZ7hlFKAfCkdLeLds0nqEO48FDRl8LCBaAtDu9GxaAI=
github.com/camunda/zeebe/clients/go/v8 v8.0.11 h1:rDqsr0h5H9wmPg1bk0srNRakhtvVO5KcMVgbftKTQqg=
github.com/camunda/zeebe/clients/go/v8 v8.0.11/go.mod h1:vqeNO1EphExqC15spP56PNXQ6SB8sMjhEfO16bfFRPo=
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
github.com/cenkalti/backoff v2.0.0+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=