From be055fa5e36133d5e7146258fd3fd3cde46e91eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:56:33 +0000 Subject: [PATCH] chore(deps): bump the minor group in /.containifyci with 2 updates Bumps the minor group in /.containifyci with 2 updates: [github.com/containifyci/engine-ci/client](https://github.com/containifyci/engine-ci) and [github.com/containifyci/engine-ci/protos2](https://github.com/containifyci/engine-ci). Updates `github.com/containifyci/engine-ci/client` from 0.17.4 to 0.18.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/client/v0.17.4...v0.18) Updates `github.com/containifyci/engine-ci/protos2` from 0.15.2 to 0.16.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/protos2/v0.15.2...v0.16) --- updated-dependencies: - dependency-name: github.com/containifyci/engine-ci/client dependency-version: 0.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: github.com/containifyci/engine-ci/protos2 dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .containifyci/go.mod | 4 ++-- .containifyci/go.sum | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.containifyci/go.mod b/.containifyci/go.mod index 5705280..01a7242 100644 --- a/.containifyci/go.mod +++ b/.containifyci/go.mod @@ -3,8 +3,8 @@ module .containifyci go 1.24.2 require ( - github.com/containifyci/engine-ci/client v0.17.4 - github.com/containifyci/engine-ci/protos2 v0.15.2 + github.com/containifyci/engine-ci/client v0.18.0 + github.com/containifyci/engine-ci/protos2 v0.16.0 ) require ( diff --git a/.containifyci/go.sum b/.containifyci/go.sum index 7c233da..c5a0bec 100644 --- a/.containifyci/go.sum +++ b/.containifyci/go.sum @@ -1,9 +1,9 @@ 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.17.4 h1:fbM41VadXr6N2rOiUC3SMCSkWVrQOGv/zPO3AXH7HD0= -github.com/containifyci/engine-ci/client v0.17.4/go.mod h1:l7F33J6PFu7cUzwNjBQ1ktNLBnLo/AuX/ARNIrbfujw= -github.com/containifyci/engine-ci/protos2 v0.15.2 h1:CjUuYqXt0gAakiUCDWn5JaO+oTesFMeyGj0Vs7A24qc= -github.com/containifyci/engine-ci/protos2 v0.15.2/go.mod h1:k7k6Zego6VwwYFYHM4LcBR34E6NDxY1OO8lgVQzMpQ0= +github.com/containifyci/engine-ci/client v0.18.0 h1:cmM3VI0bG3X3LrQQ06OsWqskaRidFM7heYN6Znpw8OY= +github.com/containifyci/engine-ci/client v0.18.0/go.mod h1:yTlzdvv2k0pKcydnZFLQXxo2WD/W7q6s72N7QswC2Xw= +github.com/containifyci/engine-ci/protos2 v0.16.0 h1:iTVgvsauG3CfA0QAB3BdVOPBseYAbu6XQl0mafrXX+w= +github.com/containifyci/engine-ci/protos2 v0.16.0/go.mod h1:F6IJs19WJViOd3BWOcbyapdvZfuzMgrZWJctClr9Z+s= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -46,8 +46,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY= github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA= github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals= -github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA= -github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY= +github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8= +github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U= go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA= go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A= go.opentelemetry.io/otel v1.37.0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=