Skip to content

Commit 582446b

Browse files
committed
Fix mocks
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 8f738f2 commit 582446b

File tree

21 files changed

+91
-1971
lines changed

21 files changed

+91
-1971
lines changed

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module sigs.k8s.io/security-profiles-operator
22

33
go 1.25.0
44

5+
// TODO: remove when https://github.com/maxbrunsfeld/counterfeiter/issues/344
6+
// got resolved.
7+
exclude golang.org/x/tools v0.38.0
8+
59
require (
610
dario.cat/mergo v1.0.2
711
github.com/acobaugh/osrelease v0.1.0
@@ -316,7 +320,7 @@ require (
316320
golang.org/x/term v0.37.0 // indirect
317321
golang.org/x/text v0.31.0 // indirect
318322
golang.org/x/time v0.13.0 // indirect
319-
golang.org/x/tools v0.38.0 // indirect
323+
golang.org/x/tools v0.37.0 // indirect
320324
google.golang.org/api v0.251.0 // indirect
321325
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
322326
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,8 +2088,8 @@ golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc
20882088
golang.org/x/tools v0.3.0/go.mod h1:/rWhSS2+zyEVwoJf8YAX6L2f0ntZ7Kn/mGgAWcipA5k=
20892089
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
20902090
golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s=
2091-
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
2092-
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
2091+
golang.org/x/tools v0.37.0 h1:DVSRzp7FwePZW356yEAChSdNcQo6Nsp+fex1SUW09lE=
2092+
golang.org/x/tools v0.37.0/go.mod h1:MBN5QPQtLMHVdvsbtarmTNukZDdgwdwlO5qGacAzF0w=
20932093
golang.org/x/tools/go/expect v0.1.1-deprecated h1:jpBZDwmgPhXsKZC6WhL20P4b/wmnpsEAGHaNy0n/rJM=
20942094
golang.org/x/tools/go/expect v0.1.1-deprecated/go.mod h1:eihoPOH+FgIqa3FpoTwguz/bVUSGBlGQU67vpBeOrBY=
20952095
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated h1:1h2MnaIAIXISqTFKdENegdpAgUXz6NrPEsbIeWaBRvM=

vendor/golang.org/x/tools/go/ast/astutil/imports.go

Lines changed: 43 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)