diff options
| -rw-r--r-- | go.mod | 6 | ||||
| -rw-r--r-- | go.sum | 2 | ||||
| -rwxr-xr-x | tools/mockery.sh | 2 |
3 files changed, 7 insertions, 3 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 @@ -690,6 +690,8 @@ github.com/uudashr/gocognit v1.1.2 h1:l6BAEKJqQH2UpKAPKdMfZf5kE4W/2xk8pfU1OVLvni github.com/uudashr/gocognit v1.1.2/go.mod h1:aAVdLURqcanke8h3vg35BC++eseDm66Z7KmchI5et4k= github.com/vektra/mockery/v2 v2.40.3 h1:IZ2lydSDFsY0khnEsbSu13VLcqSsa6UYSS/8F+uOJmo= github.com/vektra/mockery/v2 v2.40.3/go.mod h1:KYBZF/7sqOa86BaOZPYsoCZWEWLS90a5oBLg2pVudxY= +github.com/vektra/mockery/v2 v2.45.1 h1:6HpdnKiLCjVtzlRLQPUNIM0u7yrvAoZ7VWF1TltJvTM= +github.com/vektra/mockery/v2 v2.45.1/go.mod h1:XNTE9RIu3deGAGQRVjP1VZxGpQNm0YedZx4oDs3prr8= github.com/xen0n/gosmopolitan v1.2.2 h1:/p2KTnMzwRexIW8GlKawsTWOxn7UHA+jCMF/V8HHtvU= github.com/xen0n/gosmopolitan v1.2.2/go.mod h1:7XX7Mj61uLYrj0qmeN0zi7XDon9JRAEhYQqAPLVNTeg= github.com/yagipy/maintidx v1.0.0 h1:h5NvIsCz+nRDapQ0exNv4aJ0yXSI0420omVANTv3GJM= diff --git a/tools/mockery.sh b/tools/mockery.sh index 3a8d04c54..968495f8a 100755 --- a/tools/mockery.sh +++ b/tools/mockery.sh @@ -2,4 +2,4 @@ # Copyright 2022 syzkaller project authors. All rights reserved. # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. -go run github.com/vektra/mockery/v2@v2.40.3 --log-level=error "$@" +go run github.com/vektra/mockery/v2@v2.45.1 --log-level=error "$@" |
