Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the go-modules group with 19 updates (#684)
* Bump the go-modules group with 19 updates Bumps the go-modules group with 19 updates: | Package | From | To | | --- | --- | --- | | [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go) | `0.7.2` | `0.8.0` | | [github.com/docker/cli](https://github.com/docker/cli) | `25.0.2+incompatible` | `25.0.3+incompatible` | | [github.com/docker/docker](https://github.com/docker/docker) | `25.0.2+incompatible` | `25.0.3+incompatible` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.5` | `1.17.6` | | [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) | `0.18.1` | `0.18.2` | | [github.com/rivo/uniseg](https://github.com/rivo/uniseg) | `0.4.6` | `0.4.7` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.18.0` | `0.19.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.20.0` | `0.21.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.16.0` | `0.17.0` | | [github.com/anchore/stereoscope](https://github.com/anchore/stereoscope) | `0.0.0-20230412183729-8602f1afc574` | `0.0.1` | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.12` | `1.7.13` | | [github.com/felixge/httpsnoop](https://github.com/felixge/httpsnoop) | `1.0.3` | `1.0.4` | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.3.0` | `1.4.1` | | [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) | `3.23.12` | `3.24.1` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.45.0` | `0.48.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.19.0` | `1.23.0` | | [go.opentelemetry.io/otel/metric](https://github.com/open-telemetry/opentelemetry-go) | `1.19.0` | `1.23.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.19.0` | `1.23.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.14.0` | `0.15.0` | Updates `github.com/CycloneDX/cyclonedx-go` from 0.7.2 to 0.8.0 - [Release notes](https://github.com/CycloneDX/cyclonedx-go/releases) - [Changelog](https://github.com/CycloneDX/cyclonedx-go/blob/master/.goreleaser.yml) - [Commits](CycloneDX/cyclonedx-go@v0.7.2...v0.8.0) Updates `github.com/docker/cli` from 25.0.2+incompatible to 25.0.3+incompatible - [Commits](docker/cli@v25.0.2...v25.0.3) Updates `github.com/docker/docker` from 25.0.2+incompatible to 25.0.3+incompatible - [Release notes](https://github.com/docker/docker/releases) - [Commits](moby/moby@v25.0.2...v25.0.3) Updates `github.com/klauspost/compress` from 1.17.5 to 1.17.6 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.5...v1.17.6) Updates `github.com/paketo-buildpacks/occam` from 0.18.1 to 0.18.2 - [Release notes](https://github.com/paketo-buildpacks/occam/releases) - [Commits](paketo-buildpacks/occam@v0.18.1...v0.18.2) Updates `github.com/rivo/uniseg` from 0.4.6 to 0.4.7 - [Release notes](https://github.com/rivo/uniseg/releases) - [Commits](rivo/uniseg@v0.4.6...v0.4.7) Updates `golang.org/x/crypto` from 0.18.0 to 0.19.0 - [Commits](golang/crypto@v0.18.0...v0.19.0) Updates `golang.org/x/net` from 0.20.0 to 0.21.0 - [Commits](golang/net@v0.20.0...v0.21.0) Updates `golang.org/x/sys` from 0.16.0 to 0.17.0 - [Commits](golang/sys@v0.16.0...v0.17.0) Updates `github.com/anchore/stereoscope` from 0.0.0-20230412183729-8602f1afc574 to 0.0.1 - [Commits](https://github.com/anchore/stereoscope/commits/v0.0.1) Updates `github.com/containerd/containerd` from 1.7.12 to 1.7.13 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.7.12...v1.7.13) Updates `github.com/felixge/httpsnoop` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/felixge/httpsnoop/releases) - [Commits](felixge/httpsnoop@v1.0.3...v1.0.4) Updates `github.com/go-logr/logr` from 1.3.0 to 1.4.1 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.3.0...v1.4.1) Updates `github.com/shirou/gopsutil/v3` from 3.23.12 to 3.24.1 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v3.23.12...v3.24.1) Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.45.0 to 0.48.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.45.0...zpages/v0.48.0) Updates `go.opentelemetry.io/otel` from 1.19.0 to 1.23.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.19.0...v1.23.0) Updates `go.opentelemetry.io/otel/metric` from 1.19.0 to 1.23.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.19.0...v1.23.0) Updates `go.opentelemetry.io/otel/trace` from 1.19.0 to 1.23.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.19.0...v1.23.0) Updates `golang.org/x/mod` from 0.14.0 to 0.15.0 - [Commits](golang/mod@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: github.com/CycloneDX/cyclonedx-go dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/docker/cli dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/docker/docker dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/paketo-buildpacks/occam dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/rivo/uniseg dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/sys dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/anchore/stereoscope dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/containerd/containerd dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/felixge/httpsnoop dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/go-logr/logr dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/shirou/gopsutil/v3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/otel dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/otel/metric dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/otel/trace dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <[email protected]> * Reverts cyclonedx version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victoria Campbell <[email protected]>
- Loading branch information