Files
age/go.mod
Filippo Valsorda 90a446549a all: temporarily disable testscript tests
They require a replace directive that breaks "go install". Will revert
this after tagging a new latest release.
2022-12-26 21:29:13 +01:00

11 lines
155 B
Modula-2

module filippo.io/age
go 1.19
require (
filippo.io/edwards25519 v1.0.0
golang.org/x/crypto v0.4.0
golang.org/x/sys v0.3.0
golang.org/x/term v0.3.0
)