You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test/e2e/k8s_util.go uses the package "github.com/pkg/errors" which is no longer maintained (pkg/errors#245). I think we can get rid of it by replacing errors.Wrapf and errors.WithMessagef with fmt.Errorf, or we can probihit or discourage any new use of "github.com/pkg/errors".
The text was updated successfully, but these errors were encountered:
The
test/e2e/k8s_util.go
uses the package "github.com/pkg/errors" which is no longer maintained (pkg/errors#245). I think we can get rid of it by replacingerrors.Wrapf
anderrors.WithMessagef
withfmt.Errorf
, or we can probihit or discourage any new use of "github.com/pkg/errors".The text was updated successfully, but these errors were encountered: