all: update dependencies and GitHub Actions

Closes #736
Fixes #731
This commit is contained in:
Filippo Valsorda
2026-08-29 00:22:02 +02:00
parent 72586cd449
commit 3cfb3adc2a
5 changed files with 47 additions and 47 deletions
+9 -9
View File
@@ -1,22 +1,22 @@
module filippo.io/age
go 1.24.0
go 1.25.0
// Release build version.
toolchain go1.25.5
toolchain go1.27.0
require (
filippo.io/edwards25519 v1.1.0
filippo.io/edwards25519 v1.2.0
filippo.io/hpke v0.4.0
filippo.io/nistec v0.0.4
golang.org/x/crypto v0.45.0
golang.org/x/sys v0.38.0
golang.org/x/term v0.37.0
golang.org/x/crypto v0.55.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
)
// Test dependencies.
require (
c2sp.org/CCTV/age v0.0.0-20251208015420-e9274a7bdbfd
github.com/rogpeppe/go-internal v1.14.1
golang.org/x/tools v0.39.0 // indirect
c2sp.org/CCTV/age v0.0.0-20260605191406-1e3d2860d46e
github.com/rogpeppe/go-internal v1.16.0
golang.org/x/tools v0.49.0 // indirect
)