summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorSuhaib Mujahid <[email protected]>2020-10-26 21:09:26 -0400
committerGitHub <[email protected]>2020-10-26 18:09:26 -0700
commitad3ec3664d54779c4c2e49e41f85e886fbff343c (patch)
tree23265352f1bd0b3adcc412d4a1b638466bf315af /go.mod
parentf83530b18dc46867ed06fc261b309b8b545a3b6f (diff)
Create v31 to support libgit2 v1.1.x (#668)
The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c190305..42cdb9d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/libgit2/git2go/v30
+module github.com/libgit2/git2go/v31
go 1.13