func init()

in commands/deps.go [31:34]


func init() {
	Deps.AddCommand(DepsResolveCommand)
	Deps.AddCommand(DepsCheckCommand)
}