Skip to content

Bump the go-routine group with 11 updates - #433

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-routine-aad35592de
Open

Bump the go-routine group with 11 updates#433
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-routine-aad35592de

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-routine group with 11 updates:

Package From To
charm.land/bubbles/v2 2.1.0 2.1.1
charm.land/lipgloss/v2 2.0.2 2.0.4
github.com/charmbracelet/colorprofile 0.4.2 0.4.3
github.com/charmbracelet/x/ansi 0.11.6 0.11.7
github.com/fatih/color 1.16.0 1.19.0
github.com/odvcencio/gotreesitter 0.12.1 0.42.0
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/tliron/commonlog 0.2.8 0.2.21
golang.org/x/sync 0.20.0 0.22.0
github.com/spf13/pflag 1.0.9 1.0.10
golang.org/x/sys 0.45.0 0.47.0

Updates charm.land/bubbles/v2 from 2.1.0 to 2.1.1

Release notes

Sourced from charm.land/bubbles/v2's releases.

v2.1.1

Lil’ Textarea Fix

This is a tiny patch to fix a bug in textarea where the prompt character could be missing styling on empty lines. That’s all for now!

Thanks for using Bubbles, Charm 🌞

Changelog

Fixed

  • d2b2217d6352ce04183623d66d4266115419733c: fix(textarea): apply prompt style on all lines, including fillers (@​meowgorithm)

Docs


Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • d2b2217 fix(textarea): apply prompt style on all lines, including fillers
  • 0dafc72 chore(deps): bump actions/checkout from 6 to 7 in the all group (#1006)
  • 492ed7d chore(deps): bump the all group with 2 updates (#1004)
  • 40d145e chore(deps): bump the all group with 2 updates (#996)
  • 8585ef8 chore(deps): bump github.com/sahilm/fuzzy in the all group (#969)
  • ef0090e chore: remove CODEOWNERS
  • 6feda24 chore(deps): bump the all group with 3 updates (#958)
  • 42130e8 chore(deps): bump github.com/mattn/go-runewidth in the all group (#952)
  • 0d62ce2 chore(deps): bump dependabot/fetch-metadata from 2 to 3 in the all group (#953)
  • 204774b chore(deps): bump github.com/mattn/go-runewidth in the all group (#945)
  • Additional commits viewable in compare view

Updates charm.land/lipgloss/v2 from 2.0.2 to 2.0.4

Release notes

Sourced from charm.land/lipgloss/v2's releases.

v2.0.4

Mini Crash Patch

Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!

Changelog

Fixed

Docs

Chore


Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v2.0.3

Changelog

Fixed

  • 472d718e2314596549bee2c0c8ccf8beea5f25ae: fix: Avoid background color query hang (#636) (@​jedevc)

Docs


Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • b00306c fix: prevent crash when writing to a closed wrap writer
  • 40ec0e6 docs: fix typo in table comment (#641)
  • e3b78a2 chore(deps): bump golang.org/x/sys in the all group (#691)
  • 758dd87 chore(deps): bump golang.org/x/sys in the all group (#674)
  • aa91b99 chore: remove CODEOWNERS
  • 9cbfe8b chore(lint): exclude revive naming linter
  • a4d0b40 docs: restore missing diaereses (#664)
  • 472d718 fix: Avoid background color query hang (#636)
  • 89fafba chore: bump x/ansi to v0.11.7 to fix width calculation bug
  • d6d41e1 chore(deps): bump golang.org/x/sys in the all group (#663)
  • Additional commits viewable in compare view

Updates github.com/charmbracelet/colorprofile from 0.4.2 to 0.4.3

Release notes

Sourced from github.com/charmbracelet/colorprofile's releases.

v0.4.3

This release fixes an important issue where the writer when used as a middleware can cause short write errors. Kudos to @​abhinav for reporting this one.

Changelog

Fixed

  • d085584efb48f2ad470e96cd0f3dcb8cc68a034b: fix(writer): ensure Write returns the number of processed bytes (#75) (@​aymanbagabas)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

Commits
  • d085584 fix(writer): ensure Write returns the number of processed bytes (#75)
  • cf47ee4 chore(deps): bump golang.org/x/sys in the all group (#73)
  • See full diff in compare view

Updates github.com/charmbracelet/x/ansi from 0.11.6 to 0.11.7

Commits
  • 6921c75 fix(ansi): width: always use grapheme finder for width calculation
  • 266cf5a chore(deps): bump the all group across 1 directory with 2 updates (#836)
  • ad0b1ae chore(scripts): update builds script to use codecov v6 and dependabot/fetch-m...
  • b18aac2 chore(deps): bump golang.org/x/image in /vttest in the all group (#840)
  • ffd2a07 chore(deps): bump golang.org/x/image in /mosaic in the all group (#839)
  • 7664402 chore(deps): bump golang.org/x/sys in /input in the all group (#833)
  • 44f725f chore(deps): bump github.com/mattn/go-runewidth (#838)
  • ac9fd4b chore(deps): bump github.com/mattn/go-runewidth (#837)
  • e969fb5 chore(deps): bump golang.org/x/sys in /termios in the all group (#828)
  • acb1aa7 chore(deps): bump golang.org/x/crypto in /sshkey in the all group (#835)
  • Additional commits viewable in compare view

Updates github.com/fatih/color from 1.16.0 to 1.19.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.19.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

v1.18.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.17.0...v1.18.0

v1.17.0

What's Changed

New Contributors

... (truncated)

Commits
  • ca25f6e Merge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-6
  • 1205984 Bump actions/setup-go from 5 to 6
  • 5715c20 Merge pull request #269 from UnSubble/main
  • 2f6e200 Merge branch 'main' into main
  • f72ec94 Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6
  • 848e633 Merge branch 'main' into main
  • 4c2cd34 Add tests
  • 7f812f0 Bump actions/checkout from 4 to 6
  • b7fc9f9 Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...
  • 239a88f Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
  • Additional commits viewable in compare view

Updates github.com/odvcencio/gotreesitter from 0.12.1 to 0.42.0

Release notes

Sourced from github.com/odvcencio/gotreesitter's releases.

v0.42.0 — parser efficiency and representative PGO

v0.42.0 banks the latest authenticated parser-efficiency tranche while preserving 206/206 grammar parity.

Highlights:

  • narrows automatic forest routing to corpus-certified exact and beneficial routes
  • avoids a redundant external-scanner retry ladder for the exact built-in Crystal and Matlab grammars
  • reduces compact-scheduler defer overhead with panic-safe cleanup
  • refreshes the opt-in PGO artifact with deterministic, hash-verified representative inputs
  • carries the accumulated selected-store consumer and instrumentation work recorded in the changelog

Scoped receipts include a 4.19% equal-fixture geomean improvement in compact canonical parse plus public-node materialization, 24.62% and 40.99% aggregate wall-time reductions in the certified Crystal and Matlab retry corpora, and a 4.01% selected-store geomean improvement from the refreshed PGO profile versus the previous profile. The existing production PGO workload remains statistically indistinguishable.

The compact selected-store measurements remain diagnostic and are not presented as public Parser.Parse throughput. See the changelog for exact gates, corpus sizes, oracle relations, and caveats.

v0.41.0

GoTreesitter v0.41.0 banks the accumulated correctness, tooling, and performance work since the v0.40.0 tag.

Highlights:

  • improves the build-tagged, fail-closed compact parser across five exact performance tranches; its latest authenticated clean fresh-full Go receipt is 3.118130x static C by equal-fixture geomean, 3.169740x by suite sum, and 3.185522x on the worst fixture, with zero timed fallback;
  • adds build-time PGO plus forest-path pooling and copy reductions;
  • hardens incremental reuse, deferred compatibility finalization, query ranges and escapes, DFA EOF handling, generated-C metadata, grammar imports, highlights, and query work budgeting;
  • restores complete changelog comparison links for v0.39.0 through v0.41.0.

The compact-parser result remains diagnostic rather than a public Parser.Parse claim. The public fresh materialized production baseline remains documented separately in BENCH.md.

See the v0.41.0 changelog and benchmark receipts for the full support boundaries and authenticated artifact hashes.

v0.40.0

A byte-identical performance release, plus a security guard and an incremental-correctness fix. Every performance change is verified byte-for-byte identical to the C tree-sitter oracle across the 206-grammar parity suite.

Performance

On the forest-path grammars (C#, Bash, CMake) these compound to roughly a 30% wall-clock reduction with ~95% less allocation:

  • Build-time PGO — ~7% wall-clock, broad across all 206 grammars.
  • Forest-index allocation overhaul — the forest alternative index is pooled across parses and per-compare throwaway slices are gone; allocation bytes drop 86–96% and GC-cycle CPU 48–90%.
  • GLR comparator copy elimination — the disambiguation comparator chain takes stack pointers instead of copying a 104-byte value per call (~12 fewer runtime.duffcopy per compare); ~14% wall-clock.
  • Forest reducer pooling — the per-parse forest reducer is pooled; a further ~51% cut in C# parse allocation.

Security

  • Query matcher work budget — the -All quantifier matchers now charge a per-execution work budget, bounding worst-case combinatorial blow-up on adversarial query/source pairs. Surfaced via Cursor.DidExceedMatchLimit, configurable with SetMatchWorkBudget (default 1,000,000).

Fixed

  • Incremental reuse token-boundary bug — incremental parsing no longer reuses a stale subtree when an edit shifts a token boundary that abuts a reused node's right edge. Both the leaf and the non-leaf (wrapped-token) reuse paths now reject reuse on a boundary mismatch, preventing spurious ERROR nodes on common edits such as deleting the whitespace between two identifiers (e.g. Clojure (a b)(ab)). Verified byte-identical to a fresh parse across the C-oracle incremental parity harness.

Known issues (pre-existing, not regressions)

  • Incremental-forest divergence on javascript/jquery.js under the non-default GTS_FOREST_INCR=1 mode.
  • A single-character mid-identifier incremental-delete divergence class on some grammars (JS/TS/TSX/Python), unrelated to the boundary fix; tracked as follow-up.

... (truncated)

Changelog

Sourced from github.com/odvcencio/gotreesitter's changelog.

[0.42.0] - 2026-07-18

Performance

  • Refresh the opt-in Go build-time PGO artifact with a hash-verified composite of the established production profile and authenticated selected, clean, and accepted-error parsing profiles. On the pinned quiet host, the composite is 4.01% faster than the previous profile by equal-fixture geomean across the four selected-store fixtures, with every fixture faster, while preserving the existing five-grammar production workload (statistically indistinguishable, with a -0.14% median point estimate) and improving it by 5.37% versus PGO-off. Production allocation medians move by +0.43% B/op and +0.07% allocs/op. Exact selected-store admission and the production corpus digest remain unchanged; checked-in inputs and a deterministic composition script make the artifact reproducible.
  • Keep compact-scheduler dispatch and reduction scratch cleanup panic-safe in small wrappers so their large action bodies no longer register three runtime defers per reduction-bearing pass. On the pinned quiet host, the authenticated four-fixture BenchmarkDiagnosticParserCoreCanonicalTotal lane—compact canonical parsing plus public-node materialization—improves by 4.19% by equal-fixture geomean, with every fixture 3.73-5.28% faster, unchanged allocations, exact work and deep-tree digests, and zero fallback. The route remains build-tagged and diagnostic-only.
  • Return BibTeX, CSS, Yuck, Bash, SCSS, C#, Agda, Ledger, Authzed, Make, and TLA+ automatic forest routing to explicit-only experiments after an authenticated full-manifest audit. The exact BibTeX, CSS, SCSS, and Yuck routes were 32.7%, 32.3%, 4.8%, and 46.2% slower than production. Ledger and Make dispatched 0/1 and 0/19 files. Bash routed 1.3% slower and differed from direct C on 61/1,263 dispatches; C# routed 9.3% faster but differed on 212/1,427; Agda routed 7.5% slower and differed on 1,444/2,070; Authzed routed 3.9x slower and differed on 27/35; TLA+ routed 3.2x slower and differed on 105/267. Explicit Language.WantsForest, recovery, incremental, and direct forest experiments remain available.
  • Avoid repeating the complete external-scanner full-parse retry ladder for the exact built-in Crystal and Matlab grammar artifacts, while retaining the entire accepted-error widening and final-merge ladder once. In the exact-head certification at c6de0991, the locked 2,380-file Crystal corpus preserves every deep tree and C admission relation, reduces attempts from 13,445 to 8,120, lowers aggregate parse wall time by 24.62%, and lowers allocated bytes by 10.19%. On the locked 1,434-file Matlab corpus, attempts fall from 7,866 to 4,650, wall time by 40.99%, and allocated bytes by 32.67%, again with exact output and oracle relation preservation on every file.
  • Execute Go highlight queries directly over the build-tagged compact selected store through value node handles, without constructing public-node proxies. All four locked real-Go fixtures preserve exact ordered query captures, directives, and final highlight ranges; unsupported missing-node queries decline explicitly. On the exact rebased revision, selected-store query time improves by 8.51% and B/op by 14.18% against the public-tree control by equal-fixture geomean. End-to-end selected parse plus highlight improves by 12.90% with 26.38% fewer B/op, and every fixture median is faster. A balanced

... (truncated)

Commits
  • 7304546 Merge pull request #373 from odvcencio/codex/release-v0.42.0
  • bbea180 release: release 0.42.0
  • 6cb8cd9 Merge pull request #372 from odvcencio/codex/v042-performance-integration
  • 47a0f15 update(pgo, docs): update PGO docs, input metadata, and add guard
  • 055e36c update(pgo): Refresh PGO artifact with verified composite and script
  • 860af7f update(changelog): update Crystal and Matlab metrics in changelog
  • 4669c65 improve(cgo_harness): improve cgo harness resume parity validation
  • 6b96134 update(cgo_harness): relax root start validation in parity harness
  • d90cfb9 update(cgo_harness): Update retry profile cert to schema-v2 with strict valid...
  • 3ce6a41 optimize(grammars, tests): skip redundant scanner retry for Crystal and Matlab
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Changelog

Sourced from github.com/sirupsen/logrus's changelog.

1.9.4

Fixes:

  • Remove uses of deprecated ioutil package

Features:

  • Add GNU/Hurd support
  • Add WASI wasip1 support

Code quality:

  • Update minimum supported Go version to 1.17
  • Documentation updates
Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates github.com/tliron/commonlog from 0.2.8 to 0.2.21

Commits

Updates golang.org/x/sync from 0.20.0 to 0.22.0

Commits
  • 1eb64d4 semaphore: panic on negative weights
  • 5071ed6 all: fix some comments to improve readability
  • See full diff in compare view

Updates github.com/spf13/pflag from 1.0.9 to 1.0.10

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • See full diff in compare view

Updates golang.org/x/sys from 0.45.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
  • d58dcfa unix: add GPIO constants and structs
  • 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-routine group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) | `2.1.0` | `2.1.1` |
| [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) | `2.0.2` | `2.0.4` |
| [github.com/charmbracelet/colorprofile](https://github.com/charmbracelet/colorprofile) | `0.4.2` | `0.4.3` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.11.6` | `0.11.7` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.16.0` | `1.19.0` |
| [github.com/odvcencio/gotreesitter](https://github.com/odvcencio/gotreesitter) | `0.12.1` | `0.42.0` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |
| [github.com/tliron/commonlog](https://github.com/tliron/commonlog) | `0.2.8` | `0.2.21` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.22.0` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.9` | `1.0.10` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.45.0` | `0.47.0` |


Updates `charm.land/bubbles/v2` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v2.1.0...v2.1.1)

Updates `charm.land/lipgloss/v2` from 2.0.2 to 2.0.4
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v2.0.2...v2.0.4)

Updates `github.com/charmbracelet/colorprofile` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/charmbracelet/colorprofile/releases)
- [Commits](charmbracelet/colorprofile@v0.4.2...v0.4.3)

Updates `github.com/charmbracelet/x/ansi` from 0.11.6 to 0.11.7
- [Commits](charmbracelet/x@ansi/v0.11.6...ansi/v0.11.7)

Updates `github.com/fatih/color` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.16.0...v1.19.0)

Updates `github.com/odvcencio/gotreesitter` from 0.12.1 to 0.42.0
- [Release notes](https://github.com/odvcencio/gotreesitter/releases)
- [Changelog](https://github.com/odvcencio/gotreesitter/blob/main/CHANGELOG.md)
- [Commits](odvcencio/gotreesitter@v0.12.1...v0.42.0)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

Updates `github.com/tliron/commonlog` from 0.2.8 to 0.2.21
- [Commits](tliron/commonlog@v0.2.8...v0.2.21)

Updates `golang.org/x/sync` from 0.20.0 to 0.22.0
- [Commits](golang/sync@v0.20.0...v0.22.0)

Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.9...v1.0.10)

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

---
updated-dependencies:
- dependency-name: charm.land/bubbles/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: github.com/charmbracelet/colorprofile
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-routine
- dependency-name: github.com/odvcencio/gotreesitter
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-routine
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: github.com/tliron/commonlog
  dependency-version: 0.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: golang.org/x/sync
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-routine
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-routine
- dependency-name: golang.org/x/sys
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-routine
...

Signed-off-by: dependabot[bot] <support@github.com>
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants