sourcegraph / go-vcs

manipulate and inspect VCS repositories in Go
https://sourcegraph.com/sourcegraph/go-vcs
Other
79 stars 20 forks source link

Enable Go modules #114

Closed unknwon closed 5 years ago

unknwon commented 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.

The CI will fail for any Go version that does not support Go modules, but pass for "Go: master" (which supports Go modules).

unknwon commented 5 years ago

Closed in favor of https://github.com/sourcegraph/go-git/pull/4.