Skip to content

Bump the go_modules group across 9 directories with 3 updates#9

Merged
JSTONE1111 merged 1 commit intodevelopfrom
dependabot/go_modules/core/scripts/go_modules-c8a89aae3f
Jan 3, 2026
Merged

Bump the go_modules group across 9 directories with 3 updates#9
JSTONE1111 merged 1 commit intodevelopfrom
dependabot/go_modules/core/scripts/go_modules-c8a89aae3f

Conversation

@dependabot
Copy link

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

Bumps the go_modules group with 2 updates in the /core/scripts directory: github.com/containerd/containerd/v2 and github.com/expr-lang/expr.
Bumps the go_modules group with 1 update in the /core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/web-trigger-based directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based directory: golang.org/x/crypto.
Bumps the go_modules group with 1 update in the /deployment directory: github.com/expr-lang/expr.
Bumps the go_modules group with 1 update in the /integration-tests directory: github.com/expr-lang/expr.
Bumps the go_modules group with 1 update in the /integration-tests/load directory: github.com/expr-lang/expr.
Bumps the go_modules group with 2 updates in the /system-tests/lib directory: github.com/containerd/containerd/v2 and github.com/expr-lang/expr.
Bumps the go_modules group with 1 update in the /system-tests/tests directory: github.com/expr-lang/expr.

Updates github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5

Release notes

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

containerd 2.1.5

Welcome to the v2.1.5 release of containerd!

The fifth patch release for containerd 2.1 contains various fixes and updates.

Security Updates

Highlights

Container Runtime Interface (CRI)

  • Disable event subscriber during task cleanup (#12410)
  • Add SystemdCgroup to default runtime options (#12253)
  • Fix userns with container image VOLUME mounts that need copy (#12242)

Image Distribution

  • Ensure errContentRangeIgnored error when range-get request is ignored (#12312)

Runtime

  • Update runc binary to v1.3.3 (#12478)

Deprecations

  • Postpone v2.2 deprecation items to v2.3 (#12431)

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

Contributors

  • Phil Estes
  • Akihiro Suda
  • Derek McGowan
  • Austin Vazquez
  • Rodrigo Campos
  • Maksym Pavlenko
  • Wei Fu
  • ningmingxiao
  • Akhil Mohan

... (truncated)

Commits
  • fcd4322 Merge pull request #12483 from austinvazquez/prep_2_1_5
  • fc5bdfe Prepare release notes for v2.1.5
  • c578c26 Update mailmap
  • 46a4a03 Merge commit from fork
  • 239ab87 Merge commit from fork
  • ac96e84 Merge pull request #12478 from k8s-infra-cherrypick-robot/cherry-pick-12475-t...
  • ed7edda Merge pull request #12470 from austinvazquez/2_1_bump_binaries_job_images
  • 3d713d3 runc: Update runc binary to v1.3.3
  • de4221c Update GHA runners to use latest images for basic binaries build
  • 559240f Merge pull request #12467 from austinvazquez/2_1_bump_go_1_24_9
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.5 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.40.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.40.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.40.0 to 0.45.0

Commits
  • 4e0068c go.mod: update golang.org/x dependencies
  • e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
  • f91f7a7 ssh/agent: prevent panic on malformed constraint
  • 2df4153 acme/autocert: let automatic renewal work with short lifetime certs
  • bcf6a84 acme: pass context to request
  • b4f2b62 ssh: fix error message on unsupported cipher
  • 79ec3a5 ssh: allow to bind to a hostname in remote forwarding
  • 122a78f go.mod: update golang.org/x dependencies
  • c0531f9 all: eliminate vet diagnostics
  • 0997000 all: fix some comments
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.5 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.5 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.5 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable in compare view

Updates github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5

Release notes

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

containerd 2.1.5

Welcome to the v2.1.5 release of containerd!

The fifth patch release for containerd 2.1 contains various fixes and updates.

Security Updates

Highlights

Container Runtime Interface (CRI)

  • Disable event subscriber during task cleanup (#12410)
  • Add SystemdCgroup to default runtime options (#12253)
  • Fix userns with container image VOLUME mounts that need copy (#12242)

Image Distribution

  • Ensure errContentRangeIgnored error when range-get request is ignored (#12312)

Runtime

  • Update runc binary to v1.3.3 (#12478)

Deprecations

  • Postpone v2.2 deprecation items to v2.3 (#12431)

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

Contributors

  • Phil Estes
  • Akihiro Suda
  • Derek McGowan
  • Austin Vazquez
  • Rodrigo Campos
  • Maksym Pavlenko
  • Wei Fu
  • ningmingxiao
  • Akhil Mohan

... (truncated)

Commits
  • fcd4322 Merge pull request #12483 from austinvazquez/prep_2_1_5
  • fc5bdfe Prepare release notes for v2.1.5
  • c578c26 Update mailmap
  • 46a4a03 Merge commit from fork
  • 239ab87 Merge commit from fork
  • ac96e84 Merge pull request #12478 from k8s-infra-cherrypick-robot/cherry-pick-12475-t...
  • ed7edda Merge pull request #12470 from austinvazquez/2_1_bump_binaries_job_images
  • 3d713d3 runc: Update runc binary to v1.3.3
  • de4221c Update GHA runners to use latest images for basic binaries build
  • 559240f Merge pull request #12467 from austinvazquez/2_1_bump_go_1_24_9
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.5 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable in compare view

Updates github.com/expr-lang/expr from 1.17.5 to 1.17.7

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.17.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`let foo = bar(); baz(foo, foo)`)

This release brings new language features, performance improvements across runtime and compiler, better error handling, and many important bug fixes.

New Features

Support for else if expressions

  • You can now chain conditional branches using else if! (#879)

Unicode escapes in the \u{XXXXXX} format

  • String literals now support Unicode code point escapes such as \u{1F600}. (#882)

Byte slice support in the matches operator

The matches operator now works with []byte, improving interoperability with binary data. (#876)

Short-circuit control options

New options allow enabling or disabling short-circuiting behavior in the compiler and VM. (#847)

Option to disable if operator

A separate DisableIfOperator option is now available. (#881)

Performance Improvements

Runtime structure fetch improvements

Accessing struct fields at runtime is now faster. (#833)

VM function call optimizations

Function calls inside the VM execute more efficiently. (#832)

Type system performance boost

Large or complex type operations now run significantly faster. (#824)

Bug Fixes

  • Guard negative forward jump offsets (#861).

... (truncated)

Commits
  • d472286 Improve gen.go
  • 713a26a Add support for Unicode escape sequences in the \u{XXXXXX} format (#882)
  • 6ed72a2 Add DisableIfOperator option (#881)
  • 4d38449 chore: test and build on Go 1.25 (#880)
  • 087698e Add error handling for invalid if condition and test for crash with null byte
  • 738da0b Remove ExampleDisableShortCircuit test function
  • eb73788 Add else if support (#879)
  • cf53913 Improve the performance of runtime.Fetch for structures (#833)
  • e5ee6c2 Rename DisableSC to ShortCircuit for better clarity and consistency
  • 1973835 feat: add disable short-circuiting option to compiler (#847)
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the go_modules group with 2 updates in the /core/scripts directory: [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) and [github.com/expr-lang/expr](https://github.com/expr-lang/expr).
Bumps the go_modules group with 1 update in the /core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/cron-based directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /core/scripts/cre/environment/examples/workflows/v1/proof-of-reserve/web-trigger-based directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /core/scripts/cre/environment/examples/workflows/v2/proof-of-reserve/cron-based directory: [golang.org/x/crypto](https://github.com/golang/crypto).
Bumps the go_modules group with 1 update in the /deployment directory: [github.com/expr-lang/expr](https://github.com/expr-lang/expr).
Bumps the go_modules group with 1 update in the /integration-tests directory: [github.com/expr-lang/expr](https://github.com/expr-lang/expr).
Bumps the go_modules group with 1 update in the /integration-tests/load directory: [github.com/expr-lang/expr](https://github.com/expr-lang/expr).
Bumps the go_modules group with 2 updates in the /system-tests/lib directory: [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) and [github.com/expr-lang/expr](https://github.com/expr-lang/expr).
Bumps the go_modules group with 1 update in the /system-tests/tests directory: [github.com/expr-lang/expr](https://github.com/expr-lang/expr).


Updates `github.com/containerd/containerd/v2` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.1.4...v2.1.5)

Updates `github.com/expr-lang/expr` from 1.17.5 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.5...v1.17.7)

Updates `golang.org/x/crypto` from 0.40.0 to 0.45.0
- [Commits](golang/crypto@v0.40.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.40.0 to 0.45.0
- [Commits](golang/crypto@v0.40.0...v0.45.0)

Updates `golang.org/x/crypto` from 0.40.0 to 0.45.0
- [Commits](golang/crypto@v0.40.0...v0.45.0)

Updates `github.com/expr-lang/expr` from 1.17.5 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.5...v1.17.7)

Updates `github.com/expr-lang/expr` from 1.17.5 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.5...v1.17.7)

Updates `github.com/expr-lang/expr` from 1.17.5 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.5...v1.17.7)

Updates `github.com/containerd/containerd/v2` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/containerd/containerd/releases)
- [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
- [Commits](containerd/containerd@v2.1.4...v2.1.5)

Updates `github.com/expr-lang/expr` from 1.17.5 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.5...v1.17.7)

Updates `github.com/expr-lang/expr` from 1.17.5 to 1.17.7
- [Release notes](https://github.com/expr-lang/expr/releases)
- [Commits](expr-lang/expr@v1.17.5...v1.17.7)

---
updated-dependencies:
- dependency-name: github.com/containerd/containerd/v2
  dependency-version: 2.1.5
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/containerd/containerd/v2
  dependency-version: 2.1.5
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: github.com/expr-lang/expr
  dependency-version: 1.17.7
  dependency-type: indirect
  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 Jan 2, 2026
@JSTONE1111 JSTONE1111 merged commit cd6c6cc into develop Jan 3, 2026
81 of 105 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/core/scripts/go_modules-c8a89aae3f branch January 3, 2026 02:35
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.

1 participant