File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ module github.com/timvw/wt
33go 1.24.0
44
55require (
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
1113require (
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)
Original file line number Diff line number Diff line change @@ -18,8 +18,12 @@ github.com/manifoldco/promptui v0.9.0/go.mod h1:ka04sppxSGFAtxX0qhlYQjISsg9mR4GW
1818github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
1919github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0 =
2020github.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 =
2123github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
2224github.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 =
2327github.com/u-root/gobusybox/src v0.0.0-20221229083637-46b2883a7f90 h1:zTk5683I9K62wtZ6eUa6vu6IWwVHXPnoKK5n2unAwv0 =
2428github.com/u-root/gobusybox/src v0.0.0-20221229083637-46b2883a7f90 /go.mod h1:lYt+LVfZBBwDZ3+PHk4k/c/TnKOkjJXiJO73E32Mmpc =
2529github.com/u-root/u-root v0.11.0 h1:6gCZLOeRyevw7gbTwMj3fKxnr9+yHFlgF3N7udUVNO8 =
You can’t perform that action at this time.
0 commit comments