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 27 updates #315

Closed
wants to merge 1 commit into from

Commits on Jun 10, 2024

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

    Bumps the go-modules group with 14 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.3.2` | `1.4.0` |
    | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.31.1` | `1.33.1` |
    | [github.com/paketo-buildpacks/occam](https://github.com/paketo-buildpacks/occam) | `0.18.2` | `0.18.6` |
    | [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.1` | `0.6.2` |
    | [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.12.0` | `0.12.4` |
    | [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.1` | `4.3.0` |
    | [github.com/distribution/reference](https://github.com/distribution/reference) | `0.5.0` | `0.6.0` |
    | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.3` | `1.4.4` |
    | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.1` | `1.4.2` |
    | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.7` | `1.17.8` |
    | [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) | `3.24.2` | `3.24.5` |
    | [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.13` | `0.3.14` |
    | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.1` | `1.64.0` |
    | google.golang.org/protobuf | `1.33.0` | `1.34.1` |
    
    
    
    Updates `github.com/BurntSushi/toml` from 1.3.2 to 1.4.0
    - [Release notes](https://github.com/BurntSushi/toml/releases)
    - [Commits](BurntSushi/toml@v1.3.2...v1.4.0)
    
    Updates `github.com/onsi/gomega` from 1.31.1 to 1.33.1
    - [Release notes](https://github.com/onsi/gomega/releases)
    - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
    - [Commits](onsi/gomega@v1.31.1...v1.33.1)
    
    Updates `github.com/paketo-buildpacks/occam` from 0.18.2 to 0.18.6
    - [Release notes](https://github.com/paketo-buildpacks/occam/releases)
    - [Commits](paketo-buildpacks/occam@v0.18.2...v0.18.6)
    
    Updates `github.com/paketo-buildpacks/packit/v2` from 2.12.0 to 2.14.0
    - [Release notes](https://github.com/paketo-buildpacks/packit/releases)
    - [Commits](paketo-buildpacks/packit@v2.12.0...v2.14.0)
    
    Updates `github.com/ForestEckhardt/freezer` from 0.0.12 to 0.1.0
    - [Release notes](https://github.com/ForestEckhardt/freezer/releases)
    - [Commits](ForestEckhardt/freezer@v0.0.12...v0.1.0)
    
    Updates `github.com/Microsoft/go-winio` from 0.6.1 to 0.6.2
    - [Release notes](https://github.com/Microsoft/go-winio/releases)
    - [Commits](microsoft/go-winio@v0.6.1...v0.6.2)
    
    Updates `github.com/Microsoft/hcsshim` from 0.12.0 to 0.12.4
    - [Release notes](https://github.com/Microsoft/hcsshim/releases)
    - [Commits](microsoft/hcsshim@v0.12.0...v0.12.4)
    
    Updates `github.com/cenkalti/backoff/v4` from 4.2.1 to 4.3.0
    - [Commits](cenkalti/backoff@v4.2.1...v4.3.0)
    
    Updates `github.com/containerd/containerd` from 1.7.13 to 1.7.15
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.13...v1.7.15)
    
    Updates `github.com/distribution/reference` from 0.5.0 to 0.6.0
    - [Release notes](https://github.com/distribution/reference/releases)
    - [Commits](distribution/reference@v0.5.0...v0.6.0)
    
    Updates `github.com/docker/docker` from 25.0.3+incompatible to 26.1.3+incompatible
    - [Release notes](https://github.com/docker/docker/releases)
    - [Commits](moby/moby@v25.0.3...v26.1.3)
    
    Updates `github.com/gabriel-vasile/mimetype` from 1.4.3 to 1.4.4
    - [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
    - [Commits](gabriel-vasile/mimetype@v1.4.3...v1.4.4)
    
    Updates `github.com/go-logr/logr` from 1.4.1 to 1.4.2
    - [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.4.1...v1.4.2)
    
    Updates `github.com/golang/protobuf` from 1.5.3 to 1.5.4
    - [Release notes](https://github.com/golang/protobuf/releases)
    - [Commits](golang/protobuf@v1.5.3...v1.5.4)
    
    Updates `github.com/google/go-containerregistry` from 0.19.0 to 0.19.1
    - [Release notes](https://github.com/google/go-containerregistry/releases)
    - [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
    - [Commits](google/go-containerregistry@v0.19.0...v0.19.1)
    
    Updates `github.com/klauspost/compress` from 1.17.7 to 1.17.8
    - [Release notes](https://github.com/klauspost/compress/releases)
    - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
    - [Commits](klauspost/compress@v1.17.7...v1.17.8)
    
    Updates `github.com/shirou/gopsutil/v3` from 3.24.2 to 3.24.5
    - [Release notes](https://github.com/shirou/gopsutil/releases)
    - [Commits](shirou/gopsutil@v3.24.2...v3.24.5)
    
    Updates `github.com/testcontainers/testcontainers-go` from 0.28.0 to 0.31.0
    - [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
    - [Commits](testcontainers/testcontainers-go@v0.28.0...v0.31.0)
    
    Updates `github.com/tklauser/go-sysconf` from 0.3.13 to 0.3.14
    - [Release notes](https://github.com/tklauser/go-sysconf/releases)
    - [Commits](tklauser/go-sysconf@v0.3.13...v0.3.14)
    
    Updates `github.com/tklauser/numcpus` from 0.7.0 to 0.8.0
    - [Release notes](https://github.com/tklauser/numcpus/releases)
    - [Commits](tklauser/numcpus@v0.7.0...v0.8.0)
    
    Updates `github.com/ulikunitz/xz` from 0.5.11 to 0.5.12
    - [Commits](ulikunitz/xz@v0.5.11...v0.5.12)
    
    Updates `golang.org/x/net` from 0.22.0 to 0.25.0
    - [Commits](golang/net@v0.22.0...v0.25.0)
    
    Updates `golang.org/x/sync` from 0.6.0 to 0.7.0
    - [Commits](golang/sync@v0.6.0...v0.7.0)
    
    Updates `golang.org/x/sys` from 0.18.0 to 0.20.0
    - [Commits](golang/sys@v0.18.0...v0.20.0)
    
    Updates `golang.org/x/text` from 0.14.0 to 0.15.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.14.0...v0.15.0)
    
    Updates `google.golang.org/grpc` from 1.62.1 to 1.64.0
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.62.1...v1.64.0)
    
    Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1
    
    ---
    updated-dependencies:
    - dependency-name: github.com/BurntSushi/toml
      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-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/paketo-buildpacks/packit/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/ForestEckhardt/freezer
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/Microsoft/go-winio
      dependency-type: indirect
      update-type: version-update:semver-patch
      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/cenkalti/backoff/v4
      dependency-type: indirect
      update-type: version-update:semver-minor
      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/distribution/reference
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/docker/docker
      dependency-type: indirect
      update-type: version-update:semver-major
      dependency-group: go-modules
    - dependency-name: github.com/gabriel-vasile/mimetype
      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-patch
      dependency-group: go-modules
    - dependency-name: github.com/golang/protobuf
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/google/go-containerregistry
      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/shirou/gopsutil/v3
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/testcontainers/testcontainers-go
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/tklauser/go-sysconf
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/tklauser/numcpus
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: github.com/ulikunitz/xz
      dependency-type: indirect
      update-type: version-update:semver-patch
      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/sync
      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
    - dependency-name: google.golang.org/grpc
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cb77373 View commit details
    Browse the repository at this point in the history