From ba32bb4acc8a3aaa1a40b789f3698999a96c92e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 05:17:38 +0000 Subject: [PATCH] build(deps): bump github.com/camunda/zeebe/clients/go/v8 in /go-chaos Bumps [github.com/camunda/zeebe/clients/go/v8](https://github.com/camunda/zeebe) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/camunda/zeebe/releases) - [Commits](https://github.com/camunda/zeebe/compare/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: github.com/camunda/zeebe/clients/go/v8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go-chaos/go.mod | 4 ++-- go-chaos/go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go-chaos/go.mod b/go-chaos/go.mod index b54d83222..6b2b95321 100644 --- a/go-chaos/go.mod +++ b/go-chaos/go.mod @@ -3,7 +3,7 @@ module github.com/zeebe-io/zeebe-chaos/go-chaos go 1.19 require ( - github.com/camunda/zeebe/clients/go/v8 v8.4.1 + github.com/camunda/zeebe/clients/go/v8 v8.4.2 github.com/rs/zerolog v1.32.0 github.com/spf13/cobra v1.8.0 github.com/stretchr/testify v1.8.4 @@ -28,7 +28,7 @@ require ( github.com/cpuguy83/dockercfg v0.3.1 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/docker/distribution v2.8.2+incompatible // indirect - github.com/docker/docker v24.0.7+incompatible // indirect + github.com/docker/docker v24.0.9+incompatible // indirect github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.5.0 // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect diff --git a/go-chaos/go.sum b/go-chaos/go.sum index 9b642235d..be24cad3e 100644 --- a/go-chaos/go.sum +++ b/go-chaos/go.sum @@ -10,8 +10,8 @@ github.com/Microsoft/hcsshim v0.11.4/go.mod h1:smjE4dvqPX9Zldna+t5FG3rnoHhaB7QYx github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 h1:zV3ejI06GQ59hwDQAvmK1qxOQGB3WuVTRoY0okPTAv0= github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496/go.mod h1:oGkLhpf+kjZl6xBf758TQhh5XrAeiJv/7FRz/2spLIg= -github.com/camunda/zeebe/clients/go/v8 v8.4.1 h1:+3P1Wng2+B3EfUroLJGwothdf5bcoPg/dmi/RbDFFI0= -github.com/camunda/zeebe/clients/go/v8 v8.4.1/go.mod h1:J3JDIxshH9A5qEU4DThH4JLMUFetIx51GpMZrjjUOCo= +github.com/camunda/zeebe/clients/go/v8 v8.4.2 h1:j29JN1kZeKBDzb28GzbOXW0aZXZbu/7WVEDFSv03Ho0= +github.com/camunda/zeebe/clients/go/v8 v8.4.2/go.mod h1:d61Utm85QiLV75pnWh+5ciLVAu+6tf1bKKW9BXKf5SU= github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM= github.com/cenkalti/backoff/v4 v4.2.1/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE= github.com/containerd/containerd v1.7.11 h1:lfGKw3eU35sjV0aG2eYZTiwFEY1pCzxdzicHP3SZILw= @@ -29,8 +29,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8= github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM= -github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v24.0.9+incompatible h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0= +github.com/docker/docker v24.0.9+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ= github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec= github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=