added filetree walking
This commit is contained in:
parent
345d0b82d7
commit
0f9ceffeff
5 changed files with 103 additions and 0 deletions
10
go.mod
Normal file
10
go.mod
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
module speccon18/yunodo/v2
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/spf13/cobra v1.9.1
|
||||
|
||||
require (
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/spf13/pflag v1.0.6 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue