Skip to content

Commit 6a84395

Browse files
committed
merge: deps: update module github.com/spf13/pflag to v1.0.6
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
2 parents 45805fa + 98f000a commit 6a84395

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/eclipse/paho.mqtt.golang v1.5.0
77
github.com/gorilla/websocket v1.5.3
88
github.com/rs/zerolog v1.33.0
9-
github.com/spf13/pflag v1.0.5
9+
github.com/spf13/pflag v1.0.6
1010
github.com/stretchr/testify v1.10.0
1111
)
1212

backend/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
1717
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
1818
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
1919
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
20-
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
21-
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
20+
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
21+
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
2222
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
2323
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
2424
golang.org/x/net v0.27.0 h1:5K3Njcw06/l2y9vpGCSdcxWOYHOUk3dVNGDXN+FvAys=

0 commit comments

Comments
 (0)