Update module github.com/sethvargo/go-password to v0.4.0 - #70
Open
renovate[bot] wants to merge 1 commit into
Open
Update module github.com/sethvargo/go-password to v0.4.0#70renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Closed
1 task
renovate
Bot
force-pushed
the
renovate/github.com-sethvargo-go-password-0.x
branch
from
August 10, 2025 15:16
0ff8653 to
4217804
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/github.com-sethvargo-go-password-0.x
branch
from
July 17, 2026 23:02
4217804 to
3255f73
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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.
This PR contains the following updates:
v0.2.0→v0.4.0Release Notes
sethvargo/go-password (github.com/sethvargo/go-password)
v0.4.0Compare Source
What's changed
Modernizes the library for Go 1.25.
Breaking / behavior changes
Generatenow returns the new exportedErrNegativeInputwhennumDigitsornumSymbolsis negative. PreviouslyGenerate(10, -3, 0, false, false)computedchars = 10 - (-3) - 0 = 13and silently returned a 13-character password instead of the requested length.Fixes
godoc.orglink, and the dead AgileBits discussion link.log.Printf(res)->log.Print(res)) in the package doc comment and README.Tooling
make testCI job across macOS/Ubuntu/Windows, with actions SHA-pinned via ratchet.Full changelog: sethvargo/go-password@v0.3.1...v0.4.0
v0.3.1Compare Source
v0.3.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.