Skip to content

⬆️ go: Bump the go group across 1 directory with 3 updates#44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-1a3d6a1c6f
Open

⬆️ go: Bump the go group across 1 directory with 3 updates#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-1a3d6a1c6f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go group with 3 updates in the / directory: github.com/alecthomas/kong, github.com/fatih/color and github.com/zclconf/go-cty.

Updates github.com/alecthomas/kong from 1.14.0 to 1.15.0

Commits
  • 14c97a2 fix: Allow the root node to define Help() (#593)
  • db42183 feat: allow explicitly set path with default to an empty string to clear it (...
  • a2df5f5 Add a generic BindFor that can usually replace BindTo (#590)
  • 258b13a fix: Do not open the default file that might be non existent if the value was...
  • 95675de feat: signature defaults (#581)
  • See full diff in compare view

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/zclconf/go-cty from 1.18.0 to 1.18.1

Changelog

Sourced from github.com/zclconf/go-cty's changelog.

1.18.1 (April 16, 2026)

  • stdlib: ContainsFunc now allows its second argument to be null, to test whether the given collection contains any null elements.
  • stdlib: MergeFunc no longer panics if all of its arguments are null values of the same object type with at least one attribute.
Commits
  • dcb5db6 v1.18.1
  • 77d87c2 stdlib: no MergeFunc crash with null values of object type
  • 6854da9 stdlib: ContainsFunc allows testing for presence of null value
  • ddb73de Begin development of v1.18.1
  • See full diff 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 group with 3 updates in the / directory: [github.com/alecthomas/kong](https://github.com/alecthomas/kong), [github.com/fatih/color](https://github.com/fatih/color) and [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty).


Updates `github.com/alecthomas/kong` from 1.14.0 to 1.15.0
- [Commits](alecthomas/kong@v1.14.0...v1.15.0)

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/zclconf/go-cty` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.18.0...v1.18.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/kong
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/zclconf/go-cty
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

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
@github-actions

Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 4 package(s) with unknown licenses.
See the Details below.

License Issues

go.mod

PackageVersionLicenseIssue Type
github.com/alecthomas/kong1.15.0NullUnknown License
github.com/fatih/color1.19.0NullUnknown License
github.com/mattn/go-colorable0.1.14NullUnknown License
github.com/zclconf/go-cty1.18.1NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/alecthomas/kong 1.15.0 UnknownUnknown
gomod/github.com/fatih/color 1.19.0 UnknownUnknown
gomod/github.com/mattn/go-colorable 0.1.14 UnknownUnknown
gomod/github.com/zclconf/go-cty 1.18.1 UnknownUnknown
gomod/golang.org/x/sys 0.42.0 UnknownUnknown

Scanned Files

  • go.mod

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