aboutsummaryrefslogtreecommitdiffstats
path: root/options.go
diff options
context:
space:
mode:
authorJohan Fleury <jfleury+github@arcaik.net>2021-04-06 04:58:10 -0400
committerGitHub <noreply@github.com>2021-04-06 10:58:10 +0200
commitbd662b091fad176e225b39e7f05b73ecba37cd72 (patch)
tree06c08a7a32d641462f39804fae1549b69301364c /options.go
parentd5ed15d99d9b5c375dc15b0a009c915ac4edc6f7 (diff)
downloadgo-git-bd662b091fad176e225b39e7f05b73ecba37cd72.tar.gz
*: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/openpgp (#283)
Diffstat (limited to 'options.go')
-rw-r--r--options.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.go b/options.go
index b5d1503..0f92fd7 100644
--- a/options.go
+++ b/options.go
@@ -7,12 +7,12 @@ import (
"strings"
"time"
+ "github.com/ProtonMail/go-crypto/openpgp"
"github.com/go-git/go-git/v5/config"
"github.com/go-git/go-git/v5/plumbing"
"github.com/go-git/go-git/v5/plumbing/object"
"github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband"
"github.com/go-git/go-git/v5/plumbing/transport"
- "golang.org/x/crypto/openpgp"
)
// SubmoduleRescursivity defines how depth will affect any submodule recursive