-
-
Notifications
You must be signed in to change notification settings - Fork 386
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip-changelog] Upgrade golang version to
1.22
and upgraded some l…
…ibraries (#2688) * Upgrade supported go version to 1.22 * Upgrade extract library to 4.0.0 * Upgrade go-crypto to v1.1.0-alpha.5-proton
- Loading branch information
Showing
48 changed files
with
293 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
run: | ||
timeout: 10m | ||
go: "1.21" | ||
go: "1.22" | ||
tests: true | ||
|
||
linters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/bitcurves | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/brainpool | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package brainpool implements Brainpool elliptic curves. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/eax | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) | ||
mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF | ||
|
@@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat | |
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -38,7 +38,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/internal/byteutil | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/ocb | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode | ||
of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black | ||
|
@@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo | |
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -38,7 +38,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package openpgp implements high level operations on OpenPGP messages. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/armor | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -35,7 +35,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ecdh | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified | ||
in RFC 6637, section 8. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ecdsa | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified | ||
in RFC 6637, section 5. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
name: github.com/ProtonMail/go-crypto/openpgp/ed25519 | ||
version: v1.1.0-alpha.0 | ||
version: v1.1.0-alpha.5-proton | ||
type: go | ||
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as | ||
defined in the Open PGP crypto refresh. | ||
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 | ||
license: other | ||
licenses: | ||
- sources: [email protected].0/LICENSE | ||
- sources: [email protected].5-proton/LICENSE | ||
text: | | ||
Copyright (c) 2009 The Go Authors. All rights reserved. | ||
|
@@ -36,7 +36,7 @@ licenses: | |
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
- sources: [email protected].0/PATENTS | ||
- sources: [email protected].5-proton/PATENTS | ||
text: | | ||
Additional IP Rights Grant (Patents) | ||
|
Oops, something went wrong.