diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-09-10 09:53:01 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-09-10 08:58:18 +0000 |
| commit | 47b9b6346dbbcfe6a0a820445ef2db658f47747c (patch) | |
| tree | aa6592904d405bc1786961a22a3990e9a541e912 /go.mod | |
| parent | 43a27ff6c27be3e7f43cc9d34d7055faaada091d (diff) | |
go/mod: update mockery
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ module github.com/google/syzkaller -go 1.21 +go 1.22 + +toolchain go1.22.7 require ( cloud.google.com/go v0.114.0 @@ -25,7 +27,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.1 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 |
