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 30 updates #460

Merged
merged 1 commit into from
Nov 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps the go-modules group with 30 updates:

Package From To
github.com/onsi/gomega 1.27.10 1.29.0
github.com/paketo-buildpacks/packit/v2 2.11.0 2.12.0
github.com/CycloneDX/cyclonedx-go 0.7.1 0.7.2
github.com/DataDog/zstd 1.5.2 1.5.5
github.com/Microsoft/hcsshim 0.11.1 0.11.2
github.com/andybalholm/brotli 1.0.5 1.0.6
github.com/cloudflare/circl 1.3.3 1.3.6
github.com/containerd/containerd 1.7.7 1.7.8
github.com/containerd/stargz-snapshotter/estargz 0.14.3 0.15.1
github.com/docker/distribution 2.8.2+incompatible 2.8.3+incompatible
github.com/docker/docker 24.0.6+incompatible 24.0.7+incompatible
github.com/docker/docker-credential-helpers 0.7.0 0.8.0
github.com/go-git/go-billy/v5 5.4.1 5.5.0
github.com/go-git/go-git/v5 5.6.1 5.10.0
github.com/go-ole/go-ole 1.2.6 1.3.0
github.com/google/go-containerregistry 0.14.0 0.16.1
github.com/google/uuid 1.3.1 1.4.0
github.com/klauspost/pgzip 1.2.5 1.2.6
github.com/mattn/go-runewidth 0.0.14 0.0.15
github.com/moby/patternmatcher 0.5.0 0.6.0
github.com/opencontainers/runc 1.1.5 1.1.10
github.com/pierrec/lz4/v4 4.1.17 4.1.18
github.com/shirou/gopsutil/v3 3.23.7 3.23.10
github.com/skeema/knownhosts 1.2.0 1.2.1
github.com/spdx/tools-golang 0.5.0 0.5.3
github.com/spf13/afero 1.9.5 1.10.0
github.com/spf13/cast 1.5.0 1.5.1
github.com/sylabs/sif/v2 2.11.1 2.15.0
github.com/testcontainers/testcontainers-go 0.24.1 0.26.0
google.golang.org/grpc 1.58.3 1.59.0

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

Release notes

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

v1.29.0

1.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

v1.28.1

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

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.29.0

Features

  • MatchError can now take an optional func(error) bool + description [2b39142]

1.28.1

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0 [635d196]
  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 [14f8859]
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 [d8a6508]
  • #703 doc(matchers): HaveEach() doc comment updated [2705bdb]
  • Minor typos (#699) [375648c]

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
  • b94b195 v1.29.0
  • 2b39142 MatchError can now take an optional func(error) bool + description
  • ab6045c v1.28.1
  • 635d196 Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.13.0
  • 14f8859 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d8a6508 Bump golang.org/x/net from 0.14.0 to 0.17.0
  • 2705bdb #703 doc(matchers): HaveEach() doc comment updated
  • 375648c Minor typos (#699)
  • 85681d4 v1.28.0
  • 0b03b36 Add VerifyHost handler to ghttp (#698)
  • Additional commits viewable in compare view

Updates github.com/paketo-buildpacks/packit/v2 from 2.11.0 to 2.12.0

Release notes

Sourced from github.com/paketo-buildpacks/packit/v2's releases.

v2.12.0

What's Changed

New Contributors

Full Changelog: paketo-buildpacks/packit@v2.11.0...v2.12.0

Commits
  • fb332c0 Enable Alternative Checksum format of algorithm_hash (#526)
  • 14ebfa0 Bump github.com/onsi/gomega from 1.28.0 to 1.28.1
  • 0ce6d54 Bump github.com/gabriel-vasile/mimetype from 1.4.2 to 1.4.3
  • 7893a5c Updating github-config
  • 8a7cf8f Bump github.com/onsi/gomega from 1.27.10 to 1.28.0
  • de0f00f Bump github.com/google/uuid from 1.3.0 to 1.3.1
  • abeb000 Bump github.com/onsi/gomega from 1.27.9 to 1.27.10
  • 2ef9116 Bump github.com/onsi/gomega from 1.27.8 to 1.27.9
  • 65e47b8 Bump github.com/BurntSushi/toml from 1.3.1 to 1.3.2
  • 6c889fc Bump github.com/BurntSushi/toml from 1.3.0 to 1.3.1
  • Additional commits viewable in compare view

Updates github.com/CycloneDX/cyclonedx-go from 0.7.1 to 0.7.2

Release notes

Sourced from github.com/CycloneDX/cyclonedx-go's releases.

v0.7.2

This is a bugfix release that ships with minimal support for the CycloneDX v1.5 specification.

Full support is being worked on and planned to be released soon. The progress may be tracked in #90.

The reason for publishing partial support like this is to allow the consumption of v1.5 BOMs, which fails with cyclonedx-go <= v0.7.1.

Warning
The default SpecVersion has been updated to SpecVersion1_5. If your application generates BOMs, and you're not ready (or willing) to distribute BOMs following the v1.5 specification yet, consider using EncodeVersion to generate output for an older version of the spec.

Changelog

Features

  • 7128a921f3e83a43feef75bc8ab95642c236ef82: feat: raise baseline go version to 1.18 (@​nscuro)

Fixes

  • ff719b64835af6e75dcfd6e7ff90d070f271ae07: fix: unmarshal bom on v1.5 return invalid specification version (@​chen-keinan)

Building and Packaging

  • 966c223154527621395473cc045a7672609c879f: build(deps): bump CycloneDX/gh-gomod-generate-sbom from 1.1.0 to 2.0.0 (@​dependabot[bot])
  • 1e83e8598d07b6303522cb63458be2577223f8d3: build(deps): bump actions/checkout from 3.5.0 to 3.5.1 (@​dependabot[bot])
  • 78f6593ed81da036aec671c19ea937b3a80586bf: build(deps): bump actions/checkout from 3.5.1 to 3.5.2 (@​dependabot[bot])
  • 868f6db7d03da581dbe9b6d283acd6c477529c0a: build(deps): bump actions/checkout from 3.5.2 to 3.5.3 (@​dependabot[bot])
  • 5885827e4246b82e08d37f6f0b95c6c0a4ef821b: build(deps): bump actions/setup-go from 4.0.0 to 4.0.1 (@​dependabot[bot])
  • d772b5438430be7879f3a4e7064c1ccbdbf153a1: build(deps): bump actions/setup-go from 4.0.1 to 4.1.0 (@​dependabot[bot])
  • 578e8621c93869b9e0368eebb619cd96c7e9e2bb: build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (@​dependabot[bot])
  • f83e6a7c9d196eff9f99ecf8291cd4adeabce31a: build(deps): bump gitpod/workspace-go from 2be827f to 910daeb (@​dependabot[bot])
  • cd7b23a68ff1c7467e211c9c69f9fb67c2244043: build(deps): bump gitpod/workspace-go from 910daeb to d7a41f5 (@​dependabot[bot])
  • 668553d1667110b8b34c7a4a954c3ac4707816ba: build(deps): bump gitpod/workspace-go from d7a41f5 to f37c673 (@​dependabot[bot])
  • d9a5f8cf07fa834c02969fba2128bdb14c0865ff: build(deps): bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (@​dependabot[bot])
  • 66f96dfacf866f8d2ca686659e964fc535c72f92: build(deps): bump golangci/golangci-lint-action from 3.5.0 to 3.6.0 (@​dependabot[bot])
  • 8b51c39974573c22ba0a14ba1d5a0cd5b50c68fa: build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (@​dependabot[bot])
  • e44f7de374a51cd1228117d43ccedfdcbe50cd73: build(deps): bump goreleaser/goreleaser-action from 4.2.0 to 4.3.0 (@​dependabot[bot])
  • 6360fe1474853e461a6af83fc6214882b4647f09: build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (@​dependabot[bot])

Others

  • a06990657b338db19fec11a677ea915eea2b5c74: feat(spec1-5): add initial support for spec v1.5 (@​nscuro)
  • 67a7567143eb3373099f100bbe17143239cf5d4e: feat(spec1-5): add licensing, license properties, and license bom-ref (@​nscuro)
  • d2f3bb95bf740da7a6d36c6a1c324356afed5356: feat(spec1-5): add lifecycle support (@​nscuro)
  • eb041b55b2eb8685a37be6f7a9c265fb6528377b: feat(spec1-5): add new component types (@​nscuro)
  • c45ba618028d9f0cb593784e6483f4392a78ff3b: feat(spec1-5): add new external reference types (@​nscuro)
  • d84947d74d7df97f851211bf7b72786e3583b9e3: feat(spec1-5): add support for annotations (@​nscuro)
  • 0ba04965ce8c5df710eb2a1cae1e7546ffb6321b: feat(spec1-5): bump schema to 1.5 for round-trip tests (@​nscuro)
  • 4e20914ebfc2aa80fbe0fa32650567554ebaaf49: misc(dx): add project icon for intellij and goland (@​nscuro)
Commits
  • 83031d6 Merge pull request #117 from CycloneDX/dependabot/github_actions/golangci/gol...
  • 8b51c39 build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0
  • 0ed4535 Merge pull request #114 from CycloneDX/dependabot/github_actions/goreleaser/g...
  • 6360fe1 build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0
  • 5c1db8e Merge pull request #113 from CycloneDX/dependabot/github_actions/actions/setu...
  • d772b54 build(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • 3d592d2 Merge pull request #112 from CycloneDX/dependabot/docker/gitpod/workspace-go-...
  • 668553d build(deps): bump gitpod/workspace-go from d7a41f5 to f37c673
  • fdeec7e Merge pull request #111 from CycloneDX/idea-project-icon
  • 4e20914 misc(dx): add project icon for intellij and goland
  • Additional commits viewable in compare view

Updates github.com/DataDog/zstd from 1.5.2 to 1.5.5

Release notes

Sourced from github.com/DataDog/zstd's releases.

zstd 1.5.5

What's Changed

  • Update vendored zstd to 1.5.5 (#125)
  • [circleci] Update to non-deprecated images (#124)

DataDog/zstd@v1.5.2...v1.5.5

zstd 1.5.5 - wrapper patches 1

What's Changed

New Contributors

Full Changelog: DataDog/zstd@v1.5.5...v1.5.5+patch1

Commits
  • 5f14d6a Merge pull request #125 from DataDog/viq111/1.5.5
  • ca4d3c7 Update vendored zstd to 1.5.5
  • 03725e7 Merge pull request #126 from DataDog/viq111/circleci
  • 1b4c894 [circle] Remove latest as cimg/go does not have the tag
  • ff5a3bb [circleci] Update tested Go versions to 1.19 & 1.20
  • 6e5a54b [circleci] Switch to newer images
  • fd035e5 Merge pull request #117 from bsergean/patch-1
  • c798238 Merge branch '1.x' into patch-1
  • 13d5b10 update documentation
  • d64f463 Merge pull request #120 from DataDog/viq111/fix-min-size
  • Additional commits viewable in compare view

Updates github.com/Microsoft/hcsshim from 0.11.1 to 0.11.2

Release notes

Sourced from github.com/Microsoft/hcsshim's releases.

v0.11.2

What's Changed

Full Changelog: microsoft/hcsshim@v0.11.1...v0.11.2

Commits
  • f7a3166 Support adding mount to running containers
  • 8dcd949 Create tools package to isolate dependencies (#1840)
  • ad5f5af Version control and vendor mockgen (#1802)
  • fabb1a3 Add linter exclusion for test networkagent
  • 23693bc Add support for nodenetsvc v0 and readme to test network agent
  • bc73897 Add new entries in golangci.yml to prevent linter errors from deprecated ncpr...
  • 4f1c7ff Add deprecated option to all types and fields for ncproxy v0 apis
  • 421836c Create a v0 nodenetsvc api and plumb through ncproxy code
  • a7d3976 When fetch pid counts the contianer can be in an invalid state sometimes
  • 0ff2f71 Add file wide deprecated option to ncproxygrpc v0 api
  • Additional commits viewable in compare view

Updates github.com/andybalholm/brotli from 1.0.5 to 1.0.6

Commits

Updates github.com/cloudflare/circl from 1.3.3 to 1.3.6

Release notes

Sourced from github.com/cloudflare/circl's releases.

CIRCL v1.3.6

What's Changed

New Contributors

Full Changelog: cloudflare/circl@v1.3.3...v1.3.6

Commits

Updates github.com/containerd/containerd from 1.7.7 to 1.7.8

Release notes

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

containerd 1.7.8

Welcome to the v1.7.8 release of containerd!

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

Notable Updates

  • Fix ambiguous TLS fallback (#9299)
  • Update Go to 1.20.10 (#9265)
  • Add a new image label on converted schema 1 images (#9252)
  • Fix handling for missing basic auth credentials (#9235)
  • Fix potential deadlock in create handler for containerd-shim-runc-v2 (#9209)

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

  • Sebastiaan van Stijn
  • Derek McGowan
  • Phil Estes
  • Chen Yiyang
  • Wei Fu
  • Akihiro Suda
  • Maksym Pavlenko
  • Marat Radchenko
  • Milas Bowman
  • Qiutong Song
  • Samuel Karp

Changes

  • [release/1.7] Prepare release notes for v1.7.8 (#9278)
  • [release/1.7] Fix ambiguous tls fallback (#9299)
    • 68abc543b Check scheme and host of request on push redirect
    • 35c7634e3 Avoid TLS fallback when protocol is not ambiguous
  • [release/1.7] vendor: google.golang.org/grpc v1.58.3 (#9281)
  • [release/1.7 backport] vendor: golang.org/x/net v0.17.0 (#9276)
  • [release/1.7] vendor: google.golang.org/grpc v1.56.3 (#9248)
    • 26736d6e1 vendor: google.golang.org/grpc v1.56.3
    • 54a69a6e4 vendor: golang.org/x/oauth2 v0.7.0

... (truncated)

Commits
  • 8e4b0bd Merge pull request #9278 from dmcgowan/prepare-v1.7.8
  • 48dbdf8 Prepare release notes for v1.7.8
  • 6a9a187 Merge pull request #9299 from dmcgowan/1.7-fix-ambiguous-tls-fallback
  • bb65a3a Merge pull request #9281 from milas/grpc-1.58.3-1.7
  • 68abc54 Check scheme and host of request on push redirect
  • 35c7634 Avoid TLS fallback when protocol is not ambiguous
  • f36948c vendor: gRPC v1.58.3
  • f118563 Merge pull request #9276 from thaJeztah/1.7_backport_bump_x_net
  • c67a531 vendor: golang.org/x/net v0.17.0
  • 71f4b36 vendor: golang.org/x/text v0.13.0
  • Additional commits viewable in compare view

Updates github.com/containerd/stargz-snapshotter/estargz from 0.14.3 to 0.15.1

Release notes

Sourced from github.com/containerd/stargz-snapshotter/estargz's releases.

v0.15.1

Notable Changes

  • Removed support for CRI v1alpha2 API that was deprecated in containerd v1.7 (#1175)
  • Make timeout per-request (#1181), thanks to @​Kern--
  • fix: rollback snapshot to prevent bolt deadlock (#1326), thanks to @​goller
  • Protect node.ents and node.entsCached with a mutex (#1381), thanks to @​iain-macdonald
  • Fixed the snapshotter reported incorrect number blocks for a file (#1387), thanks to @​Kern--
  • chore: pkg imported more than once (#1363), thanks to @​testwill

Note about v0.15.0

v0.15.0 has been tagged but it didn't include release binaries due to CI issue. For trying binary release of v0.15, please use stargz-snapshotter newer than v0.15.1.

Commits
  • 64ab83b Merge pull request #1456 from ktock/p-0.15.1
  • 2832142 Merge pull request #1455 from ktock/fix-release-ci
  • 5ff919b prepare for v0.15.1
  • e18efae fix gh invocation release ci
  • 9605129 Merge pull request #1454 from ktock/prepare-0.15.0
  • be3a3fb Prepare for v0.15.0
  • 3d648b5 Merge pull request #1449 from ktock/update-deps-202310
  • a708e72 Merge pull request #1431 from ktock/go-multiaddr-0.12.0
  • f298da6 Merge pull request #1447 from AkihiroSuda/static
  • 772ca65 go.mod: bump github.com/multiformats/go-multiaddr from 0.11.0 to 0.12.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.6+incompatible to 24.0.7+incompatible

Release notes

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

v24.0.7

24.0.7

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

Bug fixes and enhancements

  • Write overlay2 layer metadata atomically. moby/moby#46703
  • Fix "Rootful-in-Rootless" Docker-in-Docker on systemd version 250 and later. moby/moby#46626
  • Fix dockerd-rootless-setuptools.sh when username contains a backslash. moby/moby#46407
  • Fix a bug that would prevent network sandboxes to be fully deleted when stopping containers with no network attachments and when dockerd --bridge=none is used. moby/moby#46702
  • Fix a bug where cancelling an API request could interrupt container restart. moby/moby#46697
  • Fix an issue where containers would fail to start when providing --ip-range with a range larger than the subnet. docker/for-mac#6870
  • Fix data corruption with zstd output. moby/moby#46709
  • Fix the conditions under which the container's MAC address is applied. moby/moby#46478
  • Improve the performance of the stats collector. moby/moby#46448
  • Fix an issue with source policy rules ending up in the wrong order. moby/moby#46441

Packaging updates

Security

Commits
  • 311b9ff Merge pull request #46697 from thaJeztah/24.0_backport_restart_nocancel
  • af60804 Merge pull request from GHSA-jq35-85cj-fj4p
  • 3cf363e Merge pull request #46709 from thaJeztah/24.0_backport_bump_compress
  • 05d7386 daemon: daemon.containerRestart: don't cancel restart on context cancel
  • 649c944 Merge pull request #46703 from thaJeztah/24.0_backport_atomic-layer-data-write
  • 9b20b1a Merge pull request #46702 from thaJeztah/24.0_backport_releaseNetwork_Network...
  • dd37b0b vendor: github.com/klauspost/compress v1.17.2
  • 7058c0d vendor: github.com/klauspost/compress v1.16.5
  • 57bd388 daemon: overlay2: Write layer metadata atomically
  • 05d95fd daemon: release sandbox even when NetworkDisabled
  • Additional commits viewable in compare view

Updates github.com/docker/docker-credential-helpers from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/docker/docker-credential-helpers's releases.

v0.8.0

What's Changed

@dependabot dependabot bot requested a review from a team as a code owner November 1, 2023 10:18
@dependabot dependabot bot added the failure:update-dependencies An issue filed automatically when updating buildpack.toml dependencies fails in a workflow label Nov 1, 2023
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Nov 1, 2023
Bumps the go-modules group with 30 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.27.10` | `1.29.0` |
| [github.com/paketo-buildpacks/packit/v2](https://github.com/paketo-buildpacks/packit) | `2.11.0` | `2.12.0` |
| [github.com/CycloneDX/cyclonedx-go](https://github.com/CycloneDX/cyclonedx-go) | `0.7.1` | `0.7.2` |
| [github.com/DataDog/zstd](https://github.com/DataDog/zstd) | `1.5.2` | `1.5.5` |
| [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) | `0.11.1` | `0.11.2` |
| [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) | `1.0.5` | `1.0.6` |
| [github.com/cloudflare/circl](https://github.com/cloudflare/circl) | `1.3.3` | `1.3.6` |
| [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.7` | `1.7.8` |
| [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) | `0.14.3` | `0.15.1` |
| [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.6+incompatible` | `24.0.7+incompatible` |
| [github.com/docker/docker-credential-helpers](https://github.com/docker/docker-credential-helpers) | `0.7.0` | `0.8.0` |
| [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.10.0` |
| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.14.0` | `0.16.1` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.1` | `1.4.0` |
| [github.com/klauspost/pgzip](https://github.com/klauspost/pgzip) | `1.2.5` | `1.2.6` |
| [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/opencontainers/runc](https://github.com/opencontainers/runc) | `1.1.5` | `1.1.10` |
| [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) | `4.1.17` | `4.1.18` |
| [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) | `3.23.7` | `3.23.10` |
| [github.com/skeema/knownhosts](https://github.com/skeema/knownhosts) | `1.2.0` | `1.2.1` |
| [github.com/spdx/tools-golang](https://github.com/spdx/tools-golang) | `0.5.0` | `0.5.3` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.9.5` | `1.10.0` |
| [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.1` | `2.15.0` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.24.1` | `0.26.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.58.3` | `1.59.0` |


Updates `github.com/onsi/gomega` from 1.27.10 to 1.29.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.29.0)

Updates `github.com/paketo-buildpacks/packit/v2` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/paketo-buildpacks/packit/releases)
- [Commits](paketo-buildpacks/packit@v2.11.0...v2.12.0)

Updates `github.com/CycloneDX/cyclonedx-go` from 0.7.1 to 0.7.2
- [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.1...v0.7.2)

Updates `github.com/DataDog/zstd` from 1.5.2 to 1.5.5
- [Release notes](https://github.com/DataDog/zstd/releases)
- [Commits](DataDog/zstd@v1.5.2...v1.5.5)

Updates `github.com/Microsoft/hcsshim` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/Microsoft/hcsshim/releases)
- [Commits](microsoft/hcsshim@v0.11.1...v0.11.2)

Updates `github.com/andybalholm/brotli` from 1.0.5 to 1.0.6
- [Commits](andybalholm/brotli@v1.0.5...v1.0.6)

Updates `github.com/cloudflare/circl` from 1.3.3 to 1.3.6
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](cloudflare/circl@v1.3.3...v1.3.6)

Updates `github.com/containerd/containerd` from 1.7.7 to 1.7.8
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v1.7.7...v1.7.8)

Updates `github.com/containerd/stargz-snapshotter/estargz` from 0.14.3 to 0.15.1
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.14.3...v0.15.1)

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.6+incompatible to 24.0.7+incompatible
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](moby/moby@v24.0.6...v24.0.7)

Updates `github.com/docker/docker-credential-helpers` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/docker/docker-credential-helpers/releases)
- [Commits](docker/docker-credential-helpers@v0.7.0...v0.8.0)

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.10.0
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.6.1...v5.10.0)

Updates `github.com/go-ole/go-ole` from 1.2.6 to 1.3.0
- [Release notes](https://github.com/go-ole/go-ole/releases)
- [Changelog](https://github.com/go-ole/go-ole/blob/master/ChangeLog.md)
- [Commits](go-ole/go-ole@v1.2.6...v1.3.0)

Updates `github.com/google/go-containerregistry` from 0.14.0 to 0.16.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.14.0...v0.16.1)

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

Updates `github.com/klauspost/pgzip` from 1.2.5 to 1.2.6
- [Release notes](https://github.com/klauspost/pgzip/releases)
- [Commits](klauspost/pgzip@v1.2.5...v1.2.6)

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/opencontainers/runc` from 1.1.5 to 1.1.10
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.1.10/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.1.5...v1.1.10)

Updates `github.com/pierrec/lz4/v4` from 4.1.17 to 4.1.18
- [Commits](pierrec/lz4@v4.1.17...v4.1.18)

Updates `github.com/shirou/gopsutil/v3` from 3.23.7 to 3.23.10
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v3.23.7...v3.23.10)

Updates `github.com/skeema/knownhosts` from 1.2.0 to 1.2.1
- [Commits](skeema/knownhosts@v1.2.0...v1.2.1)

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/afero` from 1.9.5 to 1.10.0
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.9.5...v1.10.0)

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.1 to 2.15.0
- [Release notes](https://github.com/sylabs/sif/releases)
- [Changelog](https://github.com/sylabs/sif/blob/main/.goreleaser.yml)
- [Commits](sylabs/sif@v2.11.1...v2.15.0)

Updates `github.com/testcontainers/testcontainers-go` from 0.24.1 to 0.26.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.24.1...v0.26.0)

Updates `google.golang.org/grpc` from 1.58.3 to 1.59.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.58.3...v1.59.0)

---
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/paketo-buildpacks/packit/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/CycloneDX/cyclonedx-go
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/DataDog/zstd
  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/andybalholm/brotli
  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-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/containerd/stargz-snapshotter/estargz
  dependency-type: indirect
  update-type: version-update:semver-minor
  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/docker/docker-credential-helpers
  dependency-type: indirect
  update-type: version-update:semver-minor
  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/go-ole/go-ole
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/google/go-containerregistry
  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-minor
  dependency-group: go-modules
- dependency-name: github.com/klauspost/pgzip
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/opencontainers/runc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/pierrec/lz4/v4
  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/skeema/knownhosts
  dependency-type: indirect
  update-type: version-update:semver-patch
  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/afero
  dependency-type: indirect
  update-type: version-update:semver-minor
  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: google.golang.org/grpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-modules-54a2c418ab branch from 6562743 to 3315709 Compare November 1, 2023 10:25
@thitch97 thitch97 merged commit 8d79083 into main Nov 1, 2023
11 checks passed
@thitch97 thitch97 deleted the dependabot/go_modules/go-modules-54a2c418ab branch November 1, 2023 15:49
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.

2 participants