Skip to content

Bump the go-dependencies group across 1 directory with 3 updates#288

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-93c6e950c0
Open

Bump the go-dependencies group across 1 directory with 3 updates#288
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go-dependencies-93c6e950c0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the go-dependencies group with 3 updates in the / directory: github.com/fatih/color, github.com/shiftleftcyber/securesbom-sdk-golang/v2 and sigs.k8s.io/release-utils.

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

Release notes

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

v1.19.0

What's Changed

New Contributors

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

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

Updates github.com/shiftleftcyber/securesbom-sdk-golang/v2 from 2.3.0 to 2.5.0

Release notes

Sourced from github.com/shiftleftcyber/securesbom-sdk-golang/v2's releases.

v2.5.0

SecureSBOM Go SDK v2.5.0

What's Changed

This release includes the SecureSBOM Go SDK and example applications.

Installation

Go SDK

go get github.com/shiftleftcyber/securesbom-sdk-golang@v2.5.0

Example Binaries

Download the appropriate binary for your platform from the assets below.

Linux (amd64):

curl -LO https://github.com/shiftleftcyber/securesbom-sdk-golang/releases/download/v2.5.0/securesbom-examples-v2.5.0-linux-amd64.tar.gz
tar xzf securesbom-examples-v2.5.0-linux-amd64.tar.gz

macOS (Apple Silicon):

curl -LO https://github.com/shiftleftcyber/securesbom-sdk-golang/releases/download/v2.5.0/securesbom-examples-v2.5.0-darwin-arm64.tar.gz
tar xzf securesbom-examples-v2.5.0-darwin-arm64.tar.gz

Windows (amd64): Download the zip file and extract it.

Checksums

All release artifacts include SHA256 checksums for verification.

Documentation

Full Changelog

shiftleftcyber/securesbom-sdk-golang@...v2.5.0

What's Changed

... (truncated)

Commits

Updates sigs.k8s.io/release-utils from 0.12.3 to 0.12.4

Release notes

Sourced from sigs.k8s.io/release-utils's releases.

v0.12.4

Changes by Kind

Bug

  • Fix shared default options mutation across http agents. NewAgent() previously returned agents all pointing to the same options struct, so calling any With*() method on one agent would mutate all agents. (#182, @​saschagrunert) [SIG Release]

Feature

  • The http.Agent now supports setting custom clients with WithClient() (#169, @​puerco) [SIG Release]

Other (Cleanup or Flake)

Dependencies

Added

  • github.com/cespare/xxhash/v2: v2.3.0

Changed

Removed

Nothing has changed.

Commits
  • c5ec679 Merge pull request #182 from saschagrunert/fix/agent-shared-options
  • e3734a4 Fix shared default options mutation across agents
  • 96f97ba Merge pull request #181 from kubernetes-sigs/dependabot/github_actions/action...
  • 6f678e3 build(deps): bump the actions group with 2 updates
  • c2cdc95 Merge pull request #179 from cpanato/updates
  • d5a73e4 fix lints
  • a4f2787 bump cosign and golangci-lint
  • d1b29d9 Merge pull request #177 from kubernetes-sigs/dependabot/docker/all-9adf8b7ea7
  • ffec3c4 build(deps): bump golang from 1.26.0 to 1.26.1 in the all group
  • ae59572 Merge pull request #178 from kubernetes-sigs/dependabot/go_modules/all-c0a0eb...
  • 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 go-dependencies group with 3 updates in the / directory: [github.com/fatih/color](https://github.com/fatih/color), [github.com/shiftleftcyber/securesbom-sdk-golang/v2](https://github.com/shiftleftcyber/securesbom-sdk-golang) and [sigs.k8s.io/release-utils](https://github.com/kubernetes-sigs/release-utils).


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

Updates `github.com/shiftleftcyber/securesbom-sdk-golang/v2` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/shiftleftcyber/securesbom-sdk-golang/releases)
- [Commits](shiftleftcyber/securesbom-sdk-golang@v2.3.0...v2.5.0)

Updates `sigs.k8s.io/release-utils` from 0.12.3 to 0.12.4
- [Release notes](https://github.com/kubernetes-sigs/release-utils/releases)
- [Commits](kubernetes-sigs/release-utils@v0.12.3...v0.12.4)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/shiftleftcyber/securesbom-sdk-golang/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: sigs.k8s.io/release-utils
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

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 6, 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