go.mod: bump client-go and api machinerie
I had to run `make generate`. Some API functions got additional parameters `Options` and `Context`. I used empty options and `context.TODO()` for now. Signed-off-by: leonnicolas <leonloechner@gmx.de>
This commit is contained in:
4
vendor/golang.org/x/lint/go.mod
generated
vendored
4
vendor/golang.org/x/lint/go.mod
generated
vendored
@@ -1,3 +1,5 @@
|
||||
module golang.org/x/lint
|
||||
|
||||
require golang.org/x/tools v0.0.0-20190311212946-11955173bddd
|
||||
go 1.11
|
||||
|
||||
require golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7
|
||||
|
||||
Reference in New Issue
Block a user