sunny0826 / kubectl-pod-lens

kubectl plugin for show pod-related resources
https://pod-lens.guoxudong.io
Apache License 2.0
29 stars 3 forks source link

Bump github.com/i582/cfmt from 1.0.7 to 1.4.0 #28

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/i582/cfmt from 1.0.7 to 1.4.0.

Release notes

Sourced from github.com/i582/cfmt's releases.

v1.4.0

  • Added fmt.Errorf.

v1.3.0

  • Added the DisableColors and EnableColors functions to disable and enable colors globally.

v1.2.0

  • Added package clog which contains functions for output the same as in log.
  • Fatal* functions moved from cfmt to clog.
  • Due to the addition of packages, the library import now contains a cmd folder.

v1.1.0

  • The number of dependencies has been reduced to one.
  • Added concealed style.
  • Removed overline and faint styles.
  • Added Fatalln function.

v1.0.10

Fixed parsing for two consecutive formatted groups. For example:

cfmt.Println("{{hello}}::red{{world}}::green")

v1.0.9

Fixed output for structures and lines containing curly braces at the end. Such as, for example:

"{{{Hello}}}::red"

v1.0.8

Fixed background hex color.

Commits


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like github.com/i582/cfmt is up-to-date now, so this is no longer needed.