diff options
| author | Aleksandr Nogikh <wp32pw@gmail.com> | 2024-09-03 10:35:53 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-09-03 15:57:00 +0000 |
| commit | 9d47f20a1c5cfc0e89b8e37d0175d69be81ad9a9 (patch) | |
| tree | 7dccd9dfd5a438954152afbce59871615736e0e8 /go.mod | |
| parent | 6632e0eb1ecd3776993a79459a8b5ed277ec0a59 (diff) | |
Revert "mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.45.0"
This reverts commit abeaa9b9ff28969f20348db9f6d85bb3113c1a36.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ module github.com/google/syzkaller go 1.21 -toolchain go1.22.5 require ( cloud.google.com/go v0.114.0 @@ -26,7 +25,7 @@ require ( github.com/sergi/go-diff v1.3.1 github.com/stretchr/testify v1.9.0 github.com/ulikunitz/xz v0.5.12 - github.com/vektra/mockery/v2 v2.45.0 + github.com/vektra/mockery/v2 v2.40.3 golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc golang.org/x/oauth2 v0.22.0 golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c |
