Skip to content

Commit 1c13014

Browse files
fix(deps): update github.com/docker/go-connections digest to fa09c95 (#29416)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/go-connections](https://togithub.com/docker/go-connections) | require | digest | `58542c7` -> `fa09c95` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 9993dc6 commit 1c13014

File tree

8 files changed

+12
-21
lines changed

8 files changed

+12
-21
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ require (
310310
github.com/digitalocean/godo v1.104.1 // indirect
311311
github.com/docker/distribution v2.8.2+incompatible // indirect
312312
github.com/docker/docker v24.0.7+incompatible // indirect
313-
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect
313+
github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea // indirect
314314
github.com/docker/go-units v0.5.0 // indirect
315315
github.com/dustin/go-humanize v1.0.1 // indirect
316316
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect

cmd/configschema/go.sum

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

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ require (
353353
github.com/digitalocean/godo v1.104.1 // indirect
354354
github.com/docker/distribution v2.8.2+incompatible // indirect
355355
github.com/docker/docker v24.0.7+incompatible // indirect
356-
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect
356+
github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea // indirect
357357
github.com/docker/go-units v0.5.0 // indirect
358358
github.com/dustin/go-humanize v1.0.1 // indirect
359359
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect

cmd/otelcontribcol/go.sum

Lines changed: 2 additions & 3 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
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/docker/docker v24.0.7+incompatible
7-
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11
7+
github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/observer v0.89.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.89.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/docker v0.89.0

extension/observer/dockerobserver/go.sum

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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ require (
325325
github.com/digitalocean/godo v1.104.1 // indirect
326326
github.com/docker/distribution v2.8.2+incompatible // indirect
327327
github.com/docker/docker v24.0.7+incompatible // indirect
328-
github.com/docker/go-connections v0.4.1-0.20210727194412-58542c764a11 // indirect
328+
github.com/docker/go-connections v0.4.1-0.20231110212414-fa09c952e3ea // indirect
329329
github.com/docker/go-units v0.5.0 // indirect
330330
github.com/dustin/go-humanize v1.0.1 // indirect
331331
github.com/dvsekhvalnov/jose2go v1.5.0 // indirect

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.

0 commit comments

Comments
 (0)