mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-08 13:01:09 +00:00
Remove the go-version-file test target, because it will just use the toolchain line. It's a bit unfortunate we lose coverage of a go.mod version that's older than oldstable, but that should not happen and it'd not be a supported Go version anyway.
23 lines
426 B
Modula-2
23 lines
426 B
Modula-2
module filippo.io/age
|
|
|
|
go 1.24.0
|
|
|
|
// Release build version.
|
|
toolchain go1.25.5
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.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
|
|
)
|
|
|
|
// 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
|
|
)
|