Merge pull request #35 from snapp-incubator/dependabot/go_modules/git… #109
Annotations
20 errors
lint:
controllers/argocduser_controller.go#L35
could not import sigs.k8s.io/controller-runtime/pkg/log (-: # sigs.k8s.io/controller-runtime/pkg/log
|
lint
cannot use NullLogger{} (value of type NullLogger) as logr.Logger value in argument to Log.Fulfill
|
lint
cannot use NullLogger{} (value of type NullLogger) as logr.Logger value in argument to NewDelegatingLogger
|
lint
cannot use Log (variable of type *DelegatingLogger) as logr.Logger value in variable declaration
|
lint
assignment mismatch: 1 variable but logr.FromContext returns 2 values
|
lint
cannot use NullLogger{} (value of type NullLogger) as logr.Logger value in variable declaration
|
lint
cannot use log (variable of type NullLogger) as logr.Logger value in return statement
|
lint
undefined: logr.WithCallDepth
|
lint
cannot use res (variable of type *DelegatingLogger) as logr.Logger value in return statement
|
lint
cannot use res (variable of type *DelegatingLogger) as logr.Logger value in return statement
|
test
cannot use &logrusr{…} (value of type *logrusr) as logr.Logger value in return statement
|
test
undefined: logr.InfoLogger
|
test
cannot use l (variable of type *logrusr) as logr.Logger value in return statement
|
test
cannot use l (variable of type *logrusr) as logr.Logger value in return statement
|
test
invalid operation: logr != nil (mismatched types logr.Logger and untyped nil)
|
test
invalid operation: logr != nil (mismatched types logr.Logger and untyped nil)
|
test
invalid operation: logr != nil (mismatched types logr.Logger and untyped nil)
|
test
invalid operation: logr != nil (mismatched types logr.Logger and untyped nil)
|
test
invalid operation: loggr != nil (mismatched types logr.Logger and untyped nil)
|
test
invalid operation: loggr != nil (mismatched types logr.Logger and untyped nil)
|