summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2021-10-14 04:42:42 -0700
committerGitHub <[email protected]>2021-10-14 04:42:42 -0700
commit6eae74c128e37e590d3a5da3fe0561add4b94d5c (patch)
treebd5d11a80188bc44668cce5deed56c949151da01 /go.mod
parent9b155184fe1f0f0258730bccd2759ac7ec39be2a (diff)
libgit2 v1.3.0 #major (#840)
This commit introduces libgit2 v1.3.0 to git2go, which brings a large number of [bugfixes and features](https://github.com/libgit2/libgit2/releases/tag/v1.3.0). This also marks the start of the v33 release.
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 db1ea19..c8028ef 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/libgit2/git2go/v32
+module github.com/libgit2/git2go/v33
go 1.13