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 with 20 updates #418

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2023

Bumps the go-modules group with 20 updates:

Package From To
github.com/onsi/gomega 1.27.10 1.28.0
github.com/cenkalti/backoff/v4 4.2.0 4.2.1
github.com/containerd/containerd 1.7.0 1.7.6
github.com/docker/cli 24.0.0+incompatible 24.0.6+incompatible
github.com/docker/distribution 2.8.2+incompatible 2.8.3+incompatible
github.com/docker/docker 24.0.0+incompatible 24.0.6+incompatible
github.com/go-git/go-billy/v5 5.4.1 5.5.0
github.com/go-git/go-git/v5 5.6.1 5.9.0
github.com/google/uuid 1.3.0 1.3.1
github.com/jinzhu/copier 0.3.5 0.4.0
github.com/klauspost/compress 1.16.5 1.17.0
github.com/mattn/go-runewidth 0.0.14 0.0.15
github.com/moby/patternmatcher 0.5.0 0.6.0
github.com/spdx/tools-golang 0.5.0 0.5.3
github.com/spf13/cast 1.5.0 1.5.1
github.com/sylabs/sif/v2 2.11.3 2.14.1
github.com/testcontainers/testcontainers-go 0.21.0 0.25.0
github.com/vbatts/tar-split 0.11.3 0.11.5
golang.org/x/mod 0.12.0 0.13.0
google.golang.org/grpc 1.57.0 1.58.2

Updates github.com/onsi/gomega from 1.27.10 to 1.28.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.28.0

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.28.0

Features

  • Add VerifyHost handler to ghttp (#698) [0b03b36]

Fixes

  • Read Body for Newer Responses in HaveHTTPBodyMatcher (#686) [18d6673]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693) [55a33f3]
  • Typo in matchers.go (#691) [de68e8f]
  • Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690) [ab17f5e]
  • chore: update test matrix for Go 1.21 (#689) [5069017]
  • Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688) [babe25f]
Commits

Updates github.com/cenkalti/backoff/v4 from 4.2.0 to 4.2.1

Commits

Updates github.com/containerd/containerd from 1.7.0 to 1.7.6

Release notes

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

containerd 1.7.6

Welcome to the v1.7.6 release of containerd!

The sixth patch release for containerd 1.7 contains various fixes and updates.

Notable Updates

  • Fix log package for clients overwriting the global logger (#9032)
  • Fix blockfile snapshotter copy on Darwin (#9047)
  • Add support for Linux usernames on non-Linux platforms (#9015)
  • Update Windows platform matcher to invoke stable ABI compability function (#9069)
  • Update Golang to 1.20.8 (#9074)
  • Update push to inherit distribution sources from parent (#9084)

See the changelog for complete list of changes

Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues.

Contributors

  • Derek McGowan
  • Kirtana Ashok
  • Phil Estes
  • Akihiro Suda
  • Danny Canter
  • Sebastiaan van Stijn
  • Akhil Mohan
  • Maksym Pavlenko
  • Samuel Karp
  • Wei Fu

Changes

  • [release/1.7] Prepare release notes for 1.7.6 (#9085)
  • [release/1.7] Invoke Stable ABI compatibility function in windows platform matcher (#9069)
    • c7a35ccdc Fix transfer service dependencies:
    • 38d4e506d Invoke Stable ABI compatibility function in windows platform matcher
  • [release/1.7] push: inherit distribution sources from parent (#9084)
    • 5ebf05d97 push: inherit distribution sources from parent
    • d206896dd content: add InfoProvider interface
  • [release/1.7] update to go1.20.8 (#9074)
  • [release/1.7] Update hcsshim tag to v0.11.0 (#9063)
  • [release/1.7] CRI: Support Linux usernames for !linux platforms (#9015)
    • b449440a4 CRI: Support Linux usernames for !linux platforms

... (truncated)

Commits
  • 091922f Merge pull request #9085 from dmcgowan/prepare-1.7.6
  • 8542d0e Merge pull request #9069 from kiashok/portStableAbi-1.7
  • 78874ec Merge pull request #9084 from dmcgowan/backport-1.7-inherit-distribution-sources
  • 3e09c65 Prepare release notes for v1.7.6
  • 5ebf05d push: inherit distribution sources from parent
  • d206896 content: add InfoProvider interface
  • f0d3109 Merge pull request #9074 from thaJeztah/1.7_update_golang_1.20.8
  • 423693d [release/1.7] update to go1.20.8
  • c7a35cc Fix transfer service dependencies:
  • 38d4e50 Invoke Stable ABI compatibility function in windows platform matcher
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 24.0.0+incompatible to 24.0.6+incompatible

Commits
  • ed223bc Merge pull request #4544 from thaJeztah/24.0_backport_fix_events_json_format
  • fab55e1 cli/command/system: fix "docker events" not supporting --format=json
  • 2fcff17 Merge pull request #4537 from thaJeztah/24.0_backort_docs_fixes
  • b74d8e1 Merge pull request #4538 from thaJeztah/24.0_backport_history_test
  • 3789f8a Merge pull request #4542 from thaJeztah/24.0_backport_manifest_deref
  • d3485b9 cli/registry: client.iterateEndpoints: remove check for APIVersion1
  • 6133802 cli/registry: fix client.pullManifestList not de-referencing manifest
  • b83959e force TestNewHistoryCommandSuccess to use UTC timezone
  • 28a08a2 un-skip history test and fix golden mismatches
  • 8e03939 update cli-docs-tool to v0.6.0
  • Additional commits viewable in compare view

Updates github.com/docker/distribution from 2.8.2+incompatible to 2.8.3+incompatible

Release notes

Sourced from github.com/docker/distribution's releases.

v2.8.3

What's Changed

New Contributors

Full Changelog: distribution/distribution@v2.8.2...v2.8.3

Commits
  • 4772604 Merge pull request #4088 from distribution/2.8.3-release-notes
  • a4fa699 Add v2.8.3 release notes
  • 1eb2c30 Merge pull request #4068 from milosgajdos/2_8-dont-close-request-body
  • 5e6b1b5 Do not close HTTP request body in HTTP handler
  • 2b76378 Merge pull request #4064 from thaJeztah/2.8_backport_nodigestset
  • 29b00e8 digestset: deprecate package in favor of go-digest/digestset
  • d1ab243 [release/2.8] vendor: github.com/opencontainers/go-digest v1.0.0
  • 11eb419 Merge pull request #4063 from thaJeztah/2.8_backport_switch_reference
  • 3dda067 deprecate reference package, migrate to github.com/distribution/reference
  • da05539 Merge pull request #4053 from thaJeztah/2.8_backport_set-content-type-client-...
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 24.0.0+incompatible to 24.0.6+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v24.0.6

24.0.6

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • containerd storage backend: Fix docker ps failing when a container image is no longer present in the content store. moby/moby#46095
  • containerd storage backend: Fix docker ps -s -a and docker container prune failing when a container image config is no longer present in the content store. moby/moby#46097
  • containerd storage backend: Fix docker inspect failing when a container image config is no longer (or was never) present in the content store. moby/moby#46244
  • containerd storage backend: Fix diff and export with the overlayfs snapshotter by using reference-counted rootfs mounts. moby/moby#46266
  • containerd storage backend: Fix a misleading error message when the image platforms available locally do not match the desired platform. moby/moby#46300
  • containerd storage backend: Fix the FROM scratch Dockerfile instruction with the classic builder. moby/moby#46302
  • containerd storage backend: Fix mismatched image rootfs and manifest layers errors with the classic builder. moby/moby#46310
  • Warn when pulling Docker Image Format v1, and Docker Image manifest version 2, schema 1 images from all registries. moby/moby#46290
  • Fix live-restore of volumes with custom volume options. moby/moby#46366
  • Fix incorrectly dropping capabilities bits when running a container as a non-root user (note: this change was already effectively present due to a regression). moby/moby#46221
  • Fix network isolation iptables rules preventing IPv6 Neighbor Solicitation packets from being exchanged between containers. moby/moby#46214
  • Fix dockerd.exe --register-service not working when the binary is in the current directory on Windows. moby/moby#46215
  • Add a hint suggesting the use of a PAT to docker login against Docker Hub. docker/cli#4500
  • Improve shell startup time for users of Bash completion for the CLI. docker/cli#4517
  • Improve the speed of some commands by skipping GET /_ping when possible. docker/cli#4508
  • Fix credential scopes when using a PAT to docker manifest inspect an image on Docker Hub. docker/cli#4512
  • Fix docker events not supporting --format=json. docker/cli#4544

Packaging updates

v24.0.5

24.0.5

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • The Go client now avoids using UNIX socket paths in the HTTP Host: header, in order to be compatible with changes introduced in go1.20.6. moby/moby#45962, moby/moby#45990
  • containerd storage backend: Fix Variant not being included in docker image inspect and GET /images/{name}/json. moby/moby#46025
  • containerd storage backend: Prevent potential garbage collection of content during image export. moby/moby#46021
  • containerd storage backend: Prevent duplicate digest entries in RepoDigests. moby/moby#46014
  • containerd storage backend: Fix operations taking place against the incorrect tag when working with an image referenced by tag and digest. moby/moby#46013
  • containerd storage backend: Fix a panic caused by EXPOSE when building containers with the legacy builder. moby/moby#45921

... (truncated)

Commits
  • 1a79695 Merge pull request #46366 from thaJeztah/24.0_backport_volume-local-restore-m...
  • c35376c volume/local: Don't unmount, restore mounted status
  • 5d4cc0b integration/liveRestore: Check volume content
  • c78abd9 Merge pull request #46330 from thaJeztah/24.0_backport_api_docs_update_urls
  • 6282d95 Merge pull request #46331 from thaJeztah/24.0_backport_update_golangci_lint
  • 1d983e2 update golangci-lint to v1.54.2
  • d2e9a19 CONTRIBUTING.md: update links to golang docs and blog
  • 73f6053 api: swagger: update link to Go documentation
  • de13951 docs/api: update links to Go documentation
  • 7741a89 Merge pull request #46325 from thaJeztah/24.0_backport_hack_less_redirects
  • Additional commits viewable in compare view

Updates github.com/go-git/go-billy/v5 from 5.4.1 to 5.5.0

Release notes

Sourced from github.com/go-git/go-billy/v5's releases.

v5.5.0

What's Changed

Full Changelog: go-git/go-billy@v5.4.1...v5.5.0

Commits

Updates github.com/go-git/go-git/v5 from 5.6.1 to 5.9.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.9.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.8.1...v5.9.0

v5.8.1

What's Changed

Full Changelog: go-git/go-git@v5.8.0...v5.8.1

v5.8.0

What's Changed

New Contributors

Full Changelog: go-git/go-git@v5.7.0...v5.7.1

... (truncated)

Commits

Updates github.com/google/uuid from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/google/uuid's releases.

v1.3.1

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)
Changelog

Sourced from github.com/google/uuid's changelog.

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)

Changelog

Commits

Updates github.com/jinzhu/copier from 0.3.5 to 0.4.0

Commits
  • 70b1d4e Merge pull request #190 from driventokill/feature/custom-field-names
  • 1835b1a ci: upgrade ci go version >=1.17
  • 5a54efd style: format copier_file_name_mapping_test.go
  • bacc10b fix: use CaseSensitive=true for legacy test cases
  • 7d39583 feat: Support custom file name mappings
  • 83982c7 Merge pull request #177 from jiang4869/master
  • f036a42 Merge pull request #178 from QianChenglong/master
  • 1885609 Merge pull request #180 from driventokill/issue/170
  • 780b83e fix: several issues while copy with custom converter
  • 61dc501 support case-insensitive copy
  • Additional commits viewable in compare view

Updates github.com/klauspost/compress from 1.16.5 to 1.17.0

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.7...v1.17.0

v1.16.7

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.6...v1.16.7

v1.16.6

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.5...v1.16.6

Commits

Updates github.com/mattn/go-runewidth from 0.0.14 to 0.0.15

Commits
  • 44b7c5b Merge pull request #73 from shogo82148/add-go1.20
  • fdb2517 Merge pull request #72 from shogo82148/bump-github-actions
  • da7ce5b add Go 1.20, 1.19, 1.18 and 1.17 to the build matrix.
  • 4874798 bump GitHub Actions
  • See full diff in compare view

Updates github.com/moby/patternmatcher from 0.5.0 to 0.6.0

Release notes

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

v0.6.0

This release integrates the "frontend/dockerfile/dockerignore" package from github.com/moby/buildkit at commit 9da03ce42beb47d0d0a34c68ea90cac793b79851

What's Changed

Full Changelog: moby/patternmatcher@v0.5.0...v0.6.0

Commits
  • 347bb8d Merge pull request #1 from thaJeztah/integrate_dockerignore
  • 36a4227 integrate frontend/dockerfile/dockerignore from buildkit
  • 8a1649d Merge pull request #2 from thaJeztah/update_go_versions
  • c512fc5 gha: test against go1.20.x
  • 2345cde gha: update actions/setup-go@v4
  • 555cf69 gha: update golangci-lint to v1.53.x
  • 666020c frontend/dockerfile/dockerignore: remove hard-coded filename from error
  • dba575f frontend/dockerfile/dockerignore: touch-up godoc and code
  • 318a4a5 frontend/dockerfile/dockerignore: cleanup unit test
  • 00aab4f chore: refactor dockerfile to use errors pkg
  • Additional commits viewable in compare view

Updates github.com/spdx/tools-golang from 0.5.0 to 0.5.3

Release notes

Sourced from github.com/spdx/tools-golang's releases.

v0.5.3

What's Changed

New Contributors

Full Changelog: spdx/tools-golang@v0.5.2...v0.5.3

v0.5.2

What's Changed

Full Changelog: spdx/tools-golang@v0.5.1...v0.5.2

v0.5.1

What's Changed

Description has been truncated

Bumps the go-modules group with 20 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.10` | `1.28.0` |
| [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) | `4.2.0` | `4.2.1` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.0` | `1.7.6` |
| [github.com/docker/cli](https://github.com/docker/cli) | `24.0.0+incompatible` | `24.0.6+incompatible` |
| [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.2+incompatible` | `2.8.3+incompatible` |
| [github.com/docker/docker](https://github.com/docker/docker) | `24.0.0+incompatible` | `24.0.6+incompatible` |
| [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) | `5.4.1` | `5.5.0` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.6.1` | `5.9.0` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.0` | `1.3.1` |
| [github.com/jinzhu/copier](https://github.com/jinzhu/copier) | `0.3.5` | `0.4.0` |
| [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.16.5` | `1.17.0` |
| [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.14` | `0.0.15` |
| [github.com/moby/patternmatcher](https://github.com/moby/patternmatcher) | `0.5.0` | `0.6.0` |
| [github.com/spdx/tools-golang](https://github.com/spdx/tools-golang) | `0.5.0` | `0.5.3` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.5.0` | `1.5.1` |
| [github.com/sylabs/sif/v2](https://github.com/sylabs/sif) | `2.11.3` | `2.14.1` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.21.0` | `0.25.0` |
| [github.com/vbatts/tar-split](https://github.com/vbatts/tar-split) | `0.11.3` | `0.11.5` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.12.0` | `0.13.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.57.0` | `1.58.2` |


Updates `github.com/onsi/gomega` from 1.27.10 to 1.28.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.27.10...v1.28.0)

Updates `github.com/cenkalti/backoff/v4` from 4.2.0 to 4.2.1
- [Commits](cenkalti/backoff@v4.2.0...v4.2.1)

Updates `github.com/containerd/containerd` from 1.7.0 to 1.7.6
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.0...v1.7.6)

Updates `github.com/docker/cli` from 24.0.0+incompatible to 24.0.6+incompatible
- [Commits](docker/cli@v24.0.0...v24.0.6)

Updates `github.com/docker/distribution` from 2.8.2+incompatible to 2.8.3+incompatible
- [Release notes](https://github.com/docker/distribution/releases)
- [Commits](distribution/distribution@v2.8.2...v2.8.3)

Updates `github.com/docker/docker` from 24.0.0+incompatible to 24.0.6+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.0...v24.0.6)

Updates `github.com/go-git/go-billy/v5` from 5.4.1 to 5.5.0
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](go-git/go-billy@v5.4.1...v5.5.0)

Updates `github.com/go-git/go-git/v5` from 5.6.1 to 5.9.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.6.1...v5.9.0)

Updates `github.com/google/uuid` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.0...v1.3.1)

Updates `github.com/jinzhu/copier` from 0.3.5 to 0.4.0
- [Commits](jinzhu/copier@v0.3.5...v0.4.0)

Updates `github.com/klauspost/compress` from 1.16.5 to 1.17.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.16.5...v1.17.0)

Updates `github.com/mattn/go-runewidth` from 0.0.14 to 0.0.15
- [Commits](mattn/go-runewidth@v0.0.14...v0.0.15)

Updates `github.com/moby/patternmatcher` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/moby/patternmatcher/releases)
- [Commits](moby/patternmatcher@v0.5.0...v0.6.0)

Updates `github.com/spdx/tools-golang` from 0.5.0 to 0.5.3
- [Release notes](https://github.com/spdx/tools-golang/releases)
- [Changelog](https://github.com/spdx/tools-golang/blob/main/RELEASE-NOTES.md)
- [Commits](spdx/tools-golang@v0.5.0...v0.5.3)

Updates `github.com/spf13/cast` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.5.0...v1.5.1)

Updates `github.com/sylabs/sif/v2` from 2.11.3 to 2.14.1
- [Release notes](https://github.com/sylabs/sif/releases)
- [Changelog](https://github.com/sylabs/sif/blob/main/.goreleaser.yml)
- [Commits](sylabs/sif@v2.11.3...v2.14.1)

Updates `github.com/testcontainers/testcontainers-go` from 0.21.0 to 0.25.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.21.0...v0.25.0)

Updates `github.com/vbatts/tar-split` from 0.11.3 to 0.11.5
- [Release notes](https://github.com/vbatts/tar-split/releases)
- [Commits](vbatts/tar-split@v0.11.3...v0.11.5)

Updates `golang.org/x/mod` from 0.12.0 to 0.13.0
- [Commits](golang/mod@v0.12.0...v0.13.0)

Updates `google.golang.org/grpc` from 1.57.0 to 1.58.2
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.57.0...v1.58.2)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/cenkalti/backoff/v4
  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/docker/cli
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/docker/distribution
  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/go-git/go-billy/v5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/google/uuid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/jinzhu/copier
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/klauspost/compress
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/mattn/go-runewidth
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/moby/patternmatcher
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/spdx/tools-golang
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/spf13/cast
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: github.com/testcontainers/testcontainers-go
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/vbatts/tar-split
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: google.golang.org/grpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 6, 2023 10:35
@dependabot dependabot bot added the failure:update-dependencies An issue filed automatically when updating buildpack.toml dependencies fails in a workflow label Oct 6, 2023
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Oct 6, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-46ecb5968a branch October 6, 2023 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failure:update-dependencies An issue filed automatically when updating buildpack.toml dependencies fails in a workflow semver:patch A change requiring a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant