Skip to content

go.mod: bump the most-deps group across 1 directory with 3 updates#155

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/most-deps-996c48c3dd
Open

go.mod: bump the most-deps group across 1 directory with 3 updates#155
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/most-deps-996c48c3dd

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the most-deps group with 3 updates in the / directory: github.com/elk-language/go-prompt, github.com/google/cel-go and golang.org/x/crypto.

Updates github.com/elk-language/go-prompt from 1.3.1 to 1.4.0

Changelog

Sourced from github.com/elk-language/go-prompt's changelog.

[1.4.0] - 12.05.2026

Diff

Added

  • styled prefixes - Issue#27
    • Prefix a struct that represents a styled prefix (background and text color)
    • type ExtendedPrefixCallback func() (prefix *Prefix) - a callback type that returns a styled prefix
    • func WithExtendedPrefixCallback(f ExtendedPrefixCallback) Option - a new option that registers a callback that creates a dynamic prefix with a custom background and text color
  • custom interrupt handlers - Issue#30
    • type InterruptCallback func(prompt *Prompt, code os.Signal) - a callback type that handles interrupts
    • func WithInterruptCallback(fn InterruptCallback) Option - a new option that registers a callback that captures and handles interrupts

Removed

[1.3.0] - 21.05.2025

Diff

Added

  • PR#26 - add HistoryInterface to let users implement their own custom history
  • Fix multiline editing
  • Add maximum size to history
  • Add new methods to History
    • Get
    • Entries
    • DeleteAll

[1.2.0] - 28.03.2025

Diff

Added

  • PR#24 - the project now builds for other environments than windows or unix (WASM)
  • Update Go to 1.24

[1.1.5] - 15.08.2023

Diff

Fixed

  • PR#18 - fix the http-prompt example and refactor the example building script (make it fail when an example doesn't compile)
  • PR#17 - correctly restore terminal parameters
  • PR#16 - propagate getOriginalTermios error when called multiple times

[1.1.4] - 29.07.2023

Diff

Added

... (truncated)

Commits
  • f809267 Add Interrupt handlers, dynamic prefix colors, remove read sleep
  • See full diff in compare view

Updates github.com/google/cel-go from 0.28.0 to 0.28.1

Release notes

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

Release v0.28.1

What's Changed

New Contributors

Full Changelog: google/cel-go@v0.28.0...v0.28.1

Commits

Updates golang.org/x/crypto from 0.51.0 to 0.52.0

Commits
  • a1c0d99 go.mod: update golang.org/x dependencies
  • 3c7c869 ssh: fix deadlock on unexpected channel responses
  • 533fb3f ssh: fix source-address critical option bypass
  • abbc44d ssh: fix incorrect operator order
  • e052873 ssh: fix infinite loop on large channel writes due to integer overflow
  • b61cf85 ssh: enforce user presence verification for security keys
  • 9c2cd33 ssh: enforce strict limits on DSA key parameters
  • 8907318 ssh: reject RSA keys with excessively large moduli
  • ffd87b4 ssh: fix panic when authority callbacks are nil
  • 4e7a738 ssh: fix deadlock on unexpected global responses
  • 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 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 most-deps group with 3 updates in the / directory: [github.com/elk-language/go-prompt](https://github.com/elk-language/go-prompt), [github.com/google/cel-go](https://github.com/google/cel-go) and [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `github.com/elk-language/go-prompt` from 1.3.1 to 1.4.0
- [Changelog](https://github.com/elk-language/go-prompt/blob/master/CHANGELOG.md)
- [Commits](elk-language/go-prompt@v1.3.1...v1.4.0)

Updates `github.com/google/cel-go` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.28.0...v0.28.1)

Updates `golang.org/x/crypto` from 0.51.0 to 0.52.0
- [Commits](golang/crypto@v0.51.0...v0.52.0)

---
updated-dependencies:
- dependency-name: github.com/elk-language/go-prompt
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-deps
- dependency-name: github.com/google/cel-go
  dependency-version: 0.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: most-deps
- dependency-name: golang.org/x/crypto
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: most-deps
...

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 May 26, 2026
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