fix: remove unused args field from depsConfig

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
yxxhero 2026-03-15 10:08:31 +08:00
parent 634b4444bd
commit e3d566b32b
1 changed files with 0 additions and 1 deletions

View File

@ -2628,7 +2628,6 @@ type depsConfig struct {
skipRepos bool
includeNeeds bool
includeTransitiveNeeds bool
args []string
}
func (c depsConfig) SkipRepos() bool {