2024-11-20 17:47:02 +00:00
|
|
|
module git.wamblee.org/public/gotools
|
|
|
|
|
2025-01-07 08:27:12 +00:00
|
|
|
go 1.23.4
|
2024-12-24 21:39:09 +00:00
|
|
|
|
2024-12-24 23:08:36 +00:00
|
|
|
require (
|
|
|
|
github.com/goccy/go-yaml v1.15.13
|
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|