Skip to content

Bump the go-modules group in /dependency/retrieval with 8 updates - #1069

Merged
paketo-bot merged 1 commit into
mainfrom
dependabot/go_modules/dependency/retrieval/go-modules-61e3d4e104
Aug 7, 2026
Merged

Bump the go-modules group in /dependency/retrieval with 8 updates#1069
paketo-bot merged 1 commit into
mainfrom
dependabot/go_modules/dependency/retrieval/go-modules-61e3d4e104

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-modules group in /dependency/retrieval with 8 updates:

Package From To
github.com/paketo-buildpacks/packit/v2 2.7.0 2.25.6
github.com/BurntSushi/toml 1.2.1 1.6.0
github.com/Microsoft/go-winio 0.6.2 0.6.3-0.20251027160822-ad3df93bed29
github.com/montanaflynn/stats 0.7.0 0.12.2
golang.org/x/crypto 0.53.0 0.54.0
golang.org/x/net 0.56.0 0.57.0
golang.org/x/sys 0.46.0 0.47.0
golang.org/x/text 0.39.0 0.40.0

Updates github.com/paketo-buildpacks/packit/v2 from 2.7.0 to 2.25.6

Release notes

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

v2.25.6

What's Changed

Full Changelog: paketo-buildpacks/packit@v2.25.5...v2.25.6

... (truncated)

Commits
  • eae5870 Bump modernc.org/sqlite from 1.54.0 to 1.55.0
  • b593e32 Bump github.com/anchore/syft from 1.49.0 to 1.50.0
  • f8411a1 Bump github.com/gabriel-vasile/mimetype from 1.4.14 to 1.4.15
  • 7603877 Bump github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.14
  • e19d4d4 Bump google.golang.org/grpc from 1.80.0 to 1.82.1
  • 1a87967 Bump github.com/anchore/syft from 1.48.0 to 1.49.0
  • 30fcd41 Bump github.com/ulikunitz/xz from 0.5.15 to 0.5.16
  • 4b9a792 Bump modernc.org/sqlite from 1.53.0 to 1.54.0
  • 816e2b1 Bump github.com/anchore/syft from 1.46.0 to 1.48.0
  • 0305ab5 Bump github.com/anchore/syft from 1.45.1 to 1.46.0
  • Additional commits viewable in compare view

Updates github.com/BurntSushi/toml from 1.2.1 to 1.6.0

Release notes

Sourced from github.com/BurntSushi/toml's releases.

v1.6.0

TOML 1.1 is now enabled by default. The TOML changelog has an overview of changes: https://github.com/toml-lang/toml/blob/main/CHANGELOG.md

Also two small fixes:

  • Encode large floats as exponent syntax so that round-tripping things like 5e+22 is correct.

  • Using duplicate array keys would not give an error:

    arr = [1]
    arr = [2]
    

    This will now correctly give a "Key 'arr' has already been defined" error.

v1.5.0

Mostly some small bugfixes, with a few small new features:

  • Add Position.Col, to mark the column an error occurred (#410)

  • Print more detailed errors in the tomlv CLI.

  • Ensure ParseError.Message is always set (#411)

  • Allow custom string types as map keys (#414)

  • Mark meta keys as decoded when using Unmarshaler interface (#426)

  • Fix encoding when nested inline table ends with map (#438)

  • Fix encoding of several layers of embedded structs (#430)

  • Fix ErrorWithPosition panic when there is no newline in the TOML document (#433)

v1.4.0

This version requires Go 1.18

  • Add toml.Marshal() (#405)

  • Require 2-digit hour (#320)

  • Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError for position information (#398)

  • Fix inline tables with dotted keys inside inline arrays (e.g. k=[{a.b=1}]) (#400)

v1.3.2

Fix reading BURNTSUSHI_TOML_110 again 😅 The fix for 1.3.1 caused a race issue with multiple decodes being run in parallel.

v1.3.1

This fixes two small bugs:

... (truncated)

Commits
  • 5253492 Enable TOML 1.1 by default (#457)
  • e954445 Reject duplicate arrays (#455)
  • 6b16cbd Update toml-test test cases from upstream (#456)
  • 011fa2b Ensure constant format strings in wf calls
  • 4b439bf Remove itemNil
  • a473c12 Add test for out of range float64
  • b535ff8 Add some boring tests for lex.go
  • 6011ef0 Remove unreachable condition in lexTableNameStart
  • c8ca9e6 Remove unreachable condition
  • 1121f81 Make tomlv read from stdin
  • Additional commits viewable in compare view

Updates github.com/Microsoft/go-winio from 0.6.2 to 0.6.3-0.20251027160822-ad3df93bed29

Commits

Updates github.com/montanaflynn/stats from 0.7.0 to 0.12.2

Release notes

Sourced from github.com/montanaflynn/stats's releases.

v0.12.2

Changelog

Fix

  • 7b6fbba46341949d7b9e1e19fbe92e4370ba025c fix: regression stability and invalid domains (#124)

Other

  • 771d439c1bbdc85676ad50daaca225bc189fc3b3 chore: update changelog for v0.12.2

v0.12.1

Changelog

Fix

  • e15914eeb24e8bbc6b1bc51b311d271cdc453056 fix: stop Entropy from mutating its input slice (#123)

Other

  • aeb3b2d1dc25105c84cc4f42fba7fd51e08eed80 Merge branch 'master' of github.com:montanaflynn/stats
  • c6efa2b4b16f68ddd41f54ec982ec50ac3e67b9e chore: update changelog for v0.12.1

v0.12.0

Changelog

Other

  • 6663a5e69e10bf020b2478a2510581a52cbe0f1d chore: update changelog for v0.12.0
  • f16cdc312531998152482ff8eb14e981ab06870b docs: remove deprecated godoc badge, links, and commands
  • afde5a353a5a5792469e005cc015c4584ad3742f docs: update releasing section to use make release

v0.11.0

Changelog

Features

  • 6f7a496409af5f4dff9f1379a36d6098d43d4305 feat: add Clip and Rescale elementwise transforms (#114)
  • 7f0c5a71c5ab2ffb780908ef1b4d64b691d19680 feat: add Histogram with equal-width bins (#120)
  • 9ced7de8b3c0ef4a92979dc7f73ee8807870f508 feat: add Interp for piecewise-linear interpolation (#121)
  • 6803c1cfa4f5cf3c833b2a269d67c91f399a28cc feat: add KendallTau rank correlation coefficient (#119)
  • 9956c74c977c4027e24529a67d6ef594729b9c7e feat: add Kurtosis, PopulationKurtosis, and SampleKurtosis (#115)
  • 7b64b9a9e0ac49d66906c18a6fa2adb519ae0a6a feat: add MovingMedian, MovingMin, MovingMax, MovingSum, and EWMA (#117)
  • 7922f1a0387c6945bfe7ab42a00ff2bc27f7ad31 feat: add SEM, RMS, Product, and PercentileOfScore (#118)
  • 19307128558db7ef2c55855874fe7febd136dafa feat: add TrimmedMean and Winsorize robust statistics (#116)

Other

  • e524d653a3cde6e95c031ccbf592791b05400487 chore: remove retired goreport badge
  • 4183becdcfd6d9cebbcee18f9aa73beea95051a6 chore: update changelog for v0.11.0
  • 5dc695b217849b5ad712857c340fb53663ff374f docs: add round 2 functions to README, examples, and documentation (#122)

v0.10.0

Changelog

Fix

  • b3368d69bf24665b4233900ed420ed8796a83887 fix: correct AutoCorrelation lag handling (#83) (#95)
  • a0128300ef5decaaa0d6190398b2a261121a016c fix: stabilize GeometricMean and add input validation
  • 0a781c512c247085236b72a4f3a7025690c3826b fix: use math.Round to avoid ARM64 FMA fusion miscompile (#97)

Features

  • 4772f3329be0293c4a3c695a77ac5cba6f48cd36 feat: add ArgMax, ArgMin and Range functions (#109)
  • 55d22a025e17228c47caf21950f540e74715e44a feat: add CumulativeProduct, CumulativeMax and CumulativeMin (#108)
  • 45d8e70fd4f6149a86e42cd6da645a3b45b49f1b feat: add Diff and PercentChange functions (#107)
  • 074418b098984cf5eb23aeccfb0bf5b67bd5d30d feat: add MovingAverage and MovingStdDev (#112)
  • 623c2dc0aa80bcbcd50a8a0630646fa7dde00856 feat: add NormSample function for normal distribution sampling (#100)

... (truncated)

Changelog

Sourced from github.com/montanaflynn/stats's changelog.

[v0.12.2] - 2026-07-17

Fix

  • Regression stability and invalid domains (#124)

[v0.12.1] - 2026-07-16

Fix

  • Stop Entropy from mutating its input slice (#123)

[v0.12.1] - 2026-07-16

Fix

  • Stop Entropy from mutating its input slice (#123)

[v0.12.0] - 2026-07-16

[v0.12.0] - 2026-07-16

[v0.11.0] - 2026-07-13

Add

  • Add Interp for piecewise-linear interpolation (#121)
  • Add Histogram with equal-width bins (#120)
  • Add KendallTau rank correlation coefficient (#119)
  • Add SEM, RMS, Product, and PercentileOfScore (#118)
  • Add MovingMedian, MovingMin, MovingMax, MovingSum, and EWMA (#117)
  • Add TrimmedMean and Winsorize robust statistics (#116)
  • Add Kurtosis, PopulationKurtosis, and SampleKurtosis (#115)
  • Add Clip and Rescale elementwise transforms (#114)

[v0.11.0] - 2026-07-13

Add

  • Add Interp for piecewise-linear interpolation (#121)
  • Add Histogram with equal-width bins (#120)
  • Add KendallTau rank correlation coefficient (#119)
  • Add SEM, RMS, Product, and PercentileOfScore (#118)
  • Add MovingMedian, MovingMin, MovingMax, MovingSum, and EWMA (#117)
  • Add TrimmedMean and Winsorize robust statistics (#116)
  • Add Kurtosis, PopulationKurtosis, and SampleKurtosis (#115)
  • Add Clip and Rescale elementwise transforms (#114)

... (truncated)

Commits
  • 771d439 chore: update changelog for v0.12.2
  • 7b6fbba fix: regression stability and invalid domains (#124)
  • c6efa2b chore: update changelog for v0.12.1
  • aeb3b2d Merge branch 'master' of github.com:montanaflynn/stats
  • 6663a5e chore: update changelog for v0.12.0
  • f16cdc3 docs: remove deprecated godoc badge, links, and commands
  • afde5a3 docs: update releasing section to use make release
  • e15914e fix: stop Entropy from mutating its input slice (#123)
  • 4183bec chore: update changelog for v0.11.0
  • 5dc695b docs: add round 2 functions to README, examples, and documentation (#122)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.53.0 to 0.54.0

Commits
  • cdce021 go.mod: update golang.org/x dependencies
  • d9474cc openpgp: make the deprecation message more explicit
  • 7626c50 ssh: verify declared key type matches decoded key in authorized_keys
  • 0471e79 ssh/agent: enforce strict limits on DSA key parameters
  • 6435c37 ssh: sanitize client disconnect messages
  • 7d695da ssh/agent: drain channel stderr in agent forwarders
  • 5b7f841 acme/autocert: fix data race in Manager.createCert
  • 0b316e7 argon2: update RFC 9106 parameter recommendations
  • 55aec0a x509roots/fallback: update bundle
  • 5f2de1a internal: remove wycheproof tests
  • See full diff in compare view

Updates golang.org/x/net from 0.56.0 to 0.57.0

Commits
  • b8f09f6 go.mod: update golang.org/x dependencies
  • f05f21b idna: reject all-ASCII xn-- labels on all Go versions
  • 0f748cf internal/http3: clean up stream I/O methods usages in tests
  • 0bb961e internal/http3: add net/http.ResponseController support
  • 0ca694d webdav: document Dir's lack of defense against filesystem modification
  • bd5f1dc http2: initialize Transport on NewClientConn
  • 488ff63 bpf: add security considerations to package docs
  • 93d1f25 xsrftoken: avoid token collisions
  • 5a3baee internal/http3: prevent panic in QPACK decoder due to overflow
  • See full diff in compare view

Updates golang.org/x/sys from 0.46.0 to 0.47.0

Commits
  • 9e7e939 cpu: handle vendor suffixes in parseRelease
  • f6fb8a1 unix: use epoll_pwait rather than epoll_wait
  • f3eeabf windows: avoid length overflow in NewNTString
  • 3cb6647 unix: update glibc to 2.43
  • c507910 windows: document safe usage of TrusteeValue
  • See full diff in compare view

Updates golang.org/x/text from 0.39.0 to 0.40.0

Commits
  • 724af9c go.mod: update golang.org/x dependencies
  • bf5b9d6 internal/export/idna: always treat Punycode encoding pure ASCII as an error
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules group in /dependency/retrieval with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/paketo-buildpacks/packit/v2](https://github.com/paketo-buildpacks/packit) | `2.7.0` | `2.25.6` |
| [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) | `1.2.1` | `1.6.0` |
| [github.com/Microsoft/go-winio](https://github.com/Microsoft/go-winio) | `0.6.2` | `0.6.3-0.20251027160822-ad3df93bed29` |
| [github.com/montanaflynn/stats](https://github.com/montanaflynn/stats) | `0.7.0` | `0.12.2` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.53.0` | `0.54.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.56.0` | `0.57.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.46.0` | `0.47.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.39.0` | `0.40.0` |


Updates `github.com/paketo-buildpacks/packit/v2` from 2.7.0 to 2.25.6
- [Release notes](https://github.com/paketo-buildpacks/packit/releases)
- [Commits](paketo-buildpacks/packit@v2.7.0...v2.25.6)

Updates `github.com/BurntSushi/toml` from 1.2.1 to 1.6.0
- [Release notes](https://github.com/BurntSushi/toml/releases)
- [Commits](BurntSushi/toml@v1.2.1...v1.6.0)

Updates `github.com/Microsoft/go-winio` from 0.6.2 to 0.6.3-0.20251027160822-ad3df93bed29
- [Release notes](https://github.com/Microsoft/go-winio/releases)
- [Commits](https://github.com/Microsoft/go-winio/commits)

Updates `github.com/montanaflynn/stats` from 0.7.0 to 0.12.2
- [Release notes](https://github.com/montanaflynn/stats/releases)
- [Changelog](https://github.com/montanaflynn/stats/blob/master/CHANGELOG.md)
- [Commits](montanaflynn/stats@v0.7.0...v0.12.2)

Updates `golang.org/x/crypto` from 0.53.0 to 0.54.0
- [Commits](golang/crypto@v0.53.0...v0.54.0)

Updates `golang.org/x/net` from 0.56.0 to 0.57.0
- [Commits](golang/net@v0.56.0...v0.57.0)

Updates `golang.org/x/sys` from 0.46.0 to 0.47.0
- [Commits](golang/sys@v0.46.0...v0.47.0)

Updates `golang.org/x/text` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: github.com/paketo-buildpacks/packit/v2
  dependency-version: 2.25.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/BurntSushi/toml
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: github.com/Microsoft/go-winio
  dependency-version: 0.6.3-0.20251027160822-ad3df93bed29
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/montanaflynn/stats
  dependency-version: 0.12.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.54.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/net
  dependency-version: 0.57.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/text
  dependency-version: 0.40.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 7, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 7, 2026 12:05
@dependabot dependabot Bot added go Pull requests that update Go code dependencies Pull requests that update a dependency file labels Aug 7, 2026
@paketo-bot paketo-bot added the semver:patch A change requiring a patch version bump label Aug 7, 2026
@paketo-bot
paketo-bot merged commit d2331f8 into main Aug 7, 2026
11 of 12 checks passed
@paketo-bot
paketo-bot deleted the dependabot/go_modules/dependency/retrieval/go-modules-61e3d4e104 branch August 7, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code semver:patch A change requiring a patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants