I was able to successfully build askgit by replacing github.com/libgit2/git2go/v30 with github.com/libgit2/git2go/v31, but I imagine this would break things for those with older libgit2 versions.
hi @kevin-cantwell thanks for pointing this out! Looks like we should upgrade to github.com/libgit2/git2go/v31 which will then require a 1.1 libgit2 to build.
I'm running OSX Catalina with libgit2 v1.1.0:
I cannot build askgit due to a git2go version incompatibility with my libgit2 version:
The git2go module has very strict libgit2 version dependencies: https://github.com/libgit2/git2go#which-go-version-to-use
I was able to successfully build askgit by replacing
github.com/libgit2/git2go/v30
withgithub.com/libgit2/git2go/v31
, but I imagine this would break things for those with older libgit2 versions.