summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authormichael boulton <[email protected]>2020-08-18 17:25:31 +0100
committerGitHub <[email protected]>2020-08-18 09:25:31 -0700
commit7d4453198b55ecc2d9e09b64352edecb5db8b6ef (patch)
tree60fd2ff9d59edb85fce2e49a3fea2a553bac73f7 /go.mod
parent7883ec85de56ee55667481228282fd690fce6246 (diff)
Add support for creating signed commits and signing commits during a rebase (#626)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
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