2024-12-27 04:53:03 +01:00
|
|
|
module git.brono.cloud/wzykubek/licensmith
|
|
|
|
|
|
|
|
go 1.23.4
|
2024-12-28 20:44:10 +01:00
|
|
|
|
2024-12-29 16:46:19 +01:00
|
|
|
require (
|
|
|
|
github.com/spf13/cobra v1.8.1
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|