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 aebfc153ab
commit 5fdb9d1556
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 {