Skip to content

Commit 5fb7234

Browse files
Update module github.com/docker/docker to v26.1.5+incompatible (#34302)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | `v26.1.4+incompatible` -> `v26.1.5+incompatible` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v26.1.5+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdocker%2fdocker/v26.1.5+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdocker%2fdocker/v26.1.4+incompatible/v26.1.5+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fdocker/v26.1.4+incompatible/v26.1.5+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>docker/docker (github.com/docker/docker)</summary> ### [`v26.1.5+incompatible`](https://togithub.com/docker/docker/compare/v26.1.4...v26.1.5) [Compare Source](https://togithub.com/docker/docker/compare/v26.1.4...v26.1.5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 2ac3b6c commit 5fb7234

File tree

27 files changed

+41
-41
lines changed

27 files changed

+41
-41
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ require (
444444
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
445445
github.com/digitalocean/godo v1.117.0 // indirect
446446
github.com/distribution/reference v0.6.0 // indirect
447-
github.com/docker/docker v26.1.4+incompatible // indirect
447+
github.com/docker/docker v26.1.5+incompatible // indirect
448448
github.com/docker/go-connections v0.5.0 // indirect
449449
github.com/docker/go-units v0.5.0 // indirect
450450
github.com/dustin/go-humanize v1.0.1 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/datadogconnector/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ require (
158158
github.com/dennwc/varint v1.0.0 // indirect
159159
github.com/digitalocean/godo v1.117.0 // indirect
160160
github.com/distribution/reference v0.5.0 // indirect
161-
github.com/docker/docker v26.1.4+incompatible // indirect
161+
github.com/docker/docker v26.1.5+incompatible // indirect
162162
github.com/docker/go-connections v0.5.0 // indirect
163163
github.com/docker/go-units v0.5.0 // indirect
164164
github.com/dustin/go-humanize v1.0.1 // indirect

exporter/datadogexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ require (
135135
github.com/dennwc/varint v1.0.0 // indirect
136136
github.com/digitalocean/godo v1.117.0 // indirect
137137
github.com/distribution/reference v0.5.0 // indirect
138-
github.com/docker/docker v26.1.4+incompatible // indirect
138+
github.com/docker/docker v26.1.5+incompatible // indirect
139139
github.com/docker/go-connections v0.5.0 // indirect
140140
github.com/docker/go-units v0.5.0 // indirect
141141
github.com/dustin/go-humanize v1.0.1 // indirect

exporter/datadogexporter/integrationtest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/observer/dockerobserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/extension/obser
33
go 1.21.0
44

55
require (
6-
github.com/docker/docker v26.1.4+incompatible
6+
github.com/docker/docker v26.1.5+incompatible
77
github.com/docker/go-connections v0.5.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.106.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.106.0

extension/observer/dockerobserver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/docker/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker
33
go 1.21.0
44

55
require (
6-
github.com/docker/docker v26.1.4+incompatible
6+
github.com/docker/docker v26.1.5+incompatible
77
github.com/gobwas/glob v0.2.3
88
github.com/stretchr/testify v1.9.0
99
go.uber.org/goleak v1.3.0

0 commit comments

Comments
 (0)