File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- module github.com/ProtonMail /gopenpgp/v3
1
+ module github.com/lovoo /gopenpgp/v3
2
2
3
3
go 1.22.0
4
4
5
5
require (
6
6
github.com/ProtonMail/go-crypto v1.2.0
7
7
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
8
+ github.com/ProtonMail/gopenpgp/v3 v3.2.0
8
9
github.com/stretchr/testify v1.10.0
9
10
)
10
11
11
12
require (
12
13
github.com/cloudflare/circl v1.6.0 // indirect
13
14
github.com/davecgh/go-spew v1.1.1 // indirect
14
- github.com/kr/pretty v0.2.1 // indirect
15
+ github.com/kr/text v0.1.0 // indirect
15
16
github.com/pmezard/go-difflib v1.0.0 // indirect
16
17
golang.org/x/crypto v0.33.0 // indirect
17
18
golang.org/x/sys v0.30.0 // indirect
18
19
golang.org/x/text v0.22.0 // indirect
19
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
20
20
gopkg.in/yaml.v3 v3.0.1 // indirect
21
21
)
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/ProtonMail/go-crypto v1.2.0 h1:+PhXXn4SPGd+qk76TlEePBfOfivE0zkWFenhGh
2
2
github.com/ProtonMail/go-crypto v1.2.0 /go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE =
3
3
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k =
4
4
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f /go.mod h1:gcr0kNtGBqin9zDW9GOHcVntrwnjrK+qdJ06mWYBybw =
5
+ github.com/ProtonMail/gopenpgp/v3 v3.2.0 h1:BGYWjoyIddNA89TUWAEVbbkI4ecomV8eOd5hvwJ18s8 =
6
+ github.com/ProtonMail/gopenpgp/v3 v3.2.0 /go.mod h1:x7RduTo/0n/2PjTFRoEHApaxye/8PFbhoCquwfYBUGM =
5
7
github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk =
6
8
github.com/cloudflare/circl v1.6.0 /go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs =
7
9
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
You can’t perform that action at this time.
0 commit comments