Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Bumps the minor-and-patch group with 43 updates in the / directory:

Package From To
github.com/alecthomas/chroma/v2 2.20.0 2.23.1
github.com/flanksource/commons 1.42.3 1.44.1
github.com/flanksource/gomplate/v3 3.24.60 3.24.66
github.com/goccy/go-yaml 1.18.0 1.19.2
github.com/google/cel-go 0.22.1 0.26.1
github.com/itchyny/gojq 0.12.17 0.12.18
github.com/labstack/echo/v4 4.13.4 4.15.0
github.com/mattn/go-sqlite3 1.14.30 1.14.33
github.com/muesli/termenv 0.15.3-0.20240618155329-98d742f6907a 0.16.0
github.com/olekukonko/tablewriter 1.1.0 1.1.3
github.com/onsi/ginkgo/v2 2.26.0 2.27.5
github.com/onsi/gomega 1.38.2 1.39.0
github.com/pdfcpu/pdfcpu 0.11.0 0.11.1
github.com/playwright-community/playwright-go 0.4702.0 0.5200.1
github.com/spf13/cobra 1.9.2-0.20250831231508-51d675196729 1.10.2
github.com/xuri/excelize/v2 2.9.1 2.10.0
cel.dev/expr 0.24.0 0.25.1
github.com/antlr4-go/antlr/v4 4.13.0 4.13.1
github.com/cert-manager/cert-manager 1.16.1 1.19.2
github.com/charmbracelet/x/ansi 0.3.2 0.11.4
github.com/flanksource/is-healthy 1.0.79 1.0.82
github.com/go-ole/go-ole 1.2.6 1.3.0
github.com/gosimple/slug 1.13.1 1.15.0
github.com/johnfercher/go-tree 1.0.5 1.1.0
github.com/ohler55/ojg 1.25.0 1.28.0
github.com/olekukonko/errors 1.1.0 1.2.0
github.com/prometheus/common 0.66.1 0.67.5
github.com/prometheus/procfs 0.17.0 0.19.2
github.com/richardlehane/mscfb 1.0.4 1.0.6
github.com/richardlehane/msoleps 1.0.4 1.0.6
github.com/robertkrimen/otto 0.3.0 0.5.1
github.com/samber/oops 1.19.3 1.21.0
github.com/shoenig/go-m1cpu 0.1.6 0.1.7
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/tidwall/match 1.1.1 1.2.0
github.com/tklauser/go-sysconf 0.3.12 0.3.16
github.com/ugorji/go/codec 1.2.12 1.3.1
go.opentelemetry.io/auto/sdk 1.1.0 1.2.1
go.opentelemetry.io/otel 1.38.0 1.39.0
go.opentelemetry.io/otel/sdk 1.38.0 1.39.0
k8s.io/apimachinery 0.34.1 0.35.0
k8s.io/client-go 0.34.1 0.35.0
sigs.k8s.io/structured-merge-diff/v6 6.3.0 6.3.1

Updates github.com/alecthomas/chroma/v2 from 2.20.0 to 2.23.1

Release notes

Sourced from github.com/alecthomas/chroma/v2's releases.

v2.23.1

Changelog

  • 5b4188b fix: remove AGPL licensed testdata
  • b9b4edc Add .env.* pattern to bash lexer (#1197)
  • f163adc docs: add AGENTS.md
  • fe6f0f3 fix: title link to Chroma

v2.23.0

Changelog

  • 610afd8 feat: add light/dark mode toggle
  • 1b5aad9 fix: make just commands faster
  • 84583c6 fix: wait for WASM runtime to become ready at startup
  • 1b6f6e7 fix: need relative import for wasm_exec.js
  • 2a78195 fix: wasm builds got broken by the last change
  • f8a34ec feat: fix local dev so it falls back to server
  • 6827057 refactor: migrate to Just
  • a60896f Create a lexer for Markless (#1195)

v2.22.0

Changelog

  • 467c878 fix: reverse order of --lexer to name, then file
  • 649c24d Add KDL lexer (#1192)
  • 249a634 Add MoonBit lexer (#1191)
  • 3e1f428 Update Zig lexer and example (#1189)
  • 31592d5 fix: no text auto-sizing on webkit (#1186)
  • 2e611c1 Add APKBUILD as filename to Bash lexer (#1187)
  • c1adec8 chore(deps): update all non-major dependencies (#1185)
  • 24cc733 fix(styles): update punctuation in Aura Theme to meet style guidelines (#1184)
  • b0358e8 Add lexer for microcad (#1171)

v2.21.1

Changelog

  • 0fe6941 fix(styles): use kebab-case for style name in Aura Theme variants (#1183)
  • 2408917 chore(deps): update all non-major dependencies (#1178)
  • b527a28 Update lexer lox (#1175)

v2.21.0

Changelog

  • 26a0cc1 feat(styles): add Aura Theme primary variants (#1177)
  • fc10487 Fix (D): multiline comments (#1173)
  • aec4bfc Add support for Device tree (#1172)
  • 8ea696b chore(deps): update actions/checkout action to v6 (#1167)
  • a40a9d3 chore(deps): update dependency binaryen to v125 (#1168)
  • 5486d21 chore(deps): update all non-major dependencies (#1164)
  • 42c2aa1 Add helper script to generate supported langs markdown table (#1170)
  • e799618 chore(deps): update actions/checkout digest to 93cb6ef (#1163)
  • 6b58845 Add Ashen style (#1169)
  • 8b8574c Add Protocol Buffer Text Format Language (txtpb) (#1165)
  • c07ef4b chore(deps): update all non-major dependencies (#1160)
  • 3b5a164 Add lexer for WebAssembly Text Format (#1161)

... (truncated)

Commits
  • 5b4188b fix: remove AGPL licensed testdata
  • b9b4edc Add .env.* pattern to bash lexer (#1197)
  • f163adc docs: add AGENTS.md
  • fe6f0f3 fix: title link to Chroma
  • 610afd8 feat: add light/dark mode toggle
  • 1b5aad9 fix: make just commands faster
  • 84583c6 fix: wait for WASM runtime to become ready at startup
  • 1b6f6e7 fix: need relative import for wasm_exec.js
  • 2a78195 fix: wasm builds got broken by the last change
  • f8a34ec feat: fix local dev so it falls back to server
  • Additional commits viewable in compare view

Updates github.com/flanksource/commons from 1.42.3 to 1.44.1

Release notes

Sourced from github.com/flanksource/commons's releases.

v1.44.1

1.44.1 (2026-01-06)

v1.44.0

1.44.0 (2026-01-06)

Features

v1.43.3

1.43.3 (2026-01-02)

Bug Fixes

  • don't error out on --help flag (7d8dbe2)

v1.43.2

1.43.2 (2025-10-30)

v1.43.1

1.43.1 (2025-10-30)

Bug Fixes

v1.43.0

1.43.0 (2025-10-23)

Features

Commits

Updates github.com/flanksource/gomplate/v3 from 3.24.60 to 3.24.66

Release notes

Sourced from github.com/flanksource/gomplate/v3's releases.

v3.24.66

3.24.66 (2026-01-15)

v3.24.65

3.24.65 (2026-01-08)

Features

  • Business hour cel and gotemplate functions (#139) (861c710)

v3.24.64

3.24.64 (2026-01-06)

v3.24.63

3.24.63 (2026-01-02)

v3.24.62

3.24.62 (2025-12-23)

Bug Fixes

  • Add type as a cel keyword (6ad55f1)

v3.24.61

3.24.61 (2025-12-23)

Bug Fixes

Commits
  • 470f9ad chore: add HashUUID function for deterministic UUID generation using SHA256 (...
  • 861c710 feat: Business hour cel and gotemplate functions (#139)
  • fb95a76 chore: bump commons (#140)
  • 2a92fb4 chore: Add paths to ignore in secret scanning
  • 6ad55f1 fix: Add type as a cel keyword
  • 9f9ca5d fix: lint errors (#138)
  • See full diff in compare view

Updates github.com/goccy/go-yaml from 1.18.0 to 1.19.2

Release notes

Sourced from github.com/goccy/go-yaml's releases.

1.19.2

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.19.1...v1.19.2

1.19.1

What's Changed

Full Changelog: goccy/go-yaml@v1.19.0...v1.19.1

1.19.0

What's Changed

New Contributors

Full Changelog: goccy/go-yaml@v1.18.0...v1.19.0

Commits
  • 92bc79c Fix anchor reference regression in nested structures (#839)
  • b0ab069 Support line comment for flow sequence or flow map (#834)
  • 9e98b0c Fix decoding of integer keys of map type (#829)
  • a7b4bfb Add support for RawMessage, similar to json.RawMessage (#790)
  • 07c09c0 Add indentation to flow values on new lines (#759)
  • 0040ab4 Skip directive in path operations (#758)
  • 7901e98 Support non string map keys (#756)
  • f4d1347 Normalize CR and CRLF in multi-line strings (#754)
  • 90e8525 Add decode option that allows specific field prefixes (#795)
  • 25e5d90 Revert "feat: Dont make copies of structs for validation (#737)" (#763)
  • See full diff in compare view

Updates github.com/google/cel-go from 0.22.1 to 0.26.1

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.26.1

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.25.1...v0.26.1

Release v0.26.0

New Features ✨

Bug Fixes 🐛

  • Fix lastIndexOf behavior against an empty string in strings extension by @​l46kok in #1173
  • Fix container setting for cel test all types example in online REPL by @​l46kok in #1182
  • fix(checker): Correct Sprintf argument count by @​cuishuang in #1185

Test Updates 🧪

Documentation 📚

Dependency Updates ⬆️

  • Bump the npm_and_yarn group across 1 directory with 2 updates by @​dependabot[bot] in #1188

Release v0.25.0

... (truncated)

Commits
  • 8e7beb6 Support unwrapping unknown implementations of proto.Message (#1207)
  • 8750458 Add support for nested element type (#1190)
  • 93e910b Support variable descriptions in the AI prompt template (#1205)
  • fb02c9a Init function bindings on environment init (#1199)
  • cf932c7 Bump the npm_and_yarn group across 1 directory with 2 updates (#1197)
  • 8835891 Minor compatibility fixes for google3-import. (#1198)
  • 9453cde Comprehension nesting limit typo, allow nesting limit validator to accept dou...
  • b023645 Cost tracking for list operations (#1192)
  • 41023c5 Test case for aliasing container imports (#1193)
  • 41e7392 Add test runner option to configure a custom test suite parser (#1189)
  • Additional commits viewable in compare view

Updates github.com/itchyny/gojq from 0.12.17 to 0.12.18

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.18

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 536870912 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748d08df)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.18 (2025-12-02)

  • implement trimstr/1, toboolean/0 function
  • fix last/1 to be included in builtins/0
  • fix --indent 0 to preserve newlines
  • fix string repetition to emit error when the result is too large
  • increase the array index limit to 536870912 (2^29)
  • stop numeric normalization for concurrent execution (see 1ace748d08df)
  • support binding expressions with binary operators (1 + 2 as $x | -$x)
  • improve gojq.NewIter to be a generic function
  • improve logic for getting file contents on JSON parse error
  • improve JSON parsing to preserve the precision of floating-point numbers
  • improve YAML parsing performance and preserve the precision of large integers
  • improve performance and reduce memory allocation of long-running queries
Commits
  • fa534a1 bump up version to 0.12.18
  • d7e1531 update CHANGELOG.md for v0.12.18
  • 672cc79 update dependencies
  • 2263e18 update actions/checkout to v6
  • 5d8a53c add more tests for empty strings and NO_COLOR
  • 97274d3 make use of cmp package for comparisons
  • 3e31863 merge identical cases for getting operator functions
  • e4d456b avoid variable names that shadow built-in functions
  • 19a3975 stop replacing capturing group syntax
  • 5bb6d33 support binding expressions with binary operators (fix #283)
  • Additional commits viewable in compare view

Updates github.com/labstack/echo/v4 from 4.13.4 to 4.15.0

Release notes

Sourced from github.com/labstack/echo/v4's releases.

v4.15.0

Security

WARNING: If your application relies on cross-origin or same-site (same subdomain) requests do not blindly push this version to production

The CSRF middleware now supports the Sec-Fetch-Site header as a modern, defense-in-depth approach to CSRF protection, implementing the OWASP-recommended Fetch Metadata API alongside the traditional token-based mechanism.

How it works:

Modern browsers automatically send the Sec-Fetch-Site header with all requests, indicating the relationship between the request origin and the target. The middleware uses this to make security decisions:

  • same-origin or none: Requests are allowed (exact origin match or direct user navigation)
  • same-site: Falls back to token validation (e.g., subdomain to main domain)
  • cross-site: Blocked by default with 403 error for unsafe methods (POST, PUT, DELETE, PATCH)

For browsers that don't send this header (older browsers), the middleware seamlessly falls back to traditional token-based CSRF protection.

New Configuration Options:

  • TrustedOrigins []string: Allowlist specific origins for cross-site requests (useful for OAuth callbacks, webhooks)
  • AllowSecFetchSiteFunc func(echo.Context) (bool, error): Custom logic for same-site/cross-site request validation

Example:

e.Use(middleware.CSRFWithConfig(middleware.CSRFConfig{
    // Allow OAuth callbacks from trusted provider
    TrustedOrigins: []string{"https://oauth-provider.com"},
// Custom validation for same-site requests
AllowSecFetchSiteFunc: func(c echo.Context) (bool, error) {
    // Your custom authorization logic here
    return validateCustomAuth(c), nil
    // return true, err  // blocks request with error
    // return true, nil  // allows CSRF request through
    // return false, nil // falls back to legacy token logic
},

}))

PR: labstack/echo#2858

Type-Safe Generic Parameter Binding

  • Added generic functions for type-safe parameter extraction and context access by @​aldas in labstack/echo#2856

    Echo now provides generic functions for extracting path, query, and form parameters with automatic type conversion, eliminating manual string parsing and type assertions.

... (truncated)

Changelog

Sourced from github.com/labstack/echo/v4's changelog.

v4.15.0 - 2026-01-01

Security

NB: If your application relies on cross-origin or same-site (same subdomain) requests do not blindly push this version to production

The CSRF middleware now supports the Sec-Fetch-Site header as a modern, defense-in-depth approach to CSRF protection, implementing the OWASP-recommended Fetch Metadata API alongside the traditional token-based mechanism.

How it works:

Modern browsers automatically send the Sec-Fetch-Site header with all requests, indicating the relationship between the request origin and the target. The middleware uses this to make security decisions:

  • same-origin or none: Requests are allowed (exact origin match or direct user navigation)
  • same-site: Falls back to token validation (e.g., subdomain to main domain)
  • cross-site: Blocked by default with 403 error for unsafe methods (POST, PUT, DELETE, PATCH)

For browsers that don't send this header (older browsers), the middleware seamlessly falls back to traditional token-based CSRF protection.

New Configuration Options:

  • TrustedOrigins []string: Allowlist specific origins for cross-site requests (useful for OAuth callbacks, webhooks)
  • AllowSecFetchSiteFunc func(echo.Context) (bool, error): Custom logic for same-site/cross-site request validation

Example:

e.Use(middleware.CSRFWithConfig(middleware.CSRFConfig{
    // Allow OAuth callbacks from trusted provider
    TrustedOrigins: []string{"https://oauth-provider.com"},
// Custom validation for same-site requests
AllowSecFetchSiteFunc: func(c echo.Context) (bool, error) {
    // Your custom authorization logic here
    return validateCustomAuth(c), nil
    // return true, err  // blocks request with error
    // return true, nil  // allows CSRF request through
    // return false, nil // falls back to legacy token logic
},

}))

PR: labstack/echo#2858

Type-Safe Generic Parameter Binding

  • Added generic functions for type-safe parameter extraction and context access by @​aldas in labstack/echo#2856

    Echo now provides generic functions for extracting path, query, and form parameters with automatic type conversion,

... (truncated)

Commits
  • 482bb46 v4.15.0 changelog
  • d0f9d1e CRSF with Sec-Fetch-Site=same-site falls back to legacy token
  • f3fc618 CRSF with Sec-Fetch-Site checks
  • 4dcb9b4 licence headers
  • cbc0ac1 Add PathParam(Or)/QueryParam(Or)/FormParam(Or) generic functions
  • 6b14f4e Add Context.Get generic functions
  • 321530d disable test - returns different error under Windows
  • c8abd9f disable flaky test
  • 9fe43f7 fix Rate limiter disallows fractional rates
  • 1b5122a document things to reduce false positives
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.33

Commits

Updates github.com/muesli/termenv from 0.15.3-0.20240618155329-98d742f6907a to 0.16.0

Release notes

Sourced from github.com/muesli/termenv's releases.

v0.16.0

What's Changed

New Contributors

Full Changelog: muesli/termenv@v0.15.2...v0.16.0

Commits

Updates github.com/olekukonko/tablewriter from 1.1.0 to 1.1.3

Commits
  • ce018e6 fix read me update version
  • e3130fb Merge pull request #309 from olekukonko/narrow
  • 975f050 update ll
  • d4923d8 add more emoji & unicode test #308
  • c8c2b21 separate tint
  • 7097b13 Fix ForceNarrowBorders for generates long strings of border characters - Upda...
  • d02c460 revert go mod to go 1.21 and update dependencies to avoid breaking changes
  • dd95aca add clarity
  • ca4e3ac clearer environment debugging information
  • b31b038 use auto detection as default
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.26.0 to 2.27.5

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.27.5

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

v2.27.4

2.27.4

Fixes

  • CurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]

v2.27.3

2.27.3

Fixes

report exit result in case of failure [1c9f356] fix data race [ece19c8]

v2.27.2

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

v2.27.1

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

v2.27.0

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

... (truncated)

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.27.5

Fixes

Don't make a new formatter for each GinkgoT(); that's just silly and uses precious memory

2.27.4

Fixes

  • CurrentTreeConstructionNodeReport: fix for nested container nodes [59bc751]

2.27.3

Fixes

report exit result in case of failure [1c9f356] fix data race [ece19c8]

2.27.2

Fixes

  • inline automaxprocs to simplify dependencies; this will be removed when Go 1.26 comes out [a69113a]

Maintenance

  • Fix syntax errors and typo [a99c6e0]
  • Fix paragraph position error [f993df5]

2.27.1

Fixes

  • Fix Ginkgo Reporter slice-bounds panic [606c1cb]
  • Bug Fix: Add GinkoTBWrapper.Attr() and GinkoTBWrapper.Output() [a6463b3]

2.27.0

Features

Transforming Nodes during Tree Construction

This release adds support for NodeArgsTransformers that can be registered with AddTreeConstructionNodeArgsTransformer.

These are called during the tree construction phase as nodes are constructed and can modify the node strings and decorators. This enables frameworks built on top of Ginkgo to modify Ginkgo nodes and enforce conventions.

Learn more here.

Spec Prioritization

A new SpecPriority(int) decorator has been added. Ginkgo will honor priority when ordering specs, ensuring that higher priority specs start running before lower priority specs

Learn more here.

Maintenance

... (truncated)

Commits
  • a928307 v2.27.5
  • 0d0e96d don't make a new formatter for each GinkgoT(); that's just silly and uses pre...
  • 867ce95 v2.27.4
  • 59bc751 CurrentTreeConstructionNodeReport: fix for nested container nodes
  • f331739 v2.27.3
  • 1c9f356 ginkgo: report exit result in case of failure
  • ece19c8 ginkgo: fix data race
  • 9a84c21 v2.27.2
  • a69113a inline automaxprocs to simplify dependencies; this will be removed when Go 1....
  • a99c6e0 Fix syntax errors and typo
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.2 to 1.39.0

Release notes

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

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

v1.38.3

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Changelog

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

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

1.38.3

Fixes

make string formatitng more consistent for users who use format.Object directly

Commits
  • 49561ad v1.39.0
  • 8f7f425 document MatchErrorStrictly
  • bae643d add matcher relecting errors.Is behavior
  • a3ca2ca v1.38.3
  • 4dada36 fix failing have http tests
  • d40c691 make string formatitng more consistent for users who use format.Object directly
  • 2a37b46 doc: fix typos
  • ee26170 docs: fix HaveValue example
  • cc85c05 Bump actions/setup-go from 5 to 6 (#866)
  • 8905788 Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 (#865)
  • Additional commits viewable in compare view

Updates github.com/pdfcpu/pdfcpu from 0.11.0 to 0.11.1

Release notes

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

v0.11.1

Maintenance Release

🛠️ Fixes and Improvements

Added a new configuration parameter:

# Limit form field content for display purposes when using 'pdfcpu form list'.
# If > 0, this setting truncates the following columns: AltName, Default, and Value.
formFieldListMaxColWidth: 0

This helps improve readability when listing form fields with long content when using pdfcpu form list.

Please update your config by executing: pdfcpu config reset

General code cleanups, lots of parser improvements and dependency updates for improved stability.

🙏🏻 Thanks 🙏🏻

everybody for testing and feeding back your bug reports. This time shoutouts 👏🏻 go to @​SveLil and @​fank for putting time into submitting PR's.

We fixed #846, #1097, #1193, #1202, #1203 and the following:

Changelog

  • c4b560d Bump version
  • 2e3ab97 Fix PDF version check in parseTrailerDict
  • 9a6983c Fix #1231
  • 66ea5de Fix #1112 – ASCII85 decode now handles CRLF line endings
  • aecc027 Fix #1226
  • dcfe153 Handle form field DV using indirect reference; add config parameter formFieldListMaxColWidth
  • 9bdbec5 Fix #1188
  • 565bbca Fix #1235
  • 670efa4 Fix #1230
  • 45fd922 Upgrade build to Go 1.25
  • 6dad16b Fix

…2 updates

Bumps the minor-and-patch group with 43 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) | `2.20.0` | `2.23.1` |
| [github.com/flanksource/commons](https://github.com/flanksource/commons) | `1.42.3` | `1.44.1` |
| [github.com/flanksource/gomplate/v3](https://github.com/flanksource/gomplate) | `3.24.60` | `3.24.66` |
| [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) | `1.18.0` | `1.19.2` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.22.1` | `0.26.1` |
| [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.17` | `0.12.18` |
| [github.com/labstack/echo/v4](https://github.com/labstack/echo) | `4.13.4` | `4.15.0` |
| [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.30` | `1.14.33` |
| [github.com/muesli/termenv](https://github.com/muesli/termenv) | `0.15.3-0.20240618155329-98d742f6907a` | `0.16.0` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.0` | `1.1.3` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.26.0` | `2.27.5` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.2` | `1.39.0` |
| [github.com/pdfcpu/pdfcpu](https://github.com/pdfcpu/pdfcpu) | `0.11.0` | `0.11.1` |
| [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.4702.0` | `0.5200.1` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.2-0.20250831231508-51d675196729` | `1.10.2` |
| [github.com/xuri/excelize/v2](https://github.com/xuri/excelize) | `2.9.1` | `2.10.0` |
| [cel.dev/expr](https://github.com/google/cel-spec) | `0.24.0` | `0.25.1` |
| [github.com/antlr4-go/antlr/v4](https://github.com/antlr4-go/antlr) | `4.13.0` | `4.13.1` |
| [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.16.1` | `1.19.2` |
| [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) | `0.3.2` | `0.11.4` |
| [github.com/flanksource/is-healthy](https://github.com/flanksource/is-healthy) | `1.0.79` | `1.0.82` |
| [github.com/go-ole/go-ole](https://github.com/go-ole/go-ole) | `1.2.6` | `1.3.0` |
| [github.com/gosimple/slug](https://github.com/gosimple/slug) | `1.13.1` | `1.15.0` |
| [github.com/johnfercher/go-tree](https://github.com/johnfercher/go-tree) | `1.0.5` | `1.1.0` |
| [github.com/ohler55/ojg](https://github.com/ohler55/ojg) | `1.25.0` | `1.28.0` |
| [github.com/olekukonko/errors](https://github.com/olekukonko/errors) | `1.1.0` | `1.2.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.66.1` | `0.67.5` |
| [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.17.0` | `0.19.2` |
| [github.com/richardlehane/mscfb](https://github.com/richardlehane/mscfb) | `1.0.4` | `1.0.6` |
| [github.com/richardlehane/msoleps](https://github.com/richardlehane/msoleps) | `1.0.4` | `1.0.6` |
| [github.com/robertkrimen/otto](https://github.com/robertkrimen/otto) | `0.3.0` | `0.5.1` |
| [github.com/samber/oops](https://github.com/samber/oops) | `1.19.3` | `1.21.0` |
| [github.com/shoenig/go-m1cpu](https://github.com/shoenig/go-m1cpu) | `0.1.6` | `0.1.7` |
| [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` |
| [github.com/tidwall/match](https://github.com/tidwall/match) | `1.1.1` | `1.2.0` |
| [github.com/tklauser/go-sysconf](https://github.com/tklauser/go-sysconf) | `0.3.12` | `0.3.16` |
| [github.com/ugorji/go/codec](https://github.com/ugorji/go) | `1.2.12` | `1.3.1` |
| [go.opentelemetry.io/auto/sdk](https://github.com/open-telemetry/opentelemetry-go-instrumentation) | `1.1.0` | `1.2.1` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.1` | `0.35.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.1` | `0.35.0` |
| [sigs.k8s.io/structured-merge-diff/v6](https://github.com/kubernetes-sigs/structured-merge-diff) | `6.3.0` | `6.3.1` |



Updates `github.com/alecthomas/chroma/v2` from 2.20.0 to 2.23.1
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](alecthomas/chroma@v2.20.0...v2.23.1)

Updates `github.com/flanksource/commons` from 1.42.3 to 1.44.1
- [Release notes](https://github.com/flanksource/commons/releases)
- [Commits](flanksource/commons@v1.42.3...v1.44.1)

Updates `github.com/flanksource/gomplate/v3` from 3.24.60 to 3.24.66
- [Release notes](https://github.com/flanksource/gomplate/releases)
- [Changelog](https://github.com/flanksource/gomplate/blob/main/CHANGELOG.md)
- [Commits](flanksource/gomplate@v3.24.60...v3.24.66)

Updates `github.com/goccy/go-yaml` from 1.18.0 to 1.19.2
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](goccy/go-yaml@v1.18.0...v1.19.2)

Updates `github.com/google/cel-go` from 0.22.1 to 0.26.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.22.1...v0.26.1)

Updates `github.com/itchyny/gojq` from 0.12.17 to 0.12.18
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.12.17...v0.12.18)

Updates `github.com/labstack/echo/v4` from 4.13.4 to 4.15.0
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.13.4...v4.15.0)

Updates `github.com/mattn/go-sqlite3` from 1.14.30 to 1.14.33
- [Release notes](https://github.com/mattn/go-sqlite3/releases)
- [Commits](mattn/go-sqlite3@v1.14.30...v1.14.33)

Updates `github.com/muesli/termenv` from 0.15.3-0.20240618155329-98d742f6907a to 0.16.0
- [Release notes](https://github.com/muesli/termenv/releases)
- [Commits](https://github.com/muesli/termenv/commits/v0.16.0)

Updates `github.com/olekukonko/tablewriter` from 1.1.0 to 1.1.3
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v1.1.0...v1.1.3)

Updates `github.com/onsi/ginkgo/v2` from 2.26.0 to 2.27.5
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.26.0...v2.27.5)

Updates `github.com/onsi/gomega` from 1.38.2 to 1.39.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.2...v1.39.0)

Updates `github.com/pdfcpu/pdfcpu` from 0.11.0 to 0.11.1
- [Release notes](https://github.com/pdfcpu/pdfcpu/releases)
- [Commits](pdfcpu/pdfcpu@v0.11.0...v0.11.1)

Updates `github.com/playwright-community/playwright-go` from 0.4702.0 to 0.5200.1
- [Release notes](https://github.com/playwright-community/playwright-go/releases)
- [Commits](playwright-community/playwright-go@v0.4702.0...v0.5200.1)

Updates `github.com/spf13/cobra` from 1.9.2-0.20250831231508-51d675196729 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/commits/v1.10.2)

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 `github.com/xuri/excelize/v2` from 2.9.1 to 2.10.0
- [Release notes](https://github.com/xuri/excelize/releases)
- [Commits](qax-os/excelize@v2.9.1...v2.10.0)

Updates `golang.org/x/crypto` from 0.43.0 to 0.46.0
- [Commits](golang/crypto@v0.43.0...v0.46.0)

Updates `golang.org/x/sync` from 0.17.0 to 0.19.0
- [Commits](golang/sync@v0.17.0...v0.19.0)

Updates `golang.org/x/term` from 0.36.0 to 0.38.0
- [Commits](golang/term@v0.36.0...v0.38.0)

Updates `golang.org/x/text` from 0.30.0 to 0.32.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.30.0...v0.32.0)

Updates `golang.org/x/time` from 0.13.0 to 0.14.0
- [Commits](golang/time@v0.13.0...v0.14.0)

Updates `cel.dev/expr` from 0.24.0 to 0.25.1
- [Release notes](https://github.com/google/cel-spec/releases)
- [Commits](google/cel-spec@v0.24.0...v0.25.1)

Updates `github.com/antlr4-go/antlr/v4` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/antlr4-go/antlr/releases)
- [Commits](antlr4-go/antlr@v4.13.0...v4.13.1)

Updates `github.com/cert-manager/cert-manager` from 1.16.1 to 1.19.2
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.16.1...v1.19.2)

Updates `github.com/charmbracelet/x/ansi` from 0.3.2 to 0.11.4
- [Commits](charmbracelet/x@ansi/v0.3.2...ansi/v0.11.4)

Updates `github.com/deckarep/golang-set/v2` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/deckarep/golang-set/releases)
- [Commits](deckarep/golang-set@v2.6.0...v2.7.0)

Updates `github.com/flanksource/is-healthy` from 1.0.79 to 1.0.82
- [Release notes](https://github.com/flanksource/is-healthy/releases)
- [Commits](flanksource/is-healthy@v1.0.79...v1.0.82)

Updates `github.com/go-jose/go-jose/v3` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v3.0.3...v3.0.4)

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/gosimple/slug` from 1.13.1 to 1.15.0
- [Release notes](https://github.com/gosimple/slug/releases)
- [Commits](gosimple/slug@v1.13.1...v1.15.0)

Updates `github.com/itchyny/timefmt-go` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/itchyny/timefmt-go/releases)
- [Changelog](https://github.com/itchyny/timefmt-go/blob/main/CHANGELOG.md)
- [Commits](itchyny/timefmt-go@v0.1.6...v0.1.7)

Updates `github.com/johnfercher/go-tree` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/johnfercher/go-tree/releases)
- [Commits](johnfercher/go-tree@v1.0.5...v1.1.0)

Updates `github.com/lucasb-eyer/go-colorful` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
- [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
- [Commits](lucasb-eyer/go-colorful@v1.2.0...v1.3.0)

Updates `github.com/mattn/go-runewidth` from 0.0.16 to 0.0.19
- [Commits](mattn/go-runewidth@v0.0.16...v0.0.19)

Updates `github.com/ohler55/ojg` from 1.25.0 to 1.28.0
- [Release notes](https://github.com/ohler55/ojg/releases)
- [Changelog](https://github.com/ohler55/ojg/blob/develop/CHANGELOG.md)
- [Commits](ohler55/ojg@v1.25.0...v1.28.0)

Updates `github.com/olekukonko/errors` from 1.1.0 to 1.2.0
- [Commits](olekukonko/errors@v1.1.0...v1.2.0)

Updates `github.com/olekukonko/ll` from 0.0.9 to 0.1.4-0.20260115111900-9e59c2286df0
- [Commits](https://github.com/olekukonko/ll/commits)

Updates `github.com/prometheus/common` from 0.66.1 to 0.67.5
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.66.1...v0.67.5)

Updates `github.com/prometheus/procfs` from 0.17.0 to 0.19.2
- [Release notes](https://github.com/prometheus/procfs/releases)
- [Commits](prometheus/procfs@v0.17.0...v0.19.2)

Updates `github.com/richardlehane/mscfb` from 1.0.4 to 1.0.6
- [Commits](richardlehane/mscfb@v1.0.4...v1.0.6)

Updates `github.com/richardlehane/msoleps` from 1.0.4 to 1.0.6
- [Release notes](https://github.com/richardlehane/msoleps/releases)
- [Commits](richardlehane/msoleps@v1.0.4...v1.0.6)

Updates `github.com/robertkrimen/otto` from 0.3.0 to 0.5.1
- [Release notes](https://github.com/robertkrimen/otto/releases)
- [Commits](robertkrimen/otto@v0.3.0...v0.5.1)

Updates `github.com/samber/oops` from 1.19.3 to 1.21.0
- [Release notes](https://github.com/samber/oops/releases)
- [Commits](samber/oops@v1.19.3...v1.21.0)

Updates `github.com/shoenig/go-m1cpu` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/shoenig/go-m1cpu/releases)
- [Commits](shoenig/go-m1cpu@v0.1.6...v0.1.7)

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/stoewer/go-strcase` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/stoewer/go-strcase/releases)
- [Commits](stoewer/go-strcase@v1.3.0...v1.3.1)

Updates `github.com/tidwall/match` from 1.1.1 to 1.2.0
- [Commits](tidwall/match@v1.1.1...v1.2.0)

Updates `github.com/tiendc/go-deepcopy` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/tiendc/go-deepcopy/releases)
- [Commits](tiendc/go-deepcopy@v1.6.0...v1.7.1)

Updates `github.com/tklauser/go-sysconf` from 0.3.12 to 0.3.16
- [Release notes](https://github.com/tklauser/go-sysconf/releases)
- [Commits](tklauser/go-sysconf@v0.3.12...v0.3.16)

Updates `github.com/tklauser/numcpus` from 0.6.1 to 0.11.0
- [Release notes](https://github.com/tklauser/numcpus/releases)
- [Commits](tklauser/numcpus@v0.6.1...v0.11.0)

Updates `github.com/ugorji/go/codec` from 1.2.12 to 1.3.1
- [Release notes](https://github.com/ugorji/go/releases)
- [Commits](ugorji/go@v1.2.12...codec/v1.3.1)

Updates `github.com/xuri/nfp` from 0.0.1 to 0.0.2-0.20250530014748-2ddeb826f9a9
- [Commits](https://github.com/xuri/nfp/commits)

Updates `go.opentelemetry.io/auto/sdk` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-instrumentation@sdk/v1.1.0...sdk/v1.2.1)

Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/metric` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.yaml.in/yaml/v2` from 2.4.2 to 2.4.3
- [Commits](yaml/go-yaml@v2.4.2...v2.4.3)

Updates `golang.org/x/image` from 0.27.0 to 0.32.0
- [Commits](golang/image@v0.27.0...v0.32.0)

Updates `golang.org/x/mod` from 0.29.0 to 0.30.0
- [Commits](golang/mod@v0.29.0...v0.30.0)

Updates `golang.org/x/net` from 0.46.0 to 0.48.0
- [Commits](golang/net@v0.46.0...v0.48.0)

Updates `golang.org/x/oauth2` from 0.32.0 to 0.34.0
- [Commits](golang/oauth2@v0.32.0...v0.34.0)

Updates `golang.org/x/sys` from 0.37.0 to 0.39.0
- [Commits](golang/sys@v0.37.0...v0.39.0)

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

Updates `google.golang.org/protobuf` from 1.36.10 to 1.36.11

Updates `k8s.io/apiextensions-apiserver` from 0.31.1 to 0.34.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.31.1...v0.34.1)

Updates `k8s.io/apimachinery` from 0.34.1 to 0.35.0
- [Commits](kubernetes/apimachinery@v0.34.1...v0.35.0)

Updates `k8s.io/client-go` from 0.34.1 to 0.35.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.1...v0.35.0)

Updates `sigs.k8s.io/gateway-api` from 1.1.0 to 1.4.0
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.1.0...v1.4.0)

Updates `sigs.k8s.io/json` from 0.0.0-20241014173422-cfa47c3a1cc8 to 0.0.0-20250730193827-2d320260d730
- [Commits](https://github.com/kubernetes-sigs/json/commits)

Updates `sigs.k8s.io/structured-merge-diff/v6` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/structured-merge-diff@v6.3.0...v6.3.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.23.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/flanksource/commons
  dependency-version: 1.44.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/flanksource/gomplate/v3
  dependency-version: 3.24.66
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/google/cel-go
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/itchyny/gojq
  dependency-version: 0.12.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/labstack/echo/v4
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-sqlite3
  dependency-version: 1.14.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/muesli/termenv
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-version: 2.27.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/pdfcpu/pdfcpu
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/playwright-community/playwright-go
  dependency-version: 0.5200.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/xuri/excelize/v2
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/crypto
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/term
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/text
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/time
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cel.dev/expr
  dependency-version: 0.25.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/antlr4-go/antlr/v4
  dependency-version: 4.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/cert-manager/cert-manager
  dependency-version: 1.19.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/deckarep/golang-set/v2
  dependency-version: 2.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/flanksource/is-healthy
  dependency-version: 1.0.82
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/go-jose/go-jose/v3
  dependency-version: 3.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/go-ole/go-ole
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/gosimple/slug
  dependency-version: 1.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/itchyny/timefmt-go
  dependency-version: 0.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/johnfercher/go-tree
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/lucasb-eyer/go-colorful
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/mattn/go-runewidth
  dependency-version: 0.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/ohler55/ojg
  dependency-version: 1.28.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/olekukonko/errors
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/olekukonko/ll
  dependency-version: 0.1.4-0.20260115111900-9e59c2286df0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/prometheus/procfs
  dependency-version: 0.19.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/richardlehane/mscfb
  dependency-version: 1.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/richardlehane/msoleps
  dependency-version: 1.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/robertkrimen/otto
  dependency-version: 0.5.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/samber/oops
  dependency-version: 1.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/shoenig/go-m1cpu
  dependency-version: 0.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/stoewer/go-strcase
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/tidwall/match
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/tiendc/go-deepcopy
  dependency-version: 1.7.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/tklauser/go-sysconf
  dependency-version: 0.3.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: github.com/tklauser/numcpus
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/ugorji/go/codec
  dependency-version: 1.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: github.com/xuri/nfp
  dependency-version: 0.0.2-0.20250530014748-2ddeb826f9a9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/auto/sdk
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: go.yaml.in/yaml/v2
  dependency-version: 2.4.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/image
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/net
  dependency-version: 0.48.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.34.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/sys
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: golang.org/x/tools
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.34.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sigs.k8s.io/gateway-api
  dependency-version: 1.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: sigs.k8s.io/json
  dependency-version: 0.0.0-20250730193827-2d320260d730
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: sigs.k8s.io/structured-merge-diff/v6
  dependency-version: 6.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Jan 26, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 26, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

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

@dependabot dependabot bot closed this Jan 27, 2026
@dependabot dependabot bot deleted the dependabot-go_modules-minor-and-patch-221a868ff4 branch January 27, 2026 12:09
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants