Skip to content

Commit 75e65b3

Browse files
fix(deps): update module github.com/spf13/cobra to v1.10.2
1 parent 19e3b90 commit 75e65b3

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/timvw/wt
33
go 1.24.0
44

55
require (
6+
github.com/BurntSushi/toml v1.6.0
67
github.com/aymanbagabas/go-pty v0.2.2
78
github.com/manifoldco/promptui v0.9.0
8-
github.com/spf13/cobra v1.8.0
9+
github.com/spf13/cobra v1.10.2
10+
gopkg.in/yaml.v3 v3.0.1
911
)
1012

1113
require (
12-
github.com/BurntSushi/toml v1.6.0 // indirect
1314
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
1415
github.com/creack/pty v1.1.24 // indirect
1516
github.com/inconshreveable/mousetrap v1.1.0 // indirect
16-
github.com/spf13/pflag v1.0.5 // indirect
17+
github.com/spf13/pflag v1.0.9 // indirect
1718
github.com/u-root/u-root v0.11.0 // indirect
1819
golang.org/x/crypto v0.45.0 // indirect
1920
golang.org/x/sys v0.38.0 // indirect
20-
gopkg.in/yaml.v3 v3.0.1 // indirect
2121
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GW
1818
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
1919
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
2020
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
21+
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
22+
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
2123
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
2224
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
25+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
26+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
2327
github.com/u-root/gobusybox/src v0.0.0-20221229083637-46b2883a7f90 h1:zTk5683I9K62wtZ6eUa6vu6IWwVHXPnoKK5n2unAwv0=
2428
github.com/u-root/gobusybox/src v0.0.0-20221229083637-46b2883a7f90/go.mod h1:lYt+LVfZBBwDZ3+PHk4k/c/TnKOkjJXiJO73E32Mmpc=
2529
github.com/u-root/u-root v0.11.0 h1:6gCZLOeRyevw7gbTwMj3fKxnr9+yHFlgF3N7udUVNO8=

0 commit comments

Comments
 (0)