aboutsummaryrefslogtreecommitdiffstats
path: root/.mockery.yaml
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-07-01 19:08:37 +0200
committerTaras Madan <tarasmadan@google.com>2025-07-01 21:41:27 +0000
commit065d1b73397a6839320b1fc6cb5b40e8623a4825 (patch)
tree82eed7c10eba6100c2d960ed85709d3d7c2084bc /.mockery.yaml
parentffe4b334cb3673050f6078356393ce4b76adfc54 (diff)
go.mod: update mockery to v3
Diffstat (limited to '.mockery.yaml')
-rw-r--r--.mockery.yaml8
1 files changed, 3 insertions, 5 deletions
diff --git a/.mockery.yaml b/.mockery.yaml
index 6f7123013..ae8cc82cd 100644
--- a/.mockery.yaml
+++ b/.mockery.yaml
@@ -2,11 +2,9 @@
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
dir: "{{.InterfaceDir}}/mocks"
-outpkg: "mocks"
-mockname: "{{.InterfaceName}}"
+pkgname: "mocks"
+structname: "{{.InterfaceName}}"
filename: "{{.InterfaceName}}.go"
-resolve-type-alias: False # TODO: remove in mockery 3
-issue-845-fix: True # TODO: remove in mockery 3
packages:
github.com/google/syzkaller/pkg/gcs:
interfaces:
@@ -32,6 +30,6 @@ packages:
ProxyAppInterface:
github.com/google/syzkaller/vm/proxyapp:
config:
- mockname: "SubProcessCmd"
+ structname: "SubProcessCmd"
interfaces:
subProcessCmd: