Bump github.com/itchyny/timefmt-go from 0.1.5 to 0.1.8 in the go-dependencies group across 1 directory - #195
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the go-dependencies group with 1 update in the / directory: [github.com/itchyny/timefmt-go](https://github.com/itchyny/timefmt-go). Updates `github.com/itchyny/timefmt-go` from 0.1.5 to 0.1.8 - [Release notes](https://github.com/itchyny/timefmt-go/releases) - [Changelog](https://github.com/itchyny/timefmt-go/blob/main/CHANGELOG.md) - [Commits](itchyny/timefmt-go@v0.1.5...v0.1.8) --- updated-dependencies: - dependency-name: github.com/itchyny/timefmt-go dependency-version: 0.1.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-dependencies-430235bd8b
branch
from
July 27, 2026 14:11
e2385e5 to
1aea798
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 1 update in the / directory: github.com/itchyny/timefmt-go.
Updates
github.com/itchyny/timefmt-gofrom 0.1.5 to 0.1.8Release notes
Sourced from github.com/itchyny/timefmt-go's releases.
Changelog
Sourced from github.com/itchyny/timefmt-go's changelog.
Commits
304aadfupdate CHANGELOG.md for v0.1.8e5fb258add more test casesa7803a9support parsing time zone offset with%:::z52d3bc4optimize compound directives by resolving in switch statementf0b9b83refactor %G and %g parsing to reuse %Y and %yaad97f3fix %s for 32-bit platforms, optimize formatting integers85a916aadd benchmarks for formatting and parsing484b069support parsing negative numbers (%Y, %G, %s)f94f156add test with Go 1.26da66c43fix %g parsing to use the same threshold as %y