Skip to content

Commit f3ca867

Browse files
chore(deps): bump the minor group in /.containifyci with 2 updates (#39)
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](containifyci/engine-ci@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](containifyci/engine-ci@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4196c6 commit f3ca867

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.containifyci/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module .containifyci
33
go 1.24.2
44

55
require (
6-
github.com/containifyci/engine-ci/client v0.17.4
7-
github.com/containifyci/engine-ci/protos2 v0.15.2
6+
github.com/containifyci/engine-ci/client v0.18.0
7+
github.com/containifyci/engine-ci/protos2 v0.16.0
88
)
99

1010
require (

.containifyci/go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
github.com/bufbuild/protocompile v0.14.1 h1:iA73zAf/fyljNjQKwYzUHD6AD4R8KMasmwa/FBatYVw=
22
github.com/bufbuild/protocompile v0.14.1/go.mod h1:ppVdAIhbr2H8asPk6k4pY7t9zB1OU5DoEw9xY/FUi1c=
3-
github.com/containifyci/engine-ci/client v0.17.4 h1:fbM41VadXr6N2rOiUC3SMCSkWVrQOGv/zPO3AXH7HD0=
4-
github.com/containifyci/engine-ci/client v0.17.4/go.mod h1:l7F33J6PFu7cUzwNjBQ1ktNLBnLo/AuX/ARNIrbfujw=
5-
github.com/containifyci/engine-ci/protos2 v0.15.2 h1:CjUuYqXt0gAakiUCDWn5JaO+oTesFMeyGj0Vs7A24qc=
6-
github.com/containifyci/engine-ci/protos2 v0.15.2/go.mod h1:k7k6Zego6VwwYFYHM4LcBR34E6NDxY1OO8lgVQzMpQ0=
3+
github.com/containifyci/engine-ci/client v0.18.0 h1:cmM3VI0bG3X3LrQQ06OsWqskaRidFM7heYN6Znpw8OY=
4+
github.com/containifyci/engine-ci/client v0.18.0/go.mod h1:yTlzdvv2k0pKcydnZFLQXxo2WD/W7q6s72N7QswC2Xw=
5+
github.com/containifyci/engine-ci/protos2 v0.16.0 h1:iTVgvsauG3CfA0QAB3BdVOPBseYAbu6XQl0mafrXX+w=
6+
github.com/containifyci/engine-ci/protos2 v0.16.0/go.mod h1:F6IJs19WJViOd3BWOcbyapdvZfuzMgrZWJctClr9Z+s=
77
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
99
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+
4646
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
4747
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
4848
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
49-
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
50-
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
49+
github.com/stretchr/testify v1.11.0 h1:ib4sjIrwZKxE5u/Japgo/7SJV3PvgjGiRNAvTVGqQl8=
50+
github.com/stretchr/testify v1.11.0/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
5151
go.opentelemetry.io/auto/sdk v1.1.0 h1:cH53jehLUN6UFLY71z+NDOiNJqDdPRaXzTel0sJySYA=
5252
go.opentelemetry.io/auto/sdk v1.1.0/go.mod h1:3wSPjt5PWp2RhlCcmmOial7AvC4DQqZb7a7wCow3W8A=
5353
go.opentelemetry.io/otel v1.37.0 h1:9zhNfelUvx0KBfu/gb+ZgeAfAgtWrfHJZcAqFC228wQ=

0 commit comments

Comments
 (0)