mirror of
https://github.com/minio/minio.git
synced 2025-12-03 14:31:23 -05:00
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:
2
go.mod
2
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user