hashicorp / serf

Service orchestration and management tool.
https://github.com/hashicorp/serf/blob/master/docs/index.html.markdown
Mozilla Public License 2.0
5.88k stars 596 forks source link

Bump github.com/ryanuber/columnize from 0.0.0-20160712163229-9b3edd62028f to 2.1.2+incompatible #674

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/ryanuber/columnize from 0.0.0-20160712163229-9b3edd62028f to 2.1.2+incompatible.

Release notes

Sourced from github.com/ryanuber/columnize's releases.

Fix go modules

The last release (v2.1.1) was created to add the go.mod file. Given that this repository is already beyond v2 release-wise, and importers are already using the "v2" version of this package at a technically-v1 path, this is the lowest-impact way of un-breaking go modules. This release is simply to set this repository back to "not using Go modules" territory.

See #24 for further discussion and details.

v2.1.1

No release notes provided.

v2.1.0

Features

  • Settable per-line prefix GH-3
  • Configurable behavior for empty lines GH-5

Enhancements

  • New public MergeConfig() function

v2.0.1

API Changes

  • Format and SimpleFormat both return just a string
  • Format and SimpleFormat both accept only a string slice

v1.1.1

Bug Fixes

  • Preserve padding if the first field is empty after strings.TrimSpace()

v1.1.0

Changes:

  • Introduces Config type to future-proof the api.

Release notes

  • Breaks the original Format() api, which previously took multiple options in favor of accepting a config struct containing the options.

v0.1.0

No release notes provided.

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)