Skip to content

Commit 61eec4b

Browse files
authored
Merge pull request #2 from lovoo/Fix-mod-file
Fix mod package name
2 parents 39261a2 + 68a61dc commit 61eec4b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
module github.com/ProtonMail/gopenpgp/v3
1+
module github.com/lovoo/gopenpgp/v3
22

33
go 1.22.0
44

55
require (
66
github.com/ProtonMail/go-crypto v1.2.0
77
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f
8+
github.com/ProtonMail/gopenpgp/v3 v3.2.0
89
github.com/stretchr/testify v1.10.0
910
)
1011

1112
require (
1213
github.com/cloudflare/circl v1.6.0 // indirect
1314
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
1516
github.com/pmezard/go-difflib v1.0.0 // indirect
1617
golang.org/x/crypto v0.33.0 // indirect
1718
golang.org/x/sys v0.30.0 // indirect
1819
golang.org/x/text v0.22.0 // indirect
19-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2020
gopkg.in/yaml.v3 v3.0.1 // indirect
2121
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/ProtonMail/go-crypto v1.2.0 h1:+PhXXn4SPGd+qk76TlEePBfOfivE0zkWFenhGh
22
github.com/ProtonMail/go-crypto v1.2.0/go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE=
33
github.com/ProtonMail/go-mime v0.0.0-20230322103455-7d82a3887f2f h1:tCbYj7/299ekTTXpdwKYF8eBlsYsDVoggDAuAjoK66k=
44
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=
57
github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk=
68
github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs=
79
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=

0 commit comments

Comments
 (0)