Skip to content

Update module github.com/sethvargo/go-password to v0.4.0 - #70

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-sethvargo-go-password-0.x
Open

Update module github.com/sethvargo/go-password to v0.4.0#70
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-sethvargo-go-password-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 17, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/sethvargo/go-password v0.2.0v0.4.0 age confidence

Release Notes

sethvargo/go-password (github.com/sethvargo/go-password)

v0.4.0

Compare Source

What's changed

Modernizes the library for Go 1.25.

Breaking / behavior changes
  • Requires Go 1.25 (dropped the pinned toolchain).
  • Generate now returns the new exported ErrNegativeInput when numDigits or numSymbols is negative. Previously Generate(10, -3, 0, false, false) computed chars = 10 - (-3) - 0 = 13 and silently returned a 13-character password instead of the requested length.
Fixes
  • Fixed the broken README Actions badge (deprecated shields.io endpoint), the dead godoc.org link, and the dead AgileBits discussion link.
  • Fixed a non-constant format string (log.Printf(res) -> log.Print(res)) in the package doc comment and README.
Tooling
  • Replaced golangci-lint with a make test CI job across macOS/Ubuntu/Windows, with actions SHA-pinned via ratchet.

Full changelog: sethvargo/go-password@v0.3.1...v0.4.0

v0.3.1

Compare Source

v0.3.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependency label Mar 17, 2025
@renovate
renovate Bot force-pushed the renovate/github.com-sethvargo-go-password-0.x branch from 0ff8653 to 4217804 Compare August 10, 2025 15:16
@renovate renovate Bot changed the title fix(deps): update module github.com/sethvargo/go-password to v0.3.1 Update module github.com/sethvargo/go-password to v0.3.1 Apr 8, 2026
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/github.com-sethvargo-go-password-0.x branch from 4217804 to 3255f73 Compare July 17, 2026 23:02
@renovate renovate Bot changed the title Update module github.com/sethvargo/go-password to v0.3.1 Update module github.com/sethvargo/go-password to v0.4.0 Jul 17, 2026
@renovate

renovate Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23 -> 1.25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants