Skip to content

Commit

Permalink
fix(deps): update module github.com/spf13/pflag to v1.0.6 (#506)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) |
`v1.0.5` -> `v1.0.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fspf13%2fpflag/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fspf13%2fpflag/v1.0.5/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.5/v1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>spf13/pflag (github.com/spf13/pflag)</summary>

###
[`v1.0.6`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.6)

[Compare
Source](https://redirect.github.com/spf13/pflag/compare/v1.0.5...v1.0.6)

#### What's Changed

- Add exported functions to preserve `pkg/flag` compatibility by
[@&#8203;mckern](https://redirect.github.com/mckern) in
[https://github.com/spf13/pflag/pull/220](https://redirect.github.com/spf13/pflag/pull/220)
- remove dead code for checking error nil by
[@&#8203;yashbhutwala](https://redirect.github.com/yashbhutwala) in
[https://github.com/spf13/pflag/pull/282](https://redirect.github.com/spf13/pflag/pull/282)
- Add IPNetSlice and unit tests by
[@&#8203;rpothier](https://redirect.github.com/rpothier) in
[https://github.com/spf13/pflag/pull/170](https://redirect.github.com/spf13/pflag/pull/170)
- allow for blank ip addresses by
[@&#8203;duhruh](https://redirect.github.com/duhruh) in
[https://github.com/spf13/pflag/pull/316](https://redirect.github.com/spf13/pflag/pull/316)
- add github actions by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/spf13/pflag/pull/419](https://redirect.github.com/spf13/pflag/pull/419)

#### New Contributors

- [@&#8203;mckern](https://redirect.github.com/mckern) made their first
contribution in
[https://github.com/spf13/pflag/pull/220](https://redirect.github.com/spf13/pflag/pull/220)
- [@&#8203;yashbhutwala](https://redirect.github.com/yashbhutwala) made
their first contribution in
[https://github.com/spf13/pflag/pull/282](https://redirect.github.com/spf13/pflag/pull/282)
- [@&#8203;rpothier](https://redirect.github.com/rpothier) made their
first contribution in
[https://github.com/spf13/pflag/pull/170](https://redirect.github.com/spf13/pflag/pull/170)
- [@&#8203;duhruh](https://redirect.github.com/duhruh) made their first
contribution in
[https://github.com/spf13/pflag/pull/316](https://redirect.github.com/spf13/pflag/pull/316)
- [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark)
made their first contribution in
[https://github.com/spf13/pflag/pull/419](https://redirect.github.com/spf13/pflag/pull/419)

**Full Changelog**:
spf13/pflag@v1.0.5...v1.0.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday,after 9am and before
5pm" in timezone America/Los_Angeles, Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/trussworks/setup-new-aws-user).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 4b1cd30 commit 9ee864a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/pflag v1.0.6
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
gopkg.in/ini.v1 v1.67.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmq
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU=
github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA=
github.com/spf13/viper v1.16.0 h1:rGGH0XDZhdUOryiDWjmIvUSWpbNqisK8Wk0Vyefw8hc=
Expand Down

0 comments on commit 9ee864a

Please sign in to comment.