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 60214c2c78
commit c03a24f83d
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 {