Skip to content

Commit

Permalink
merge: deps: update module github.com/spf13/pflag to v1.0.6
Browse files Browse the repository at this point in the history
This MR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | require | patch | `v1.0.5` -> `v1.0.6` |

---

### Release Notes

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

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

[Compare Source](spf13/pflag@v1.0.5...v1.0.6)

#### What's Changed

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

#### New Contributors

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

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

</details>

---

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

---

&nbsp;
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

See merge request alpine/infra/build-server-status!19
  • Loading branch information
Ikke committed Jan 30, 2025
2 parents 45805fa + 98f000a commit 6a84395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/gorilla/websocket v1.5.3
github.com/rs/zerolog v1.33.0
github.com/spf13/pflag v1.0.5
github.com/spf13/pflag v1.0.6
github.com/stretchr/testify v1.10.0
)

Expand Down
4 changes: 2 additions & 2 deletions backend/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
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/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=
Expand Down

0 comments on commit 6a84395

Please sign in to comment.