File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.5.2] 2022-01-25
8+ # Changed
9+ - Update ` github.com/ProtonMail/go-crypto ` to the latest version
10+
711## [ 2.5.1] 2022-01-24
812
913### Added
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package constants
33
44// Constants for armored data.
55const (
6- ArmorHeaderVersion = "GopenPGP 2.5.1 "
6+ ArmorHeaderVersion = "GopenPGP 2.5.2 "
77 ArmorHeaderComment = "https://gopenpgp.org"
88 PGPMessageHeader = "PGP MESSAGE"
99 PGPSignatureHeader = "PGP SIGNATURE"
Original file line number Diff line number Diff line change 11package constants
22
3- const Version = "2.5.1 "
3+ const Version = "2.5.2 "
Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ require (
88 github.com/davecgh/go-spew v1.1.1 // indirect
99 github.com/pkg/errors v0.9.1
1010 github.com/stretchr/testify v1.7.0
11- golang.org/x/mobile v0.0.0-20200801112145-973feb4309de // indirect
1211 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
13- golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
12+ golang.org/x/mobile v0.0.0-20221110043201-43a038452099 // indirect
1413)
1514
1615replace golang.org/x/mobile => github.com/ProtonMail/go-mobile v0.0.0-20210326110230-f181c70e4e2b
Original file line number Diff line number Diff line change 1- github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc =
21github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
32github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b h1:1DHH9haxfhaVM8owXQjLdn7UP4AkDfzSdiRoLdcSCqE =
43github.com/ProtonMail/go-crypto v0.0.0-20230124153114-0acdc8ae009b /go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g =
You can’t perform that action at this time.
0 commit comments