Makefile: Check for any non committed auto-generated code (#10579)

Always check if the auto-generated code is still compatible with the
existing written code to avoid a possible forgetting or sometimes a non
intentional change.
This commit is contained in:
Anis Elleuch
2020-09-28 21:33:34 +01:00
committed by GitHub
parent 27d9bd04e5
commit e0c04a2da0
3 changed files with 14 additions and 2 deletions

2
go.mod
View File

@@ -82,7 +82,7 @@ require (
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200904194848-62affa334b73
golang.org/x/sys v0.0.0-20200915084602-288bc346aa39
golang.org/x/tools v0.0.0-20200814172026-c4923e618c08 // indirect
golang.org/x/tools v0.0.0-20200925191224-5d1fdd8fa346 // indirect
google.golang.org/api v0.5.0
gopkg.in/jcmturner/gokrb5.v7 v7.3.0
gopkg.in/ldap.v3 v3.0.3