chore(deps): update module github.com/vektra/mockery/v3 to v3.3.1 (#1344)

* chore(deps): update module github.com/vektra/mockery/v3 to v3.3.1

* Generated by GitHub Actions (go / generate)

https://github.com/int128/kubelogin/actions/runs/15284039911

* Empty commit to trigger GitHub Actions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: update-generated-files-action <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: int128-renovate-merge-bot[bot] <132176788+int128-renovate-merge-bot[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-05-27 22:08:47 +00:00
committed by GitHub
parent 1714508e08
commit 6b78d60eb8
4 changed files with 19 additions and 7 deletions

View File

@@ -159,7 +159,10 @@ func (_c *MockInterface_Printf_Call) Run(run func(format string, args ...interfa
arg0 = args[0].(string)
}
var arg1 []interface{}
variadicArgs := args[1].([]interface{})
var variadicArgs []interface{}
if len(args) > 1 {
variadicArgs = args[1].([]interface{})
}
arg1 = variadicArgs
run(
arg0,
@@ -290,7 +293,10 @@ func (_c *MockVerbose_Infof_Call) Run(run func(format string, args ...interface{
arg0 = args[0].(string)
}
var arg1 []interface{}
variadicArgs := args[1].([]interface{})
var variadicArgs []interface{}
if len(args) > 1 {
variadicArgs = args[1].([]interface{})
}
arg1 = variadicArgs
run(
arg0,
@@ -368,7 +374,10 @@ func (_c *mockgoLogger_Printf_Call) Run(run func(format string, v ...interface{}
arg0 = args[0].(string)
}
var arg1 []interface{}
variadicArgs := args[1].([]interface{})
var variadicArgs []interface{}
if len(args) > 1 {
variadicArgs = args[1].([]interface{})
}
arg1 = variadicArgs
run(
arg0,

View File

@@ -66,7 +66,10 @@ func (_c *mocktestingLogger_Logf_Call) Run(run func(format string, v ...interfac
arg0 = args[0].(string)
}
var arg1 []interface{}
variadicArgs := args[1].([]interface{})
var variadicArgs []interface{}
if len(args) > 1 {
variadicArgs = args[1].([]interface{})
}
arg1 = variadicArgs
run(
arg0,