From 1ef7ede19e0ace43bf76cfff9e69d1fb7b0bb270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 02:11:12 +0000 Subject: [PATCH] chore(deps): bump github.com/containifyci/engine-ci/client Bumps the minor group in /.containifyci with 1 update: [github.com/containifyci/engine-ci/client](https://github.com/containifyci/engine-ci). Updates `github.com/containifyci/engine-ci/client` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/containifyci/engine-ci/releases) - [Changelog](https://github.com/containifyci/engine-ci/blob/main/.goreleaser.yaml) - [Commits](https://github.com/containifyci/engine-ci/compare/v0.20...v0.21) --- updated-dependencies: - dependency-name: github.com/containifyci/engine-ci/client dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .containifyci/go.mod | 2 +- .containifyci/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.containifyci/go.mod b/.containifyci/go.mod index b625135..7ff0400 100644 --- a/.containifyci/go.mod +++ b/.containifyci/go.mod @@ -2,7 +2,7 @@ module .containifyci go 1.25.0 -require github.com/containifyci/engine-ci/client v0.20.0 +require github.com/containifyci/engine-ci/client v0.21.0 require ( github.com/containifyci/engine-ci/protos2 v0.18.2 // indirect diff --git a/.containifyci/go.sum b/.containifyci/go.sum index 508eaf7..7c1ddeb 100644 --- a/.containifyci/go.sum +++ b/.containifyci/go.sum @@ -1,7 +1,7 @@ github.com/bufbuild/protocompile v0.14.1 h1:iA73zAf/fyljNjQKwYzUHD6AD4R8KMasmwa/FBatYVw= github.com/bufbuild/protocompile v0.14.1/go.mod h1:ppVdAIhbr2H8asPk6k4pY7t9zB1OU5DoEw9xY/FUi1c= -github.com/containifyci/engine-ci/client v0.20.0 h1:2Ozpk/QQSW/gzUnkhhvcl3Ws7Kl1jDXU1ExmwvvfHgU= -github.com/containifyci/engine-ci/client v0.20.0/go.mod h1:h9IWftydx7+8kfQ4GIavIV2yX+vPhTH/Ox2Qxacg1Yg= +github.com/containifyci/engine-ci/client v0.21.0 h1:MfTPv8wuNsgr6V3V1K+srSnl+TOHnYrYMIkeFG3Y5C0= +github.com/containifyci/engine-ci/client v0.21.0/go.mod h1:h9IWftydx7+8kfQ4GIavIV2yX+vPhTH/Ox2Qxacg1Yg= github.com/containifyci/engine-ci/protos2 v0.18.2 h1:y1kFkpRvtPphRSR2z1jCyfT2I8SDaUvtlYzWhxFhMGY= github.com/containifyci/engine-ci/protos2 v0.18.2/go.mod h1:YxCYp99XxtJ0esiEwzLbF/h9oNrZT3S9AcAwSWjzVFc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=