fix: replace deprecated library usage patterns #2798
fix: replace deprecated github.com/pkg/errors with fmt.Errorf
34313dbc
fix: replace os.IsNotExist() with errors.Is(err, os.ErrNotExist)
e17339fc
fix: replace direct error comparison with errors.Is() for ErrMissingD…
ffbf4b06
bfirsh
requested a review
22 days ago
fix: replace http.Get/http.PostForm with context-aware requests
6e575234
bfirsh
force pushed
from
b76390f7
to
6e575234
22 days ago
michaeldwan
added this to the 0.18.0 milestone 20 days ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub