Closed unknwon closed 5 years ago
This PR is meant to fix problem reported in #113.
The easiest fix is to change the import path in sourcegraph.com/sourcegraph/go-git, but since it is archived, using Go module replace directive is another option.
sourcegraph.com/sourcegraph/go-git
replace
The CI will fail for any Go version that does not support Go modules, but pass for "Go: master" (which supports Go modules).
Closed in favor of https://github.com/sourcegraph/go-git/pull/4.
This PR is meant to fix problem reported in #113.
The easiest fix is to change the import path in
sourcegraph.com/sourcegraph/go-git
, but since it is archived, using Go modulereplace
directive is another option.The CI will fail for any Go version that does not support Go modules, but pass for "Go: master" (which supports Go modules).