Skip to content

Commit ad4fb64

Browse files
Update module github.com/spf13/pflag to v1.0.10
1 parent 35f5783 commit ad4fb64

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,33 @@ require (
1414
github.com/go-x-pkg/xseelog v0.0.3
1515
github.com/sevlyar/go-daemon v0.1.6
1616
github.com/spf13/cobra v1.6.1
17-
github.com/spf13/pflag v1.0.5
17+
github.com/spf13/pflag v1.0.10
1818
)
1919

2020
require (
2121
github.com/gin-contrib/sse v0.1.0 // indirect
2222
github.com/go-playground/locales v0.14.0 // indirect
2323
github.com/go-playground/universal-translator v0.18.0 // indirect
24-
github.com/go-playground/validator/v10 v10.10.0 // indirect
24+
github.com/go-playground/validator/v10 v10.11.1 // indirect
2525
github.com/go-x-pkg/fnspath v0.0.1 // indirect
2626
github.com/go-x-pkg/isnil v0.0.1 // indirect
27-
github.com/goccy/go-json v0.9.7 // indirect
27+
github.com/goccy/go-json v0.9.11 // indirect
2828
github.com/golang/protobuf v1.5.2 // indirect
2929
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3030
github.com/json-iterator/go v1.1.12 // indirect
3131
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
3232
github.com/leodido/go-urn v1.2.1 // indirect
33-
github.com/mattn/go-isatty v0.0.14 // indirect
33+
github.com/mattn/go-isatty v0.0.16 // indirect
3434
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
3535
github.com/modern-go/reflect2 v1.0.2 // indirect
36-
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
36+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
3737
github.com/ugorji/go/codec v1.2.7 // indirect
38-
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
39-
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
40-
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
41-
golang.org/x/text v0.3.6 // indirect
38+
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
39+
golang.org/x/net v0.4.0 // indirect
40+
golang.org/x/sys v0.3.0 // indirect
41+
golang.org/x/text v0.5.0 // indirect
4242
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
4343
google.golang.org/grpc v1.50.0 // indirect
44-
google.golang.org/protobuf v1.28.0 // indirect
44+
google.golang.org/protobuf v1.28.1 // indirect
4545
gopkg.in/yaml.v2 v2.4.0 // indirect
4646
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0
440440
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
441441
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
442442
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
443+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
444+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
443445
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
444446
github.com/spf13/viper v1.4.0/go.mod h1:PTJ7Z/lr49W6bUbkmS1V3by4uWynFiR9p7+dSq/yZzE=
445447
github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg=

0 commit comments

Comments
 (0)