Skip to content

chore(deps): bump the go-modules-root group with 6 updates#835

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-modules-root-333094e832
Open

chore(deps): bump the go-modules-root group with 6 updates#835
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-modules-root-333094e832

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps the go-modules-root group with 6 updates:

Package From To
github.com/containerd/platforms 1.0.0-rc.3 1.0.0-rc.4
github.com/jaypipes/ghw 0.23.0 0.24.0
github.com/mattn/go-runewidth 0.0.21 0.0.22
github.com/moby/moby/api 1.54.0 1.54.1
github.com/moby/moby/client 0.3.0 0.4.0
go.opentelemetry.io/otel 1.42.0 1.43.0

Updates github.com/containerd/platforms from 1.0.0-rc.3 to 1.0.0-rc.4

Release notes

Sourced from github.com/containerd/platforms's releases.

v1.0.0-rc.4

What's Changed

Full Changelog: containerd/platforms@v1.0.0-rc.3...v1.0.0-rc.4

Commits
  • 09756f5 Merge pull request #33 from dmcgowan/only-os
  • 3a284c1 Merge pull request #31 from dmcgowan/windows-strip-features
  • 1e75776 Merge pull request #30 from thaJeztah/platforms_refactor
  • adbf321 Strip the win32k when comparing windows platforms
  • 27058a1 Add OnlyOS function allow matching any architecture
  • d028ee3 ParseAll: refactor
  • 8f5e31a FormatAll: use a string-builder for formatting os-options
  • 0165130 modernize --fix
  • f453a3a go.mod: bump minimum go version to go1.24
  • 042728d add benchmark for Parse, FormatAll
  • Additional commits viewable in compare view

Updates github.com/jaypipes/ghw from 0.23.0 to 0.24.0

Release notes

Sourced from github.com/jaypipes/ghw's releases.

v0.24.0

What's Changed

New Contributors

Full Changelog: jaypipes/ghw@v0.23.0...v0.24.0

Commits
  • b026dd2 Merge pull request #460 from jaypipes/context-from-env
  • 4e7ac7a use ContextFromEnv() when no args passed to Info()
  • 651a76e Merge pull request #454 from sewnie/main
  • 53d5f8f codeorg: decouple cmd dependencies using go work
  • 1600827 codeorg: remove dependency on testify
  • 31ad85d Merge pull request #455 from jaypipes/update-gh-workflows
  • d6efcd5 update Github Actions workflows for more modern Go
  • 168d775 Merge pull request #450 from jaypipes/use-builtin-errors
  • 022b1eb codeorg: remove dependency on github.com/pkg/errors
  • See full diff in compare view

Updates github.com/mattn/go-runewidth from 0.0.21 to 0.0.22

Commits
  • 41dc6c5 Merge pull request #92 from mattn/stringwidth-single-rune-fast-path
  • 254e529 optimize single-rune StringWidth
  • See full diff in compare view

Updates github.com/moby/moby/api from 1.54.0 to 1.54.1

Release notes

Sourced from github.com/moby/moby/api's releases.

api/v1.54.1

Changelog

  • api/types/network: add Port.Port() method to return the port-number as a string. moby/moby#52165
  • api, client: add //go:fix inline directives to deprecated functions. moby/moby#52178
  • api, client: go.mod: remove patch version. moby/moby#52174
  • api/types/network: fix handling of unmapped ports (ephemeral ports). moby/moby#52288

Full Changelog: moby/moby@api/v1.54.0...api/v1.54.1

Commits
  • a3d12a2 Merge pull request #52293 from vvoland/dropreplace
  • f1b420b Drop replace rules
  • ef0a1e4 Merge pull request #52277 from nvsahana/fix-typos-comments
  • 4436298 Merge pull request #52172 from Wang-squirrel/dev_1
  • e39d2cd Merge pull request #52291 from thaJeztah/update_authors_mailmap
  • 359ce1c Merge pull request #52290 from thaJeztah/client_flip_args
  • 07a5e92 Fix typos and misspellings in comments, tests, and docs
  • c493753 Merge pull request #52170 from thaJeztah/no_mod
  • 6604bd0 update AUTHORS and .mailmap
  • 88b79ac Merge pull request #52075 from htoyoda18/fix/swarm-event-handling
  • Additional commits viewable in compare view

Updates github.com/moby/moby/client from 0.3.0 to 0.4.0

Release notes

Sourced from github.com/moby/moby/client's releases.

client/v0.4.0

v0.4.0

Bug fixes and enhancements

  • api, client: add //go:fix inline directives to deprecated functions to help automatically migrating using go fix. moby/moby#52178
  • client/pkg/jsonmessage: add DisplayStream and DisplayMessages utils. moby/moby#52273
  • client/pkg/jsonmessage: use functional options for display funcs. moby/moby#52285
  • client: prevent panic when passing nil Opts to client.New. moby/moby#52184
  • client: the client now sets a default User-Agent if none was set, to prevent Go's default (Go-http-client/1.1) from being used. moby/moby#52167
  • Fix /system/df reporting in-use images as reclaimable. moby/moby#51778
  • Go SDK: client.WithHTTPHeaders now detects if duplicate headers are set, and produces an error. Previously, duplicate errors would be randomized, resulting in undefined behavior. moby/moby#52204

Full Changelog: moby/moby@client/v0.3.0...client/v0.4.0

Changelog

Sourced from github.com/moby/moby/client's changelog.

0.4.0 (2013-06-03)

  • Introducing Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
  • Introducing Remote API: control Docker programmatically using a simple HTTP/json API
  • Runtime: various reliability and usability improvements

0.3.4 (2013-05-30)

  • Builder: 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
  • Builder: 'docker build -t FOO' applies the tag FOO to the newly built container.
  • Runtime: interactive TTYs correctly handle window resize
  • Runtime: fix how configuration is merged between layers
  • Remote API: split stdout and stderr on 'docker run'
  • Remote API: optionally listen on a different IP and port (use at your own risk)
  • Documentation: improved install instructions.

0.3.3 (2013-05-23)

  • Registry: Fix push regression
  • Various bugfixes

0.3.2 (2013-05-09)

  • Runtime: Store the actual archive on commit
  • Registry: Improve the checksum process
  • Registry: Use the size to have a good progress bar while pushing
  • Registry: Use the actual archive if it exists in order to speed up the push
  • Registry: Fix error 400 on push

0.3.1 (2013-05-08)

  • Builder: Implement the autorun capability within docker builder
  • Builder: Add caching to docker builder
  • Builder: Add support for docker builder with native API as top level command
  • Runtime: Add go version to debug infos
  • Builder: Implement ENV within docker builder
  • Registry: Add docker search top level command in order to search a repository
  • Images: output graph of images to dot (graphviz)
  • Documentation: new introduction and high-level overview
  • Documentation: Add the documentation for docker builder
  • Website: new high-level overview
  • Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
  • Images: fix ByParent function
  • Builder: Check the command existance prior create and add Unit tests for the case
  • Registry: Fix pull for official images with specific tag
  • Registry: Fix issue when login in with a different user and trying to push
  • Documentation: CSS fix for docker documentation to make REST API docs look better.
  • Documentation: Fixed CouchDB example page header mistake
  • Documentation: fixed README formatting
  • Registry: Improve checksum - async calculation
  • Runtime: kernel version - don't show the dash if flavor is empty
  • Documentation: updated www.docker.io website.
  • Builder: use any whitespaces instead of tabs
  • Packaging: packaging ubuntu; issue #510: Use goland-stable PPA package to build docker
Commits
  • a8ae398 Bumped version to 0.4.0
  • 7a4408f Merge pull request #794 from dotcloud/780-diff-fix2
  • 854039b remove TrimLeft as it's go1.1
  • 070923b Merge pull request #792 from dotcloud/780-diff-fix
  • 71b1657 added test
  • 1bafe9d Merge pull request #793 from dotcloud/774-remove_login_check_on_pull-fix
  • 1ce4ba6 remove check on login
  • 2b1b3c1 Merge pull request #784 from dotcloud/remove_cgo_dependency
  • 8243f25 Update test to reflect new ApiInfo struct
  • 0443cc3 Merge pull request #772 from dotcloud/improve_version_info_cmds
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.42.0 to 1.43.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.43.0/0.65.0/0.19.0] 2026-04-02

Added

  • Add IsRandom and WithRandom on TraceFlags, and IsRandom on SpanContext in go.opentelemetry.io/otel/trace for W3C Trace Context Level 2 Random Trace ID Flag support. (#8012)
  • Add service detection with WithService in go.opentelemetry.io/otel/sdk/resource. (#7642)
  • Add DefaultWithContext and EnvironmentWithContext in go.opentelemetry.io/otel/sdk/resource to support plumbing context.Context through default and environment detectors. (#8051)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#8038)
  • Add support for per-series start time tracking for cumulative metrics in go.opentelemetry.io/otel/sdk/metric. Set OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=true to enable. (#8060)
  • Add WithCardinalityLimitSelector for metric reader for configuring cardinality limits specific to the instrument kind. (#7855)

Changed

  • Introduce the EMPTY Type in go.opentelemetry.io/otel/attribute to reflect that an empty value is now a valid value, with INVALID remaining as a deprecated alias of EMPTY. (#8038)
  • Improve slice handling in go.opentelemetry.io/otel/attribute to optimize short slice values with fixed-size fast paths. (#8039)
  • Improve performance of span metric recording in go.opentelemetry.io/otel/sdk/trace by returning early if self-observability is not enabled. (#8067)
  • Improve formatting of metric data diffs in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#8073)

Deprecated

  • Deprecate INVALID in go.opentelemetry.io/otel/attribute. Use EMPTY instead. (#8038)

Fixed

  • Return spec-compliant TraceIdRatioBased description. This is a breaking behavioral change, but it is necessary to make the implementation spec-compliant. (#8027)
  • Fix a race condition in go.opentelemetry.io/otel/sdk/metric where the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (#8056)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (#8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (#8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to mitigate excessive memory usage caused by a misconfigured or malicious server. Responses exceeding the limit are treated as non-retryable errors. (#8108)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for kenv command on BSD. (#8113)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to correctly handle HTTP2 GOAWAY frame. (#8096)
Commits
  • 9276201 Release v1.43.0 / v0.65.0 / v0.19.0 (#8128)
  • 61b8c94 chore(deps): update module github.com/mattn/go-runewidth to v0.0.22 (#8131)
  • 97a086e chore(deps): update github.com/golangci/dupl digest to c99c5cf (#8122)
  • 5e363de limit response body size for OTLP HTTP exporters (#8108)
  • 35214b6 Use an absolute path when calling bsd kenv (#8113)
  • 290024c fix(deps): update module google.golang.org/grpc to v1.80.0 (#8121)
  • e70658e fix: support getBody in otelploghttp (#8096)
  • 4afe468 fix(deps): update googleapis to 9d38bb4 (#8117)
  • b9ca729 chore(deps): update module github.com/go-git/go-git/v5 to v5.17.2 (#8115)
  • 69472ec chore(deps): update fossas/fossa-action action to v1.9.0 (#8118)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules-root group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/containerd/platforms](https://github.com/containerd/platforms) | `1.0.0-rc.3` | `1.0.0-rc.4` |
| [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw) | `0.23.0` | `0.24.0` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.21` | `0.0.22` |
| [github.com/moby/moby/api](https://github.com/moby/moby) | `1.54.0` | `1.54.1` |
| [github.com/moby/moby/client](https://github.com/moby/moby) | `0.3.0` | `0.4.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.42.0` | `1.43.0` |


Updates `github.com/containerd/platforms` from 1.0.0-rc.3 to 1.0.0-rc.4
- [Release notes](https://github.com/containerd/platforms/releases)
- [Commits](containerd/platforms@v1.0.0-rc.3...v1.0.0-rc.4)

Updates `github.com/jaypipes/ghw` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/jaypipes/ghw/releases)
- [Commits](jaypipes/ghw@v0.23.0...v0.24.0)

Updates `github.com/mattn/go-runewidth` from 0.0.21 to 0.0.22
- [Commits](mattn/go-runewidth@v0.0.21...v0.0.22)

Updates `github.com/moby/moby/api` from 1.54.0 to 1.54.1
- [Release notes](https://github.com/moby/moby/releases)
- [Commits](moby/moby@api/v1.54.0...api/v1.54.1)

Updates `github.com/moby/moby/client` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/moby/moby/releases)
- [Changelog](https://github.com/moby/moby/blob/v0.4.0/CHANGELOG.md)
- [Commits](moby/moby@v0.3.0...v0.4.0)

Updates `go.opentelemetry.io/otel` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.42.0...v1.43.0)

---
updated-dependencies:
- dependency-name: github.com/containerd/platforms
  dependency-version: 1.0.0-rc.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-root
- dependency-name: github.com/jaypipes/ghw
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-root
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-root
- dependency-name: github.com/moby/moby/api
  dependency-version: 1.54.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules-root
- dependency-name: github.com/moby/moby/client
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-root
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules-root
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants