From 121701b62358a454bbfdccfadfcce9bb843602d6 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 5 Jun 2024 15:37:44 +0200 Subject: Revert "mod: bump github.com/vektra/mockery/v2 from 2.40.3 to 2.43.2" This reverts commit 568d10fd6d0d9b79cb09fe344bf77bde20ed665f. --- go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b44fa054d..820e651f2 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,6 @@ module github.com/google/syzkaller go 1.21 -toolchain go1.22.3 require ( cloud.google.com/go/logging v1.10.0 @@ -21,7 +20,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.43.2 + github.com/vektra/mockery/v2 v2.40.3 golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc golang.org/x/oauth2 v0.20.0 golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c -- cgit mrf-deployment