diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-01 03:05:31 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-09-02 18:41:11 +0000 |
| commit | abeaa9b9ff28969f20348db9f6d85bb3113c1a36 (patch) | |
| tree | 3a38f7c8477852a63379943efd25b7973c8ef15a /go.mod | |
| parent | 4ec5906d55babd2497f63f5bd316947c77e08c91 (diff) | |
mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.45.0
Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.40.3 to 2.45.0.
- [Release notes](https://github.com/vektra/mockery/releases)
- [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md)
- [Commits](https://github.com/vektra/mockery/compare/v2.40.3...v2.45.0)
---
updated-dependencies:
- dependency-name: github.com/vektra/mockery/v2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ module github.com/google/syzkaller go 1.21 +toolchain go1.22.5 require ( cloud.google.com/go v0.114.0 @@ -25,7 +26,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.40.3 + github.com/vektra/mockery/v2 v2.45.0 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 |
