Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the go-modules group across 1 directory with 19 updates #1020

Closed
wants to merge 1 commit into from

Commits on Sep 11, 2024

  1. Bump the go-modules group across 1 directory with 19 updates

    Bumps the go-modules group with 14 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) | `3.2.1` | `3.3.0` |
    | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.34.1` | `1.34.2` |
    | [github.com/paketo-buildpacks/libnodejs](https://github.com/paketo-buildpacks/libnodejs) | `0.2.0` | `0.3.0` |
    | [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) | `0.18.7` | `0.18.8` |
    | [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) | `3.2.3` | `3.3.0` |
    | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.12.5` | `0.12.6` |
    | [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.3.9` | `1.4.0` |
    | [github.com/containerd/errdefs](https://github.com/containerd/errdefs) | `0.1.0` | `0.2.0` |
    | [github.com/docker/cli](https://github.com/docker/cli) | `27.1.2+incompatible` | `27.2.1+incompatible` |
    | [github.com/sylabs/sif/v2](https://github.com/sylabs/sif) | `2.18.0` | `2.19.1` |
    | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.53.0` | `0.54.0` |
    | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.26.0` | `0.27.0` |
    | [golang.org/x/mod](https://github.com/golang/mod) | `0.20.0` | `0.21.0` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.28.0` | `0.29.0` |
    
    
    
    Updates `github.com/Masterminds/semver/v3` from 3.2.1 to 3.3.0
    - [Release notes](https://github.com/Masterminds/semver/releases)
    - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
    - [Commits](Masterminds/semver@v3.2.1...v3.3.0)
    
    Updates `github.com/onsi/gomega` from 1.34.1 to 1.34.2
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.34.1...v1.34.2)
    
    Updates `github.com/paketo-buildpacks/libnodejs` from 0.2.0 to 0.3.0
    - [Release notes](https://github.com/paketo-buildpacks/libnodejs/releases)
    - [Commits](paketo-buildpacks/libnodejs@v0.2.0...v0.3.0)
    
    Updates `github.com/paketo-buildpacks/occam` from 0.18.7 to 0.18.8
    - [Release notes](https://github.com/paketo-buildpacks/occam/releases)
    - [Commits](paketo-buildpacks/occam@v0.18.7...v0.18.8)
    
    Updates `github.com/Masterminds/sprig/v3` from 3.2.3 to 3.3.0
    - [Release notes](https://github.com/Masterminds/sprig/releases)
    - [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
    - [Commits](Masterminds/sprig@v3.2.3...v3.3.0)
    
    Updates `github.com/Microsoft/hcsshim` from 0.12.5 to 0.12.6
    - [Release notes](https://github.com/Microsoft/hcsshim/releases)
    - [Commits](microsoft/hcsshim@v0.12.5...v0.12.6)
    
    Updates `github.com/cloudflare/circl` from 1.3.9 to 1.4.0
    - [Release notes](https://github.com/cloudflare/circl/releases)
    - [Commits](cloudflare/circl@v1.3.9...v1.4.0)
    
    Updates `github.com/containerd/errdefs` from 0.1.0 to 0.2.0
    - [Release notes](https://github.com/containerd/errdefs/releases)
    - [Commits](containerd/errdefs@v0.1.0...v0.2.0)
    
    Updates `github.com/docker/cli` from 27.1.2+incompatible to 27.2.1+incompatible
    - [Commits](docker/cli@v27.1.2...v27.2.1)
    
    Updates `github.com/sylabs/sif/v2` from 2.18.0 to 2.19.1
    - [Release notes](https://github.com/sylabs/sif/releases)
    - [Changelog](https://github.com/sylabs/sif/blob/main/.goreleaser.yml)
    - [Commits](sylabs/sif@v2.18.0...v2.19.1)
    
    Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.53.0 to 0.54.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.53.0...zpages/v0.54.0)
    
    Updates `go.opentelemetry.io/otel` from 1.28.0 to 1.29.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.28.0...v1.29.0)
    
    Updates `go.opentelemetry.io/otel/metric` from 1.28.0 to 1.29.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.28.0...v1.29.0)
    
    Updates `go.opentelemetry.io/otel/trace` from 1.28.0 to 1.29.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.28.0...v1.29.0)
    
    Updates `golang.org/x/crypto` from 0.26.0 to 0.27.0
    - [Commits](golang/crypto@v0.26.0...v0.27.0)
    
    Updates `golang.org/x/mod` from 0.20.0 to 0.21.0
    - [Commits](golang/mod@v0.20.0...v0.21.0)
    
    Updates `golang.org/x/net` from 0.28.0 to 0.29.0
    - [Commits](golang/net@v0.28.0...v0.29.0)
    
    Updates `golang.org/x/sys` from 0.24.0 to 0.25.0
    - [Commits](golang/sys@v0.24.0...v0.25.0)
    
    Updates `golang.org/x/text` from 0.17.0 to 0.18.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.17.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Masterminds/semver/v3
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/onsi/gomega
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/paketo-buildpacks/libnodejs
      dependency-type: direct:production
      update-type: version-update:semver-minor
      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/Masterminds/sprig/v3
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/Microsoft/hcsshim
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/cloudflare/circl
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/containerd/errdefs
      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-minor
      dependency-group: go-modules
    - dependency-name: github.com/sylabs/sif/v2
      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/crypto
      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
    - 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: golang.org/x/text
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cb5237c View commit details
    Browse the repository at this point in the history