From 7d4453198b55ecc2d9e09b64352edecb5db8b6ef Mon Sep 17 00:00:00 2001 From: michael boulton <61595820+mbfr@users.noreply.github.com> Date: Tue, 18 Aug 2020 17:25:31 +0100 Subject: Add support for creating signed commits and signing commits during a rebase (#626) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index ee2b6e7..c190305 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,5 @@ module github.com/libgit2/git2go/v30 go 1.13 + +require golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de -- cgit v1.2.3