gomod: Replace deprecated gopkg.in/src-d/go-git.v4
Created by: blanet
Both gopkg.in/src-d/go-git.v4
and github.com/go-git/go-git/v5
are imported in out project.
But src-d/go-git
is already abandoned and turned to go-git/go-git
, so just keep the latter only.
Test plan
CI