Skip to content

Bump the gomod group with 6 updates#33

Merged
miniprow-dev[bot] merged 1 commit into
mainfrom
dependabot/go_modules/gomod-ad53cb2616
Apr 20, 2026
Merged

Bump the gomod group with 6 updates#33
miniprow-dev[bot] merged 1 commit into
mainfrom
dependabot/go_modules/gomod-ad53cb2616

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 6 updates:

Package From To
github.com/carabiner-dev/ampel 1.1.4 1.1.5
github.com/carabiner-dev/collector 0.3.4-0.20260405002205-9441e61c839f 0.3.4
github.com/carabiner-dev/command 0.3.1-0.20260313054653-5c2e5699363e 0.3.1
github.com/carabiner-dev/policy 0.4.6-0.20260414211325-bc1592462719 0.4.7
github.com/carabiner-dev/signer 0.4.3 0.4.5
golang.org/x/term 0.41.0 0.42.0

Updates github.com/carabiner-dev/ampel from 1.1.4 to 1.1.5

Release notes

Sourced from github.com/carabiner-dev/ampel's releases.

v1.1.5

What's New 🚀

This is a minor release that adds support for GPG subkey verification in policies and configuration support for transformers.

This release also picks up big improvements in the maven collector and fixes a couple of bugs on windows and patches two vulnerabilities coming in from other modules.

What's Changed

Full Changelog: carabiner-dev/ampel@v1.1.4...v1.1.5

Commits

Updates github.com/carabiner-dev/collector from 0.3.4-0.20260405002205-9441e61c839f to 0.3.4

Release notes

Sourced from github.com/carabiner-dev/collector's releases.

v0.3.4

What's Changed

Full Changelog: carabiner-dev/collector@v0.3.3...v0.3.4

Commits

Updates github.com/carabiner-dev/command from 0.3.1-0.20260313054653-5c2e5699363e to 0.3.1

Release notes

Sourced from github.com/carabiner-dev/command's releases.

v0.3.1

No release notes provided.

Commits

Updates github.com/carabiner-dev/policy from 0.4.6-0.20260414211325-bc1592462719 to 0.4.7

Release notes

Sourced from github.com/carabiner-dev/policy's releases.

v0.4.7

No release notes provided.

v0.4.6

No release notes provided.

Commits

Updates github.com/carabiner-dev/signer from 0.4.3 to 0.4.5

Release notes

Sourced from github.com/carabiner-dev/signer's releases.

v0.4.5

What's Changed

Full Changelog: carabiner-dev/signer@v0.4.4...v0.4.5

v0.4.4

No release notes provided.

Commits
  • 7979c73 Merge pull request #100 from carabiner-dev/subkeys
  • d213445 Add identity matching doc
  • 5a887f5 Merge pull request #99 from carabiner-dev/subkeys
  • 00777ab Add tests for subkey matching behavior
  • e1ebc6c Add subkeys to identity matching
  • 898b3c0 Identity builder from public key
  • 5994d78 make proto
  • d130554 Add signer finger print to key identity
  • 8ab651b Merge pull request #98 from carabiner-dev/subkeys
  • 2f66ee6 Emit full packets when signing with GPG
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.41.0 to 0.42.0

Commits

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 gomod group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/carabiner-dev/ampel](https://github.com/carabiner-dev/ampel) | `1.1.4` | `1.1.5` |
| [github.com/carabiner-dev/collector](https://github.com/carabiner-dev/collector) | `0.3.4-0.20260405002205-9441e61c839f` | `0.3.4` |
| [github.com/carabiner-dev/command](https://github.com/carabiner-dev/command) | `0.3.1-0.20260313054653-5c2e5699363e` | `0.3.1` |
| [github.com/carabiner-dev/policy](https://github.com/carabiner-dev/policy) | `0.4.6-0.20260414211325-bc1592462719` | `0.4.7` |
| [github.com/carabiner-dev/signer](https://github.com/carabiner-dev/signer) | `0.4.3` | `0.4.5` |
| [golang.org/x/term](https://github.com/golang/term) | `0.41.0` | `0.42.0` |


Updates `github.com/carabiner-dev/ampel` from 1.1.4 to 1.1.5
- [Release notes](https://github.com/carabiner-dev/ampel/releases)
- [Commits](carabiner-dev/ampel@v1.1.4...v1.1.5)

Updates `github.com/carabiner-dev/collector` from 0.3.4-0.20260405002205-9441e61c839f to 0.3.4
- [Release notes](https://github.com/carabiner-dev/collector/releases)
- [Commits](https://github.com/carabiner-dev/collector/commits/v0.3.4)

Updates `github.com/carabiner-dev/command` from 0.3.1-0.20260313054653-5c2e5699363e to 0.3.1
- [Release notes](https://github.com/carabiner-dev/command/releases)
- [Commits](https://github.com/carabiner-dev/command/commits/v0.3.1)

Updates `github.com/carabiner-dev/policy` from 0.4.6-0.20260414211325-bc1592462719 to 0.4.7
- [Release notes](https://github.com/carabiner-dev/policy/releases)
- [Commits](https://github.com/carabiner-dev/policy/commits/v0.4.7)

Updates `github.com/carabiner-dev/signer` from 0.4.3 to 0.4.5
- [Release notes](https://github.com/carabiner-dev/signer/releases)
- [Commits](carabiner-dev/signer@v0.4.3...v0.4.5)

Updates `golang.org/x/term` from 0.41.0 to 0.42.0
- [Commits](golang/term@v0.41.0...v0.42.0)

---
updated-dependencies:
- dependency-name: github.com/carabiner-dev/ampel
  dependency-version: 1.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/carabiner-dev/collector
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/carabiner-dev/command
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/carabiner-dev/policy
  dependency-version: 0.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/carabiner-dev/signer
  dependency-version: 0.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/term
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

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 Apr 20, 2026
@miniprow-dev miniprow-dev Bot added lgtm Indicates that a PR is ready to be merged (Looks Good To Me) approved Indicates a PR has been approved by an approver from all required OWNERS files labels Apr 20, 2026
@miniprow-dev miniprow-dev Bot merged commit b6cbf1a into main Apr 20, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/gomod-ad53cb2616 branch April 20, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files dependencies Pull requests that update a dependency file go Pull requests that update go code lgtm Indicates that a PR is ready to be merged (Looks Good To Me)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant