Skip to content

build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 - #367

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/spf13/pflag-1.0.10
Open

build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10#367
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/spf13/pflag-1.0.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/spf13/pflag from 1.0.9 to 1.0.10.

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.10

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

Commits
  • 0491e57 Merge pull request #448 from thaJeztah/fix_go_version
  • 72abab1 Merge pull request #447 from thaJeztah/fix_deprecation_comment
  • 7e4dfb1 Test on Go 1.12
  • 18a9d17 move Func, BoolFunc, tests as they require go1.21
  • c5b9e98 remove uses of errors.Is, which requires go1.13
  • 45a4873 fix deprecation comment for (FlagSet.)ParseErrorsWhitelist
  • See full diff in compare view


Note

Low Risk
Lockfile-only dependency patch with no repo code changes; low impact on CLI behavior.

Overview
Bumps github.com/spf13/pflag from 1.0.9 to 1.0.10 in go.mod and refreshes the matching go.sum checksums. No application source changes.

The new release is a small maintenance drop (deprecation comment fix, test/Go-version housekeeping in upstream). pflag is used indirectly via github.com/spf13/cobra for CLI flag parsing.

Reviewed by Cursor Bugbot for commit bab464d. Bugbot is set up for automated code reviews on this repo. Configure here.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 6, 2026
mendral-app[bot]

This comment was marked as outdated.

Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.9...v1.0.10)

---
updated-dependencies:
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/github.com/spf13/pflag-1.0.10 branch from 00b7155 to bab464d Compare August 17, 2026 21:33
@mendral-app

mendral-app Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

🧪 Testing Guide

What this PR addresses

This is a routine dependency bump of github.com/spf13/pflag from v1.0.9 to v1.0.10, created by Dependabot. The upstream release includes minor fixes (deprecation comment corrections, removal of older Go compatibility code). There are no user-facing behavior changes expected.

Steps to verify

  1. Ensure the project builds successfully:
    go build ./...
  2. Run the full test suite:
    go test ./...
  3. If the project uses CLI flag parsing (via cobra or pflag directly), confirm basic CLI commands still work as expected (e.g., --help, passing flags).

What to verify (expected behavior)

  • Build completes without errors.
  • All existing tests pass with no regressions.
  • CLI flag parsing behavior is unchanged (pflag is a transitive dependency of cobra).
  • go.sum is consistent (go mod tidy produces no diff).

Note

Posted by PR Testing Guide · Tag @mendral-app with feedback.

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