Skip to content

build(deps): bump github.com/lestrrat-go/strftime from 1.1.1 to 1.2.0 in the go-deps group#2

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-deps-367ae230e8
Open

build(deps): bump github.com/lestrrat-go/strftime from 1.1.1 to 1.2.0 in the go-deps group#2
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-deps-367ae230e8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2026

Bumps the go-deps group with 1 update: github.com/lestrrat-go/strftime.

Updates github.com/lestrrat-go/strftime from 1.1.1 to 1.2.0

Release notes

Sourced from github.com/lestrrat-go/strftime's releases.

v1.2.0

What's Changed

New Contributors

Full Changelog: lestrrat-go/strftime@v1.1.1...v1.2.0

Changelog

Sourced from github.com/lestrrat-go/strftime's changelog.

v1.2.0 - 21 May 2026 [New features]

  • Support a no-padding flag for numeric specifiers. A - (glibc) or # (Windows) flag placed between the % and the conversion specifier suppresses the leading zero/blank padding, e.g. %-m -> "1" instead of "01". (#91)
  • Add locale support for name-based specifiers (%A, %a, %B, %b, %p, etc.). A new WithLocale option accepts a Locale, with DefaultLocale() providing the English defaults. Supporting MonthNames / WeekdayNames types and a LocaleOption constructor are also exported. (#92)

[Performance]

  • Speed up formatting and pattern compilation. (#93)

[Bug fixes]

  • Fix the locking mechanism in the package-level Lookup function. (#76)

[Miscellaneous]

  • Modernize CI and lint infrastructure. (#87)
  • Updated dependencies (testify, GitHub Actions, codecov).
Commits
  • 0a8d050 Update Changes
  • 2dde0bd speed up formatting and pattern compilation (#93)
  • f89e619 add locale support for name specifiers (#92)
  • 78dc79d support no-padding flag for numeric specifiers (#91)
  • b4ab1c6 Bump github.com/lestrrat-go/strftime from 1.1.0 to 1.1.1 in /bench (#90)
  • 00adbc0 Bump github.com/ncruces/go-strftime from 0.1.9 to 1.0.0 in /bench (#89)
  • 2e77933 Bump codecov/codecov-action from 5.5.1 to 6.0.1 (#88)
  • 0bcb36d modernize CI and lint infrastructure (#87)
  • 2ac6a85 Bump actions/setup-go from 5.5.0 to 6.1.0 (#79)
  • 6665088 Bump actions/checkout from 5.0.0 to 5.0.1 (#78)
  • Additional commits viewable in compare view

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 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-deps group with 1 update: [github.com/lestrrat-go/strftime](https://github.com/lestrrat-go/strftime).


Updates `github.com/lestrrat-go/strftime` from 1.1.1 to 1.2.0
- [Release notes](https://github.com/lestrrat-go/strftime/releases)
- [Changelog](https://github.com/lestrrat-go/strftime/blob/master/Changes)
- [Commits](lestrrat-go/strftime@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/strftime
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

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 May 26, 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