added filetree walking

This commit is contained in:
specCon18 2025-03-16 04:56:52 -04:00
parent 345d0b82d7
commit 0f9ceffeff
5 changed files with 103 additions and 0 deletions

10
go.mod Normal file
View 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
)