From c1ec21d89caa0cdb0aefd6f6b8f95648418a3543 Mon Sep 17 00:00:00 2001 From: Sanskar Jaiswal Date: Tue, 4 Oct 2022 20:20:57 +0530 Subject: libgit2 v1.5.0 #major (#929) Update libgit2 to v1.5.0. Replace `SmartProxyOptions()` with `SmartRemoteConnectOptions()`. Fixes: https://github.com/libgit2/git2go/issues/899 Signed-off-by: Sanskar Jaiswal Co-authored-by: lhchavez --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c8028ef..ed6d20c 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/libgit2/git2go/v33 +module github.com/libgit2/git2go/v34 go 1.13 -- cgit v1.2.3